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

  /external/chromium/chrome/browser/tabs/
tab_strip_model.h 385 const TabStripSelectionModel& selection_model() const { function in class:TabStripModel
tab_strip_model.cc 924 TabStripSelectionModel selection_model; local
    [all...]
tab_strip_model_unittest.cc 237 TabStripSelectionModel selection_model; local
243 selection_model.AddIndexToSelection(value);
245 selection_model.set_active(selection_model.selected_indices()[0]);
246 model->SetSelectionFromModel(selection_model);
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 1178 TabStripSelectionModel selection_model; local
    [all...]

Completed in 1106 milliseconds