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

  /external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.cc 133 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 {
side_tab_strip.cc 182 MakeTabVisible(ModelIndexToTabIndex(new_model_index));
345 int tab_data_index = ModelIndexToTabIndex(model_index);
423 MakeTabVisible(ModelIndexToTabIndex(i));
base_tab_strip.h 103 int ModelIndexToTabIndex(int model_index) const;
tab_strip.cc 240 GetTabAtTabDataIndex(ModelIndexToTabIndex(old_model_index))->
441 int tab_data_index = ModelIndexToTabIndex(model_index);
597 return GetTabAtTabDataIndex(ModelIndexToTabIndex(model_index));
    [all...]
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.cc 107 int tab_data_index = ModelIndexToTabIndex(model_index);

Completed in 2542 milliseconds