Searched defs:MoveCursorTo (Results 1 - 15 of 15) sorted by relevance

/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_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
/external/chromium_org/ui/ozone/platform/caca/
H A Dcaca_window.cc136 void CacaWindow::MoveCursorTo(const gfx::Point& location) {} function in class:ui::CacaWindow
/external/chromium_org/ui/views/controls/textfield/
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_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.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.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.cc163 void WindowTreeHost::MoveCursorTo(const gfx::Point& location_in_dip) { function in class:aura::WindowTreeHost
H A Dwindow.cc644 void Window::MoveCursorTo(const gfx::Point& point_in_window) { function in class:aura::Window
649 root_window->GetHost()->MoveCursorTo(point_in_root);
/external/chromium_org/ui/platform_window/win/
H A Dwin_window.cc107 void WinWindow::MoveCursorTo(const gfx::Point& location) {} function in class:ui::WinWindow
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.cc250 void X11Window::MoveCursorTo(const gfx::Point& location) {} function in class:ui::X11Window
/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/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/ui/gfx/
H A Drender_text.cc519 MoveCursorTo(position, false);
546 MoveCursorTo(cursor);
549 bool RenderText::MoveCursorTo(const SelectionModel& model) { function in class:gfx::RenderText
627 MoveCursorTo(reversed ? selection_max : selection_min, false);
628 MoveCursorTo(reversed ? selection_min : selection_max, true);
1143 void RenderText::MoveCursorTo(size_t position, bool select) { function in class:gfx::RenderText

Completed in 4638 milliseconds