Searched defs:ModelIndexToTabIndex (Results 1 - 1 of 1) 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);
146 int from_tab_data_index = ModelIndexToTabIndex(from_model_index);
151 int to_tab_data_index = ModelIndexToTabIndex(to_model_index);
171 return base_tab_at_tab_index(ModelIndexToTabIndex(model_index));
196 int BaseTabStrip::ModelIndexToTabIndex(int model_index) const { function in class:BaseTabStrip

Completed in 17 milliseconds