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

  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.h 31 // TabStrip
33 // A View that represents the TabStripModel. The TabStrip has the
42 class TabStrip : public BaseTabStrip,
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 coords is within th
    [all...]
tab_strip.cc 113 // TabStrip, public:
116 const int TabStrip::mini_to_non_mini_gap_ = 3;
118 TabStrip::TabStrip(TabStripController* controller)
129 TabStrip::~TabStrip() {
146 void TabStrip::InitTabStripButtons() {
158 gfx::Rect TabStrip::GetNewTabButtonBounds() {
162 void TabStrip::MouseMovedOutOfView() {
167 // TabStrip, AbstractTabStripView implementation
    [all...]
  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.cc 72 class TabStrip : public View {
74 explicit TabStrip(TabbedPane* tabbed_pane);
75 virtual ~TabStrip();
85 DISALLOW_COPY_AND_ASSIGN(TabStrip);
177 TabStrip::TabStrip(TabbedPane* tabbed_pane) : tabbed_pane_(tabbed_pane) {}
179 TabStrip::~TabStrip() {}
181 gfx::Size TabStrip::GetPreferredSize() {
191 void TabStrip::Layout()
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 42 // TabStrip
44 // A View that represents the TabStripModel. The TabStrip has the
53 class TabStrip : public views::View,
60 explicit TabStrip(TabStripController* controller);
61 virtual ~TabStrip();
63 // Add and remove observers to changes within this TabStrip.
68 // based on whether the user uses a mouse or touch device with the tabstrip.
156 // Updates the loading animations displayed by tabs in the tabstrip to the
160 // Returns true if the specified point (in TabStrip coordinates) is in the
164 // Returns true if the specified rect (in TabStrip coordinates) intersect
    [all...]
tab_strip.cc 313 NewTabButton(TabStrip* tab_strip, views::ButtonListener* listener);
344 TabStrip* tab_strip_;
355 NewTabButton::NewTabButton(TabStrip* tab_strip, views::ButtonListener* listener)
546 // TabStrip::RemoveTabDelegate
550 class TabStrip::RemoveTabDelegate
553 RemoveTabDelegate(TabStrip* tab_strip, Tab* tab);
566 TabStrip* tabstrip_;
572 TabStrip::RemoveTabDelegate::RemoveTabDelegate(TabStrip* tab_strip,
578 void TabStrip::RemoveTabDelegate::AnimationEnded
    [all...]

Completed in 595 milliseconds