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

  /external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.cc 47 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...]
browser_view_layout.h 89 // 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
browser_view.cc 306 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();
    [all...]
browser_view.h 546 // | || 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/
browser_window_gtk.cc 621 gtk_widget_set_size_request(contents_container_->widget(), -1, -1);
643 gtk_widget_set_size_request(contents_container_->widget(),
    [all...]
browser_window_gtk.h 454 scoped_ptr<TabContentsContainerGtk> contents_container_; member in class:BrowserWindowGtk
460 // Split pane containing the contents_container_ and the devtools_container_.

Completed in 64 milliseconds