HomeSort by relevance Sort by last modified time
    Searched refs:GetSelectionModel (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_controller.h 31 virtual const ui::ListSelectionModel& GetSelectionModel() = 0;
fake_base_tab_strip_controller.h 25 virtual const ui::ListSelectionModel& GetSelectionModel() OVERRIDE;
tab_controller.h 27 virtual const ui::ListSelectionModel& GetSelectionModel() = 0;
fake_base_tab_strip_controller.cc 33 const ui::ListSelectionModel& FakeBaseTabStripController::GetSelectionModel() {
browser_tab_strip_controller.h 48 virtual const ui::ListSelectionModel& GetSelectionModel() OVERRIDE;
tab_strip.h 207 virtual const ui::ListSelectionModel& GetSelectionModel() OVERRIDE;
tab_unittest.cc 27 virtual const ui::ListSelectionModel& GetSelectionModel() OVERRIDE {
browser_tab_strip_controller.cc 239 const ui::ListSelectionModel& BrowserTabStripController::GetSelectionModel() {
tab.cc 798 original_selection.Copy(controller_->GetSelectionModel());
    [all...]
tab_strip.cc 957 const ui::ListSelectionModel& TabStrip::GetSelectionModel()
    [all...]
tab_drag_controller.cc     [all...]
tab_drag_controller_interactive_uitest.cc 335 tab_strip->GetSelectionModel());
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
edit_search_engine_dialog.cc 110 const gfx::SelectionModel selection_model = sender->GetSelectionModel();
  /external/chromium_org/ui/app_list/views/
search_box_view.cc 173 model_->search_box()->SetSelectionModel(search_box_->GetSelectionModel());
  /external/chromium_org/ui/views/controls/textfield/
textfield.h 165 const gfx::SelectionModel& GetSelectionModel() const;
textfield.cc 482 const gfx::SelectionModel& Textfield::GetSelectionModel() const {
    [all...]
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 194 const gfx::SelectionModel& sel = textfield_->GetSelectionModel();
218 gfx::SelectionModel sel = textfield_->GetSelectionModel(); \

Completed in 915 milliseconds