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

/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.cc47 contents_container_(NULL),
100 gfx::Rect bounding_box(contents_container_->bounds());
103 views::View::ConvertPointToWidget(contents_container_, &topleft);
202 contents_container_ = NULL;
217 // contents, so we have to set contents_container_ here rather than in
219 contents_container_ = browser_view_->contents_;
261 contents_container_->SetActiveTopMargin(active_top_margin);
414 // contents_split_ -> [contents_container_ | devtools]
417 // [sidebar_split -> [contents_container_ | sidebar]] | devtools
465 browser_view_->contents_container_,
[all...]
H A Dbrowser_view_layout.h89 // Returns the top margin to adjust the contents_container_ by. This is used
90 // to make the bookmark bar and contents_container_ overlap so that the
113 ContentsContainer* contents_container_; member in class:BrowserViewLayout
H A Dbrowser_view.cc306 contents_container_(NULL),
636 contents_container_->SetFastResize(true);
639 contents_container_->SetFastResize(false);
660 // contents_container_ gets layed out. If we don't do this and the bounds
661 // haven't changed contents_container_ won't get a Layout out and we'll end up
666 contents_container_->InvalidateLayout();
1047 contents_container_->TabContentsFocused(tab_contents);
1243 return contents_container_->GetFocusView();
1294 contents_container_->ChangeTabContents(NULL);
1328 TabContentsContainer* old_container = contents_container_;
[all...]
H A Dbrowser_view.h546 // | || contents_container_ and/or ||| (sidebar_container_) |
601 TabContentsContainer* contents_container_; member in class:BrowserView
609 // The view managing both the contents_container_ and preview_container_.
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc621 gtk_widget_set_size_request(contents_container_->widget(), -1, -1);
643 gtk_widget_set_size_request(contents_container_->widget(),
1092 TabContentsWrapper* contents = contents_container_->tab();
1098 contents_container_->SetPreview(preview);
1101 TabContentsWrapper* contents = contents_container_->tab();
1107 contents_container_->PopPreview();
1110 TabContentsWrapper* contents = contents_container_->tab();
1120 return gtk_util::GetWidgetScreenBounds(contents_container_->widget());
1158 contents_container_->DetachTab(contents);
1174 contents_container_
[all...]
H A Dbrowser_window_gtk.h454 scoped_ptr<TabContentsContainerGtk> contents_container_; member in class:BrowserWindowGtk
460 // Split pane containing the contents_container_ and the devtools_container_.

Completed in 184 milliseconds