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

  /external/chromium_org/content/common/input/
synthetic_web_input_event_builders.h 68 void MovePoint(int index, int x, int y);
synthetic_web_input_event_builders.cc 159 void SyntheticWebTouchEvent::MovePoint(int index, int x, int y) {
  /external/chromium_org/content/browser/renderer_host/input/
synthetic_pinch_gesture.cc 100 touch_event_.MovePoint(0, params_.anchor.x(), floor(current_y_0_));
101 touch_event_.MovePoint(1, params_.anchor.x(), floor(current_y_1_));
synthetic_smooth_scroll_gesture.cc 173 touch_event_.MovePoint(0, touch_position.x(), touch_position.y());
touch_event_queue_unittest.cc 112 touch_event_.MovePoint(index, x, y);
117 touch_event_.MovePoint(index0, x0, y0);
118 touch_event_.MovePoint(index1, x1, y1);
    [all...]
input_router_impl_unittest.cc 243 touch_event_.MovePoint(index, x, y);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc 740 touch_event_.MovePoint(index, x, y);
    [all...]

Completed in 26 milliseconds