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

  /external/chromium/chrome/browser/ui/views/frame/
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.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_org/chrome/browser/ui/views/frame/
browser_view_layout.h 121 // Returns the top margin to adjust the contents_container_ by. This is used
122 // to make the bookmark bar and contents_container_ overlap so that the
152 ContentsContainer* contents_container_; member in class:BrowserViewLayout
browser_view_layout_unittest.cc 135 contents_container_(NULL),
147 ContentsContainer* contents_container() { return contents_container_; }
169 contents_container_ = new ContentsContainer(active_web_view_);
170 contents_split_->AddChildView(contents_container_);
184 contents_container_,
199 ContentsContainer* contents_container_; member in class:BrowserViewLayoutTest
browser_view.h 467 return contents_container_;
630 // | | Page content (contents_container_) | |
644 // Additionally when the bookmark bar is detached, contents_container_ is
647 // contents_container_ regardless if there's bookmark or info bars.
687 ContentsContainer* contents_container_; member in class:BrowserView
  /external/chromium/chrome/browser/ui/gtk/
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_.
  /external/chromium_org/chrome/browser/ui/gtk/
browser_window_gtk.h 509 scoped_ptr<TabContentsContainerGtk> contents_container_; member in class:BrowserWindowGtk
526 // Split pane containing the contents_container_ and the devtools_container_.

Completed in 121 milliseconds