HomeSort by relevance Sort by last modified time
    Searched defs:contents_container_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view_layout.h 105 // Layout the |contents_container_| view between the coordinates |top| and
107 // |contents_container_| and other views.
118 // Returns the top margin to adjust the contents_container_ by. This is used
119 // to make the bookmark bar and contents_container_ overlap so that the
147 views::View* contents_container_; member in class:BrowserViewLayout
browser_view.h 453 views::View* GetContentsContainerForTest() { return contents_container_; }
599 // | Contents container (contents_container_) |
610 // Additionally when the bookmark bar is detached, contents_container_ is
613 // contents_container_ regardless if there's bookmark or info bars.
649 views::View* contents_container_; member in class:BrowserView
browser_view_layout_unittest.cc 138 contents_container_(NULL),
150 MockView* contents_container() { return contents_container_; }
174 contents_container_ = new MockView(gfx::Size(800, 600));
175 contents_container_->AddChildView(devtools_web_view_);
176 contents_container_->AddChildView(contents_web_view_);
179 contents_container_->SetLayoutManager(contents_layout_manager);
181 root_view_->AddChildView(contents_container_);
193 contents_container_,
208 MockView* contents_container_; member in class:BrowserViewLayoutTest

Completed in 2644 milliseconds