Searched refs:tab_data_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
H A Dbase_tab_strip.cc133 tab_data_.insert(tab_data_.begin() + ModelIndexToTabIndex(model_index), d);
147 BaseTab* tab = tab_data_[from_tab_data_index].tab;
148 tab_data_.erase(tab_data_.begin() + from_tab_data_index);
152 tab_data_.insert(tab_data_.begin() + to_tab_data_index, data);
205 return static_cast<int>(tab_data_.size());
444 tab_data_.erase(tab_data_
[all...]
H A Dbase_tab_strip.h44 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/
H A Dtab_strip_gtk.cc715 std::vector<TabData>::iterator iterator = tab_data_.begin();
716 for (; iterator < tab_data_.end(); iterator++) {
720 tab_data_.clear();
803 const gfx::Rect& bounds = tab_data_.at(i).ideal_bounds;
867 // Make sure we leave the tab_data_ vector in a consistent state, otherwise
870 std::vector<TabData>::iterator it = tab_data_.begin();
871 for (; it != tab_data_.end(); ++it) {
875 tab_data_.erase(it);
893 return tab_data_.at(index).ideal_bounds;
968 std::vector<TabData>::const_iterator iter = tab_data_
[all...]
H A Dtab_strip_gtk.h402 std::vector<TabData> tab_data_; member in class:TabStripGtk
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc739 std::vector<TabData>::iterator iterator = tab_data_.begin();
740 for (; iterator < tab_data_.end(); iterator++) {
744 tab_data_.clear();
835 const gfx::Rect& bounds = tab_data_.at(i).ideal_bounds;
899 // Make sure we leave the tab_data_ vector in a consistent state, otherwise
902 std::vector<TabData>::iterator it = tab_data_.begin();
903 for (; it != tab_data_.end(); ++it) {
907 tab_data_.erase(it);
925 return tab_data_.at(index).ideal_bounds;
1005 std::vector<TabData>::const_iterator iter = tab_data_
[all...]
H A Dtab_strip_gtk.h428 std::vector<TabData> tab_data_; member in class:TabStripGtk

Completed in 121 milliseconds