Home
last modified time | relevance | path

Searched refs:MoveCaret (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
Dtouch_selection_controller.h33 virtual void MoveCaret(const gfx::PointF& position) = 0;
Dtouch_selection_controller.cc231 client_->MoveCaret(line_position); in OnHandleDragUpdate()
Dtouch_selection_controller_unittest.cc67 virtual void MoveCaret(const gfx::PointF& position) OVERRIDE { in MoveCaret() function in content::TouchSelectionControllerTest
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_android.h261 void MoveCaret(const gfx::Point& point);
281 virtual void MoveCaret(const gfx::PointF& position) OVERRIDE;
Drender_widget_host_view_android.cc1147 void RenderWidgetHostViewAndroid::MoveCaret(const gfx::PointF& position) { in MoveCaret() function in content::RenderWidgetHostViewAndroid
1148 MoveCaret(gfx::Point(position.x(), position.y())); in MoveCaret()
1519 void RenderWidgetHostViewAndroid::MoveCaret(const gfx::Point& point) { in MoveCaret() function in content::RenderWidgetHostViewAndroid
1521 host_->MoveCaret(point); in MoveCaret()
Drender_widget_host_impl.h389 void MoveCaret(const gfx::Point& point);
Drender_widget_host_impl.cc2029 void RenderWidgetHostImpl::MoveCaret(const gfx::Point& point) { in MoveCaret() function in content::RenderWidgetHostImpl
/external/chromium_org/content/browser/web_contents/
Dtouch_editable_impl_aura.cc215 host->MoveCaret(point); in MoveCaretTo()
/external/chromium_org/content/browser/android/
Dcontent_view_core_impl.h145 void MoveCaret(JNIEnv* env, jobject obj, jfloat x, jfloat y);
Dcontent_view_core_impl.cc1078 void ContentViewCoreImpl::MoveCaret(JNIEnv* env, jobject obj, in MoveCaret() function in content::ContentViewCoreImpl
1082 rwhv->MoveCaret(gfx::Point(x / dpi_scale_, y / dpi_scale_)); in MoveCaret()