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 28 browser_view->frame()->GetBoundsForTabStrip(browser_view->tabstrip()));
65 TabStrip* tabstrip = browser_view()->tabstrip(); local
78 EXPECT_EQ(top_container, browser_view()->tabstrip()->parent());
94 // Tabstrip layout varies based on window frame sizes.
96 EXPECT_EQ(expected_tabstrip_origin.x(), tabstrip->x());
97 EXPECT_EQ(expected_tabstrip_origin.y(), tabstrip->y());
100 tabstrip->bounds().bottom() -
139 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
185 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 57 class TabStrip;
89 // including the TabStrip, toolbars, download shelves, the content area etc.
153 // Returns the preferred height of the TabStrip. Used to position the OTR
163 // Container for the tabstrip, toolbar, etc.
166 // Accessor for the TabStrip.
167 TabStrip* tabstrip() { return tabstrip_; } function in class:BrowserView
628 // The TabStrip.
629 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
131 views::View* tabstrip) const {
132 if (!tabstrip)
145 tabstrip->GetPreferredSize().height())
305 TabStrip* tabstrip = browser_view()->tabstrip(); local
    [all...]
glass_browser_frame_view.cc 51 // The avatar ends 2 px above the bottom of the tabstrip (which, given the
52 // way the tabstrip draws its bottom edge, will appear like a 1 px gap to the
57 // Space between the right edge of the avatar and the tabstrip.
63 // The top 3 px of the tabstrip is shadow; in maximized mode we push this off
74 // How far to indent the tabstrip from the left side of the screen when there
109 views::View* tabstrip) const {
143 tabstrip->GetPreferredSize().height());
178 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);
70 virtual bool IsCompatibleWith(TabStrip* other) const OVERRIDE;
120 const TabStrip* tabstrip() const { return tabstrip_; } function in class:BrowserTabStripController
143 // Notifies the tabstrip whether |url| is supported once a MIME type request
150 TabStrip* tabstrip_;
162 // top-of-window views to be revealed when the user is dragging |tabstrip|'s

Completed in 317 milliseconds