Searched refs:GetSelectionModel (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_controller.h27 virtual const ui::ListSelectionModel& GetSelectionModel() = 0;
H A Dtab_strip_controller.h31 virtual const ui::ListSelectionModel& GetSelectionModel() = 0;
H A Dfake_base_tab_strip_controller.cc33 const ui::ListSelectionModel& FakeBaseTabStripController::GetSelectionModel() { function in class:FakeBaseTabStripController
H A Dfake_base_tab_strip_controller.h25 virtual const ui::ListSelectionModel& GetSelectionModel() OVERRIDE;
H A Dbrowser_tab_strip_controller.h48 virtual const ui::ListSelectionModel& GetSelectionModel() OVERRIDE;
H A Dtab_unittest.cc27 virtual const ui::ListSelectionModel& GetSelectionModel() OVERRIDE {
H A Dtab_strip.h207 virtual const ui::ListSelectionModel& GetSelectionModel() OVERRIDE;
H A Dbrowser_tab_strip_controller.cc239 const ui::ListSelectionModel& BrowserTabStripController::GetSelectionModel() { function in class:BrowserTabStripController
H A Dtab.cc798 original_selection.Copy(controller_->GetSelectionModel());
895 original_selection.Copy(controller_->GetSelectionModel());
H A Dtab_strip.cc957 const ui::ListSelectionModel& TabStrip::GetSelectionModel() { function in class:TabStrip
958 return controller_->GetSelectionModel();
H A Dtab_drag_controller.cc980 selection_model_before_attach_.Copy(attached_tabstrip->GetSelectionModel());
H A Dtab_drag_controller_interactive_uitest.cc335 tab_strip->GetSelectionModel());
/external/chromium_org/chrome/browser/ui/views/
H A Dedit_search_engine_dialog.cc110 const gfx::SelectionModel selection_model = sender->GetSelectionModel();
/external/chromium_org/ui/app_list/views/
H A Dsearch_box_view.cc173 model_->search_box()->SetSelectionModel(search_box_->GetSelectionModel());
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc482 const gfx::SelectionModel& Textfield::GetSelectionModel() const { function in class:views::Textfield
1166 gfx::SelectionModel selection_model = GetSelectionModel();
1254 cursor_changed |= GetSelectionModel() != selection_model;
1758 gfx::Range range = GetSelectionModel().selection();
1759 gfx::LogicalCursorDirection affinity = GetSelectionModel().caret_affinity();
H A Dtextfield.h165 const gfx::SelectionModel& GetSelectionModel() const;
/external/chromium_org/ui/views/touchui/
H A Dtouch_selection_controller_impl_unittest.cc194 const gfx::SelectionModel& sel = textfield_->GetSelectionModel();
218 gfx::SelectionModel sel = textfield_->GetSelectionModel(); \

Completed in 1082 milliseconds