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

  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view_unittest.cc 25 browser_view->frame()->GetBoundsForTabStrip(browser_view->tabstrip()));
62 TabStrip* tabstrip = browser_view()->tabstrip(); local
75 EXPECT_EQ(top_container, browser_view()->tabstrip()->parent());
91 // Tabstrip layout varies based on window frame sizes.
93 EXPECT_EQ(expected_tabstrip_origin.x(), tabstrip->x());
94 EXPECT_EQ(expected_tabstrip_origin.y(), tabstrip->y());
97 tabstrip->bounds().bottom() -
136 tabstrip->bounds().bottom()
    [all...]
browser_root_view.cc 36 if (tabstrip() && tabstrip()->visible()) {
48 if (!tabstrip() || !tabstrip()->visible())
64 tabstrip()->OnDragEntered(*mapped_event.get());
73 tabstrip()->OnDragEntered(*mapped_event.get());
76 return tabstrip()->OnDragUpdated(*mapped_event.get());
79 tabstrip()->OnDragExited();
87 tabstrip()->OnDragExited();
96 // do this as the TabStrip doesn't know about the autocomplete edit and need
188 TabStrip* BrowserRootView::tabstrip() const { function in class:BrowserRootView
    [all...]
immersive_mode_controller_ash_unittest.cc 105 // Test the layout and visibility of the tabstrip, toolbar and TopContainerView
110 TabStrip* tabstrip = browser_view()->tabstrip(); local
119 // By default, the tabstrip and toolbar should be visible.
120 EXPECT_TRUE(tabstrip->visible());
130 EXPECT_TRUE(tabstrip->visible());
131 EXPECT_TRUE(tabstrip->IsImmersiveStyle());
135 EXPECT_EQ(0, GetBoundsInWidget(tabstrip).y());
145 EXPECT_TRUE(tabstrip->visible())
285 TabStrip* tabstrip = browser_view()->tabstrip(); local
    [all...]
browser_view.h 58 class TabStrip;
86 // including the TabStrip, toolbars, download shelves, the content area etc.
150 // Returns the preferred height of the TabStrip. Used to position the OTR
160 // Container for the tabstrip, toolbar, etc.
163 // Accessor for the TabStrip.
164 TabStrip* tabstrip() { return tabstrip_; } function in class:BrowserView
620 // The TabStrip.
621 TabStrip* tabstrip_;
browser_non_client_frame_view_ash.cc 49 // The avatar ends 2 px above the bottom of the tabstrip (which, given the
50 // way the tabstrip draws its bottom edge, will appear like a 1 px gap to the
54 // it on the left, and between it and the tabstrip on the right).
56 // Space between left edge of window and tabstrip.
58 // Space between right edge of tabstrip and maximize button.
62 // Space between top of window and top of tabstrip for tall headers, such as
65 // Space between top of window and top of tabstrip for short headers, such as
168 views::View* tabstrip) const {
169 if (!tabstrip)
182 tabstrip->GetPreferredSize().height())
453 TabStrip* tabstrip = browser_view()->tabstrip(); local
    [all...]
glass_browser_frame_view.cc 49 // The avatar ends 2 px above the bottom of the tabstrip (which, given the
50 // way the tabstrip draws its bottom edge, will appear like a 1 px gap to the
55 // Space between the right edge of the avatar and the tabstrip.
61 // The top 3 px of the tabstrip is shadow; in maximized mode we push this off
72 // How far to indent the tabstrip from the left side of the screen when there
107 views::View* tabstrip) const {
122 TabStrip::kNewTabButtonAssetWidth + kNewTabCaptionRestoredSpacing;
149 tabstrip->GetPreferredSize().height());
184 TabStrip* tabstrip = browser_view()->tabstrip() local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.h 18 class TabStrip;
37 void InitFromModel(TabStrip* tabstrip);
71 virtual bool IsCompatibleWith(TabStrip* other) const OVERRIDE;
121 const TabStrip* tabstrip() const { return tabstrip_; } function in class:BrowserTabStripController
144 // Notifies the tabstrip whether |url| is supported once a MIME type request
151 TabStrip* tabstrip_;
163 // top-of-window views to be revealed when the user is dragging |tabstrip|'s

Completed in 69 milliseconds