Home
last modified time | relevance | path

Searched refs:selection_model (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/tabs/
Dtab_menu_model.cc65 tab_strip->selection_model().selected_indices().size() > 1); in Build()
/external/chromium/chrome/browser/ui/views/tabs/
Ddragged_tab_controller.cc1178 TabStripSelectionModel selection_model; in ResetSelection() local
1185 selection_model.AddIndexToSelection(index); in ResetSelection()
1189 selection_model.set_active(index); in ResetSelection()
1190 selection_model.set_anchor(index); in ResetSelection()
1198 model->SetSelectionFromModel(selection_model); in ResetSelection()
/external/chromium/chrome/browser/tabs/
Dtab_strip_model.cc924 TabStripSelectionModel selection_model; in ExecuteContextMenuCommand() local
925 selection_model.SetSelectedIndex(context_index); in ExecuteContextMenuCommand()
927 selection_model.AddIndexToSelection(indices[i]); in ExecuteContextMenuCommand()
928 SetSelectionFromModel(selection_model); in ExecuteContextMenuCommand()
Dtab_strip_model.h385 const TabStripSelectionModel& selection_model() const { in selection_model() function
Dtab_strip_model_unittest.cc237 TabStripSelectionModel selection_model; in PrepareTabstripForSelectionTest() local
243 selection_model.AddIndexToSelection(value); in PrepareTabstripForSelectionTest()
245 selection_model.set_active(selection_model.selected_indices()[0]); in PrepareTabstripForSelectionTest()
246 model->SetSelectionFromModel(selection_model); in PrepareTabstripForSelectionTest()