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

  /external/chromium/chrome/browser/tabs/
tab_strip_selection_model.h 69 void RemoveIndexFromSelection(int index);
tab_strip_selection_model_unittest.cc 89 TEST_F(TabStripSelectionModelTest, RemoveIndexFromSelection) {
95 model.RemoveIndexFromSelection(4);
98 model.RemoveIndexFromSelection(2);
tab_strip_selection_model.cc 77 void TabStripSelectionModel::RemoveIndexFromSelection(int index) {
tab_strip_model.cc 586 selection_model_.RemoveIndexFromSelection(index);
    [all...]

Completed in 31 milliseconds