HomeSort by relevance Sort by last modified time
    Searched refs:MoveCursorTo (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/ui/events/ozone/evdev/
cursor_delegate_evdev.h 22 virtual void MoveCursorTo(gfx::AcceleratedWidget widget,
  /external/chromium_org/ui/platform_window/
platform_window.h 45 virtual void MoveCursorTo(const gfx::Point& location) = 0;
  /external/chromium_org/ui/ozone/platform/dri/
dri_cursor.h 37 virtual void MoveCursorTo(gfx::AcceleratedWidget widget,
dri_cursor.cc 57 void DriCursor::MoveCursorTo(gfx::AcceleratedWidget widget,
79 MoveCursorTo(cursor_window_, cursor_location_ + delta);
dri_window.h 47 virtual void MoveCursorTo(const gfx::Point& location) OVERRIDE;
dri_window_manager.cc 74 cursor_->MoveCursorTo(cursor_widget, location);
dri_window.cc 90 void DriWindow::MoveCursorTo(const gfx::Point& location) {
  /external/chromium_org/ui/ozone/platform/test/
test_window.h 41 virtual void MoveCursorTo(const gfx::Point& location) OVERRIDE;
test_window.cc 77 void TestWindow::MoveCursorTo(const gfx::Point& location) {
  /external/chromium_org/ash/display/
mouse_cursor_event_filter.h 74 static void MoveCursorTo(aura::Window* root,
mouse_cursor_event_filter.cc 202 void MouseCursorEventFilter::MoveCursorTo(aura::Window* root,
265 MoveCursorTo(dst_root, point_in_screen);
267 MoveCursorTo(src_root, point_in_screen);
  /external/chromium_org/ui/ozone/platform/caca/
caca_window.h 62 virtual void MoveCursorTo(const gfx::Point& location) OVERRIDE;
caca_window.cc 136 void CacaWindow::MoveCursorTo(const gfx::Point& location) {}
  /external/chromium_org/ui/platform_window/x11/
x11_window.h 44 virtual void MoveCursorTo(const gfx::Point& location) OVERRIDE;
  /external/chromium_org/ui/views/controls/textfield/
textfield_model.h 118 bool MoveCursorTo(const gfx::SelectionModel& cursor);
120 // Helper function to call MoveCursorTo on the TextfieldModel.
121 bool MoveCursorTo(const gfx::Point& point, bool select);
textfield_model.cc 378 bool TextfieldModel::MoveCursorTo(const gfx::SelectionModel& cursor) {
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) {
398 return render_text_->MoveCursorTo(cursor);
415 render_text_->MoveCursorTo(sel);
659 render_text_->MoveCursorTo(model);
textfield_model_unittest.cc 37 void MoveCursorTo(views::TextfieldModel& model, size_t pos) {
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(model, 1)
    [all...]
textfield.cc 347 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);
    [all...]
  /external/chromium_org/ui/aura/
window_tree_host_ozone.cc 107 platform_window_->MoveCursorTo(location);
window_tree_host.h 112 void MoveCursorTo(const gfx::Point& location);
176 // by MoveCursorTo() and MoveCursorToHostLocation().
  /external/chromium_org/ui/platform_window/win/
win_window.h 37 virtual void MoveCursorTo(const gfx::Point& location) OVERRIDE;
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 49 void MoveCursorTo(aura::WindowTreeHost* host, const gfx::Point& root_location) {
366 MoveCursorTo(root_window_->GetHost(), mouse);
423 MoveCursorTo(root_window_->GetHost(), position_after_animation_);
  /external/chromium_org/ash/wm/maximize_mode/
scoped_disable_internal_mouse_and_keyboard_x11.cc 62 root_window->GetHost()->MoveCursorTo(host_location);
  /external/chromium_org/ui/ozone/platform/egltest/
ozone_platform_egltest.cc 72 virtual void MoveCursorTo(const gfx::Point& location) OVERRIDE;
147 void EgltestWindow::MoveCursorTo(const gfx::Point& location) {
  /external/chromium_org/ui/gfx/
render_text.h 293 bool MoveCursorTo(const SelectionModel& selection_model);
593 void MoveCursorTo(size_t position, bool select);

Completed in 323 milliseconds

1 2