Searched refs:contents_container_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout_unittest.cc138 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
H A Dbrowser_view_layout.cc80 views::View* view = browser_view_layout_->contents_container_;
88 views::View* view = browser_view_layout_->contents_container_;
130 contents_container_(NULL),
158 contents_container_ = contents_container;
188 gfx::Size contents_size(contents_container_->GetMinimumSize());
213 gfx::Rect bounding_box = contents_container_->ConvertRectToWidget(
214 contents_container_->GetLocalBounds());
235 // the top container and |contents_container_| such as the detached bookmark
472 // |contents_container_| contains web page contents and devtools.
478 contents_container_
[all...]
H A Dbrowser_view_layout.h105 // 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
H A Dbrowser_view.cc394 contents_container_(NULL),
767 // If |contents_container_| already has the correct WebContents, we can save
968 // contents_container_ gets layed out. If we don't do this and the bounds
969 // haven't changed contents_container_ won't get a Layout out and we'll end up
975 contents_container_->Layout();
1936 contents_container_ = new views::View();
1937 contents_container_->set_background(views::Background::CreateSolidBackground(
1940 contents_container_->AddChildView(devtools_web_view_);
1941 contents_container_->AddChildView(contents_web_view_);
1942 contents_container_
[all...]
H A Dbrowser_view.h453 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

Completed in 131 milliseconds