Searched defs:TabStrip (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/views/controls/tabbed_pane/
H A Dtabbed_pane.cc73 class TabStrip : public View { class in namespace:views
75 explicit TabStrip(TabbedPane* tabbed_pane);
76 virtual ~TabStrip();
86 DISALLOW_COPY_AND_ASSIGN(TabStrip);
181 TabStrip::TabStrip(TabbedPane* tabbed_pane) : tabbed_pane_(tabbed_pane) {} function in class:views::TabStrip
183 TabStrip::~TabStrip() {}
185 gfx::Size TabStrip::GetPreferredSize() const {
195 void TabStrip
[all...]
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.h42 // TabStrip
44 // A View that represents the TabStripModel. The TabStrip has the
53 class TabStrip : public views::View, class in inherits:views::View,views::ButtonListener,views::MouseWatcherListener,views::ViewTargeterDelegate,TabController
76 explicit TabStrip(TabStripController* controller);
77 virtual ~TabStrip();
79 // Add and remove observers to changes within this TabStrip.
190 // Returns true if the specified point (in TabStrip coordinates) is in the
194 // Returns true if the specified rect (in TabStrip coordinates) intersects
204 // Returns true if Tabs in this TabStrip are currently changing size or
256 // to allow for a drop region that extends outside the bounds of the TabStrip
[all...]
H A Dtab_strip.cc136 TabAnimationDelegate(TabStrip* tab_strip, Tab* tab);
142 TabStrip* tab_strip() { return tab_strip_; }
146 TabStrip* const tab_strip_;
152 TabAnimationDelegate::TabAnimationDelegate(TabStrip* tab_strip, Tab* tab)
169 ResetDraggingStateDelegate(TabStrip* tab_strip, Tab* tab);
179 ResetDraggingStateDelegate::ResetDraggingStateDelegate(TabStrip* tab_strip,
238 NewTabButton(TabStrip* tab_strip, views::ButtonListener* listener);
269 TabStrip* tab_strip_;
280 NewTabButton::NewTabButton(TabStrip* tab_strip, views::ButtonListener* listener)
340 SkScalar v_offset = SkIntToScalar(TabStrip
526 TabStrip::TabStrip(TabStripController* controller) function in class:TabStrip
[all...]

Completed in 168 milliseconds