Searched refs:MoveCaret (Results 1 – 10 of 10) sorted by relevance
33 virtual void MoveCaret(const gfx::PointF& position) = 0;
231 client_->MoveCaret(line_position); in OnHandleDragUpdate()
67 virtual void MoveCaret(const gfx::PointF& position) OVERRIDE { in MoveCaret() function in content::TouchSelectionControllerTest
261 void MoveCaret(const gfx::Point& point);281 virtual void MoveCaret(const gfx::PointF& position) OVERRIDE;
1147 void RenderWidgetHostViewAndroid::MoveCaret(const gfx::PointF& position) { in MoveCaret() function in content::RenderWidgetHostViewAndroid1148 MoveCaret(gfx::Point(position.x(), position.y())); in MoveCaret()1519 void RenderWidgetHostViewAndroid::MoveCaret(const gfx::Point& point) { in MoveCaret() function in content::RenderWidgetHostViewAndroid1521 host_->MoveCaret(point); in MoveCaret()
389 void MoveCaret(const gfx::Point& point);
2029 void RenderWidgetHostImpl::MoveCaret(const gfx::Point& point) { in MoveCaret() function in content::RenderWidgetHostImpl
215 host->MoveCaret(point); in MoveCaretTo()
145 void MoveCaret(JNIEnv* env, jobject obj, jfloat x, jfloat y);
1078 void ContentViewCoreImpl::MoveCaret(JNIEnv* env, jobject obj, in MoveCaret() function in content::ContentViewCoreImpl1082 rwhv->MoveCaret(gfx::Point(x / dpi_scale_, y / dpi_scale_)); in MoveCaret()