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

  /external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.h 44 return tab_data_[tab_data_index].ideal_bounds;
81 return tab_data_[tab_index].tab;
92 int tab_count() const { return static_cast<int>(tab_data_.size()); }
100 // Returns the index into |tab_data_| corresponding to the index from the
101 // TabStripModel, or |tab_data_.size()| if there is no tab representing
159 // Invoked from |MoveTab| after |tab_data_| has been updated to animate the
199 tab_data_[index].ideal_bounds = bounds;
202 // Returns the index into |tab_data_| corresponding to the specified tab, or
203 // -1 if the tab isn't in |tab_data_|.
259 std::vector<TabData> tab_data_; member in class:BaseTabStrip
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 402 std::vector<TabData> tab_data_; member in class:TabStripGtk
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 428 std::vector<TabData> tab_data_; member in class:TabStripGtk

Completed in 409 milliseconds