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

  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.cc 73 class TabStrip : public View {
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) {}
183 TabStrip::~TabStrip() {}
185 gfx::Size TabStrip::GetPreferredSize() const {
195 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,
76 explicit TabStrip(TabStripController* controller);
77 virtual ~TabStrip();
79 // Add and remove observers to changes within this TabStrip.
84 // user uses a mouse or a touch device with the tabstrip.
186 // Updates the loading animations displayed by tabs in the tabstrip to the
190 // Returns true if the specified point (in TabStrip coordinates) is in the
194 // Returns true if the specified rect (in TabStrip coordinates) intersect
    [all...]
tab_strip.cc 133 // is not fully visible within the tabstrip area, to prevent overflow clipping.
136 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
    [all...]

Completed in 91 milliseconds