Searched defs:AddSelectionFromAnchorTo (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/tabs/
H A Dtab_strip_selection_model.cc97 void TabStripSelectionModel::AddSelectionFromAnchorTo(int index) { function in class:TabStripSelectionModel
H A Dtab_strip_model.cc598 void TabStripModel::AddSelectionFromAnchorTo(int index) { function in class:TabStripModel
600 selection_model_.AddSelectionFromAnchorTo(index);
/external/chromium_org/ui/base/models/
H A Dlist_selection_model.cc101 void ListSelectionModel::AddSelectionFromAnchorTo(int index) { function in class:ui::ListSelectionModel
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dfake_base_tab_strip_controller.cc76 void FakeBaseTabStripController::AddSelectionFromAnchorTo(int index) { function in class:FakeBaseTabStripController
H A Dbrowser_tab_strip_controller.cc302 void BrowserTabStripController::AddSelectionFromAnchorTo(int model_index) { function in class:BrowserTabStripController
303 model_->AddSelectionFromAnchorTo(model_index);
H A Dtab_strip.cc1025 void TabStrip::AddSelectionFromAnchorTo(Tab* tab) { function in class:TabStrip
1028 controller_->AddSelectionFromAnchorTo(model_index);
/external/chromium/chrome/browser/ui/views/tabs/
H A Dbrowser_tab_strip_controller.cc229 void BrowserTabStripController::AddSelectionFromAnchorTo(int model_index) { function in class:BrowserTabStripController
230 model_->AddSelectionFromAnchorTo(model_index);
H A Dbase_tab_strip.cc251 void BaseTabStrip::AddSelectionFromAnchorTo(BaseTab* tab) { function in class:BaseTabStrip
254 controller_->AddSelectionFromAnchorTo(model_index);
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model.cc767 void TabStripModel::AddSelectionFromAnchorTo(int index) { function in class:TabStripModel
770 new_model.AddSelectionFromAnchorTo(index);

Completed in 290 milliseconds