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

/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_strip.h31 // TabStrip
33 // A View that represents the TabStripModel. The TabStrip has the
42 class TabStrip : public BaseTabStrip, class in inherits:BaseTabStrip,views::ButtonListener,views::MouseWatcherListener
46 explicit TabStrip(TabStripController* controller);
47 virtual ~TabStrip();
76 // to allow for a drop region that extends outside the bounds of the TabStrip.
181 // Perform an animated resize-relayout of the TabStrip immediately.
212 // Generates the ideal bounds of the TabStrip when all Tabs have finished
218 // Starts various types of TabStrip animations.
226 // Returns true if the specified point in TabStrip coord
[all...]
H A Dtab_strip.cc113 // TabStrip, public:
116 const int TabStrip::mini_to_non_mini_gap_ = 3;
118 TabStrip::TabStrip(TabStripController* controller) function in class:TabStrip
129 TabStrip::~TabStrip() {
146 void TabStrip::InitTabStripButtons() {
158 gfx::Rect TabStrip::GetNewTabButtonBounds() {
162 void TabStrip::MouseMovedOutOfView() {
167 // TabStrip, AbstractTabStripVie
[all...]
/external/chromium_org/ui/views/controls/tabbed_pane/
H A Dtabbed_pane.cc75 class TabStrip : public View { class in namespace:views
77 explicit TabStrip(TabbedPane* tabbed_pane);
78 virtual ~TabStrip();
88 DISALLOW_COPY_AND_ASSIGN(TabStrip);
192 TabStrip::TabStrip(TabbedPane* tabbed_pane) : tabbed_pane_(tabbed_pane) {} function in class:views::TabStrip
194 TabStrip::~TabStrip() {}
196 gfx::Size TabStrip::GetPreferredSize() {
206 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,TabController
60 explicit TabStrip(TabStripController* controller);
61 virtual ~TabStrip();
63 // Add and remove observers to changes within this TabStrip.
160 // Returns true if the specified point (in TabStrip coordinates) is in the
173 // Returns true if Tabs in this TabStrip are currently changing size or
218 // to allow for a drop region that extends outside the bounds of the TabStrip.
362 // Cleans up the Tab from the TabStrip
[all...]
H A Dtab_strip.cc296 NewTabButton(TabStrip* tab_strip, views::ButtonListener* listener);
326 TabStrip* tab_strip_;
337 NewTabButton::NewTabButton(TabStrip* tab_strip, views::ButtonListener* listener)
521 // TabStrip::RemoveTabDelegate
525 class TabStrip::RemoveTabDelegate
528 RemoveTabDelegate(TabStrip* tab_strip, Tab* tab);
541 TabStrip* tabstrip_;
547 TabStrip::RemoveTabDelegate::RemoveTabDelegate(TabStrip* tab_strip,
553 void TabStrip
594 TabStrip::TabStrip(TabStripController* controller) function in class:TabStrip
[all...]

Completed in 81 milliseconds