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

/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.cc288 void BrowserTabStripController::AddSelectionFromAnchorTo(int model_index) { function in class:BrowserTabStripController
289 model_->AddSelectionFromAnchorTo(model_index);
H A Dtab_strip.cc986 void TabStrip::AddSelectionFromAnchorTo(Tab* tab) { function in class:TabStrip
989 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 123 milliseconds