HomeSort by relevance Sort by last modified time
    Searched refs:MoveCaret (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/browser/renderer_host/input/
touch_selection_controller.h 33 virtual void MoveCaret(const gfx::PointF& position) = 0;
touch_selection_controller.cc 231 client_->MoveCaret(line_position);
touch_selection_controller_unittest.cc 67 virtual void MoveCaret(const gfx::PointF& position) OVERRIDE {
331 // The MoveCaret() result should reflect the movement.
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.h 261 void MoveCaret(const gfx::Point& point);
281 virtual void MoveCaret(const gfx::PointF& position) OVERRIDE;
render_widget_host_impl.h 389 void MoveCaret(const gfx::Point& point);
    [all...]
render_widget_host_view_android.cc     [all...]
render_widget_host_impl.cc     [all...]
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 215 host->MoveCaret(point);
  /external/chromium_org/content/browser/android/
content_view_core_impl.h 145 void MoveCaret(JNIEnv* env, jobject obj, jfloat x, jfloat y);
content_view_core_impl.cc     [all...]

Completed in 187 milliseconds