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

  /external/chromium_org/ui/base/models/
list_selection_model.h 72 void RemoveIndexFromSelection(int index);
list_selection_model_unittest.cc 99 TEST_F(ListSelectionModelTest, RemoveIndexFromSelection) {
105 model.RemoveIndexFromSelection(4);
108 model.RemoveIndexFromSelection(2);
list_selection_model.cc 81 void ListSelectionModel::RemoveIndexFromSelection(int index) {
  /external/chromium_org/ui/views/controls/table/
table_view.cc 859 model->RemoveIndexFromSelection(range.start + i);
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc 753 new_model.RemoveIndexFromSelection(index);
    [all...]

Completed in 318 milliseconds