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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_controller.h 30 virtual const ui::ListSelectionModel& GetSelectionModel() = 0;
fake_base_tab_strip_controller.cc 33 const ui::ListSelectionModel& FakeBaseTabStripController::GetSelectionModel() {
fake_base_tab_strip_controller.h 25 virtual const ui::ListSelectionModel& GetSelectionModel() OVERRIDE;
tab_controller.h 27 virtual const ui::ListSelectionModel& GetSelectionModel() = 0;
browser_tab_strip_controller.h 48 virtual const ui::ListSelectionModel& GetSelectionModel() OVERRIDE;
tab_strip.h 182 virtual const ui::ListSelectionModel& GetSelectionModel() OVERRIDE;
tab_unittest.cc 25 virtual const ui::ListSelectionModel& GetSelectionModel() OVERRIDE {
browser_tab_strip_controller.cc 223 const ui::ListSelectionModel& BrowserTabStripController::GetSelectionModel() {
tab.cc 930 original_selection.Copy(controller()->GetSelectionModel());
    [all...]
tab_strip.cc 967 const ui::ListSelectionModel& TabStrip::GetSelectionModel() {
968 return controller_->GetSelectionModel();
    [all...]
tab_drag_controller.cc     [all...]
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_wrapper.h 118 virtual gfx::SelectionModel GetSelectionModel() const = 0;
textfield.h 221 gfx::SelectionModel GetSelectionModel() const;
textfield.cc 378 gfx::SelectionModel Textfield::GetSelectionModel() const {
379 return native_wrapper_->GetSelectionModel();
native_textfield_views.h 135 virtual gfx::SelectionModel GetSelectionModel() const OVERRIDE;
native_textfield_win.h 84 virtual gfx::SelectionModel GetSelectionModel() const OVERRIDE;
native_textfield_win.cc 354 gfx::SelectionModel NativeTextfieldWin::GetSelectionModel() const {
    [all...]
native_textfield_views.cc 644 gfx::SelectionModel NativeTextfieldViews::GetSelectionModel() const {
    [all...]
  /external/chromium_org/ui/app_list/views/
search_box_view.cc 137 model_->SetSelectionModel(search_box_->GetSelectionModel());
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 161 gfx::SelectionModel sel = textfield_view_->GetSelectionModel(); \
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 359 const gfx::SelectionModel selection = GetSelectionModel();

Completed in 1196 milliseconds