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

  /external/chromium_org/content/browser/renderer_host/input/
touch_input_browsertest.cc 198 touch.PressPoint(25, 25);
232 touch.PressPoint(125, 25);
257 touch.PressPoint(25, 125);
281 touch.PressPoint(25, 25);
293 touch.PressPoint(25, 125);
synthetic_pinch_gesture.cc 89 touch_event_.PressPoint(params_.anchor.x(), current_y_0_);
90 touch_event_.PressPoint(params_.anchor.x(), current_y_1_);
synthetic_tap_gesture.cc 87 touch_event_.PressPoint(params_.position.x(), params_.position.y());
synthetic_smooth_scroll_gesture.cc 166 touch_event_.PressPoint(params_.anchor.x(), params_.anchor.y());
input_router_impl_unittest.cc 239 return touch_event_.PressPoint(x, y);
    [all...]
touch_event_queue_unittest.cc 107 touch_event_.PressPoint(x, y);
    [all...]
  /external/chromium_org/content/renderer/
render_widget_unittest.cc 83 touch.PressPoint(10, 10);
122 touch.PressPoint(25, 25);
136 touch.PressPoint(10, 10);
  /external/chromium_org/content/common/input/
synthetic_web_input_event_builders.h 67 int PressPoint(int x, int y);
synthetic_web_input_event_builders.cc 145 int SyntheticWebTouchEvent::PressPoint(int x, int y) {
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc 736 return touch_event_.PressPoint(x, y);
    [all...]

Completed in 47 milliseconds