Searched refs:MoveCursorTo (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/ui/events/ozone/evdev/
H A Dcursor_delegate_evdev.h22 virtual void MoveCursorTo(gfx::AcceleratedWidget widget,
/external/chromium_org/ui/platform_window/
H A Dplatform_window.h45 virtual void MoveCursorTo(const gfx::Point& location) = 0;
/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_cursor.cc57 void DriCursor::MoveCursorTo(gfx::AcceleratedWidget widget, function in class:ui::DriCursor
79 MoveCursorTo(cursor_window_, cursor_location_ + delta);
H A Ddri_cursor.h37 virtual void MoveCursorTo(gfx::AcceleratedWidget widget,
H A Ddri_window.h47 virtual void MoveCursorTo(const gfx::Point& location) OVERRIDE;
H A Ddri_window_manager.cc74 cursor_->MoveCursorTo(cursor_widget, location);
H A Ddri_window.cc90 void DriWindow::MoveCursorTo(const gfx::Point& location) { function in class:ui::DriWindow
/external/chromium_org/ui/ozone/platform/test/
H A Dtest_window.cc77 void TestWindow::MoveCursorTo(const gfx::Point& location) { function in class:ui::TestWindow
H A Dtest_window.h41 virtual void MoveCursorTo(const gfx::Point& location) OVERRIDE;
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.h44 virtual void MoveCursorTo(const gfx::Point& location) OVERRIDE;
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_model.h118 bool MoveCursorTo(const gfx::SelectionModel& cursor);
120 // Helper function to call MoveCursorTo on the TextfieldModel.
121 bool MoveCursorTo(const gfx::Point& point, bool select);
H A Dtextfield_model.cc378 bool TextfieldModel::MoveCursorTo(const gfx::SelectionModel& cursor) { function in class:views::TextfieldModel
382 // the SelectionModel parameter of MoveCursorTo().
386 return render_text_->MoveCursorTo(
389 return render_text_->MoveCursorTo(cursor);
392 bool TextfieldModel::MoveCursorTo(const gfx::Point& point, bool select) { function in class:views::TextfieldModel
398 return render_text_->MoveCursorTo(cursor);
415 render_text_->MoveCursorTo(sel);
659 render_text_->MoveCursorTo(model);
H A Dtextfield_model_unittest.cc37 void MoveCursorTo(views::TextfieldModel& model, size_t pos) { function in namespace:__anon17078
38 model.MoveCursorTo(gfx::SelectionModel(pos, gfx::CURSOR_FORWARD));
106 MoveCursorTo(model, 5);
121 MoveCursorTo(model, 1);
159 MoveCursorTo(model, 1);
162 MoveCursorTo(model, 2);
183 MoveCursorTo(model, 0);
191 MoveCursorTo(model, model.text().length());
200 MoveCursorTo(model, 0);
204 MoveCursorTo(mode
[all...]
H A Dtextfield.cc347 model_->MoveCursorTo(point, false);
598 MoveCursorTo(event.location(), event.IsShiftDown());
660 MoveCursorTo(event.location(), false);
716 MoveCursorTo(event->location(), false);
892 model_->MoveCursorTo(drop_destination_model);
1649 void Textfield::MoveCursorTo(const gfx::Point& point, bool select) { function in class:views::Textfield
1650 if (model_->MoveCursorTo(point, select))
1656 model_->MoveCursorTo(last_drag_location_, true);
1810 model_->MoveCursorTo(mouse);
1817 model_->MoveCursorTo(gf
[all...]
/external/chromium_org/ash/display/
H A Dmouse_cursor_event_filter.h74 static void MoveCursorTo(aura::Window* root,
H A Dmouse_cursor_event_filter.cc202 void MouseCursorEventFilter::MoveCursorTo(aura::Window* root, function in class:ash::__anon1879::MouseCursorEventFilter
265 MoveCursorTo(dst_root, point_in_screen);
267 MoveCursorTo(src_root, point_in_screen);
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_ozone.cc107 platform_window_->MoveCursorTo(location);
H A Dwindow_tree_host.h112 void MoveCursorTo(const gfx::Point& location);
176 // by MoveCursorTo() and MoveCursorToHostLocation().
/external/chromium_org/ui/ozone/platform/caca/
H A Dcaca_window.h62 virtual void MoveCursorTo(const gfx::Point& location) OVERRIDE;
H A Dcaca_window.cc136 void CacaWindow::MoveCursorTo(const gfx::Point& location) {} function in class:ui::CacaWindow
/external/chromium_org/ui/platform_window/win/
H A Dwin_window.h37 virtual void MoveCursorTo(const gfx::Point& location) OVERRIDE;
/external/chromium_org/ash/magnifier/
H A Dmagnification_controller.cc49 void MoveCursorTo(aura::WindowTreeHost* host, const gfx::Point& root_location) { function in namespace:__anon1922
366 MoveCursorTo(root_window_->GetHost(), mouse);
423 MoveCursorTo(root_window_->GetHost(), position_after_animation_);
/external/chromium_org/ash/wm/maximize_mode/
H A Dscoped_disable_internal_mouse_and_keyboard_x11.cc62 root_window->GetHost()->MoveCursorTo(host_location);
/external/chromium_org/ui/ozone/platform/egltest/
H A Dozone_platform_egltest.cc72 virtual void MoveCursorTo(const gfx::Point& location) OVERRIDE;
147 void EgltestWindow::MoveCursorTo(const gfx::Point& location) { function in class:ui::__anon17000::EgltestWindow
/external/chromium_org/ui/gfx/
H A Drender_text.h293 bool MoveCursorTo(const SelectionModel& selection_model);
593 void MoveCursorTo(size_t position, bool select);

Completed in 522 milliseconds

12