Searched refs:AddSelectionFromAnchorTo (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/ui/base/models/
H A Dlist_selection_model_unittest.cc169 TEST_F(ListSelectionModelTest, AddSelectionFromAnchorTo) {
173 model.AddSelectionFromAnchorTo(4);
176 model.AddSelectionFromAnchorTo(0);
183 model1.AddSelectionFromAnchorTo(4);
187 model2.AddSelectionFromAnchorTo(4);
H A Dlist_selection_model.h80 void AddSelectionFromAnchorTo(int index);
H A Dlist_selection_model.cc101 void ListSelectionModel::AddSelectionFromAnchorTo(int index) { function in class:ui::ListSelectionModel
/external/chromium/chrome/browser/tabs/
H A Dtab_strip_selection_model.h77 void AddSelectionFromAnchorTo(int index);
H A Dtab_strip_selection_model_unittest.cc143 TEST_F(TabStripSelectionModelTest, AddSelectionFromAnchorTo) {
147 model.AddSelectionFromAnchorTo(4);
150 model.AddSelectionFromAnchorTo(0);
H A Dtab_strip_selection_model.cc97 void TabStripSelectionModel::AddSelectionFromAnchorTo(int index) { function in class:TabStripSelectionModel
H A Dtab_strip_model.h377 void AddSelectionFromAnchorTo(int index);
H A Dtab_strip_model.cc598 void TabStripModel::AddSelectionFromAnchorTo(int index) { function in class:TabStripModel
600 selection_model_.AddSelectionFromAnchorTo(index);
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_strip_controller.h55 virtual void AddSelectionFromAnchorTo(int index) = 0;
H A Dtab_controller.h31 virtual void AddSelectionFromAnchorTo(BaseTab* tab) = 0;
H A Dbrowser_tab_strip_controller.h53 virtual void AddSelectionFromAnchorTo(int model_index) OVERRIDE;
H A Dbase_tab_strip.cc251 void BaseTabStrip::AddSelectionFromAnchorTo(BaseTab* tab) { function in class:BaseTabStrip
254 controller_->AddSelectionFromAnchorTo(model_index);
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.h122 virtual void AddSelectionFromAnchorTo(BaseTab* tab) OVERRIDE;
H A Dbase_tab.cc291 controller()->AddSelectionFromAnchorTo(this);
/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 Dtab_controller.h42 virtual void AddSelectionFromAnchorTo(Tab* tab) = 0;
H A Dtab_strip_controller.h64 virtual void AddSelectionFromAnchorTo(int index) = 0;
H A Dfake_base_tab_strip_controller.h36 virtual void AddSelectionFromAnchorTo(int index) OVERRIDE;
H A Dbrowser_tab_strip_controller.h59 virtual void AddSelectionFromAnchorTo(int model_index) OVERRIDE;
H A Dbrowser_tab_strip_controller.cc272 void BrowserTabStripController::AddSelectionFromAnchorTo(int model_index) { function in class:BrowserTabStripController
273 model_->AddSelectionFromAnchorTo(model_index);
H A Dtab_strip.h187 virtual void AddSelectionFromAnchorTo(Tab* tab) OVERRIDE;
H A Dtab_unittest.cc32 virtual void AddSelectionFromAnchorTo(Tab* tab) OVERRIDE {}
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model.h366 void AddSelectionFromAnchorTo(int index);
H A Dtab_strip_model.cc632 void TabStripModel::AddSelectionFromAnchorTo(int index) { function in class:TabStripModel
635 new_model.AddSelectionFromAnchorTo(index);

Completed in 197 milliseconds

12