Searched refs:ContentsLayoutManager (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dcontents_layout_manager.cc9 ContentsLayoutManager::ContentsLayoutManager( function in class:ContentsLayoutManager
18 ContentsLayoutManager::~ContentsLayoutManager() {
21 void ContentsLayoutManager::SetContentsResizingStrategy(
31 void ContentsLayoutManager::SetActiveTopMargin(int margin) {
40 void ContentsLayoutManager::Layout(views::View* contents_container) {
65 gfx::Size ContentsLayoutManager::GetPreferredSize(
70 void ContentsLayoutManager::Installed(views::View* host) {
75 void ContentsLayoutManager
[all...]
H A Dcontents_layout_manager.h13 // ContentsLayoutManager positions the WebContents and devtools WebContents.
14 class ContentsLayoutManager : public views::LayoutManager { class in inherits:views::LayoutManager
16 ContentsLayoutManager(views::View* devtools_view, views::View* contents_view);
17 virtual ~ContentsLayoutManager();
42 DISALLOW_COPY_AND_ASSIGN(ContentsLayoutManager);
H A Dbrowser_view_layout.h18 class ContentsLayoutManager;
57 ContentsLayoutManager* contents_layout_manager,
148 ContentsLayoutManager* contents_layout_manager_;
H A Dbrowser_view_layout_unittest.cc177 ContentsLayoutManager* contents_layout_manager =
178 new ContentsLayoutManager(devtools_web_view_, contents_web_view_);
H A Dbrowser_view.h50 class ContentsLayoutManager;
487 // Returns the ContentsLayoutManager.
488 ContentsLayoutManager* GetContentsLayoutManager() const;
648 // Handled by ContentsLayoutManager.
H A Dbrowser_view_layout.cc149 ContentsLayoutManager* contents_layout_manager,
H A Dbrowser_view.cc1942 contents_container_->SetLayoutManager(new ContentsLayoutManager(
2035 ContentsLayoutManager* BrowserView::GetContentsLayoutManager() const {
2036 return static_cast<ContentsLayoutManager*>(

Completed in 576 milliseconds