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

  /external/chromium/chrome/browser/tabs/
tab_strip_selection_model_unittest.cc 36 TEST_F(TabStripSelectionModelTest, SetSelectedIndex) {
38 model.SetSelectedIndex(2);
45 model.SetSelectedIndex(1);
57 model.SetSelectedIndex(2);
68 model.SetSelectedIndex(2);
75 model.SetSelectedIndex(2);
91 model.SetSelectedIndex(2);
104 model.SetSelectedIndex(2);
112 model.SetSelectedIndex(0);
123 model.SetSelectedIndex(0)
    [all...]
tab_strip_selection_model.h 58 void SetSelectedIndex(int index);
tab_strip_selection_model.cc 60 void TabStripSelectionModel::SetSelectedIndex(int index) {
86 SetSelectedIndex(index);
99 SetSelectedIndex(index);
tab_strip_model.cc 162 selection_model_.SetSelectedIndex(index);
234 selection_model_.SetSelectedIndex(next_selected_index);
249 selection_model_.SetSelectedIndex(index);
    [all...]

Completed in 29 milliseconds