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

  /external/chromium_org/content/browser/renderer_host/input/
gesture_event_queue_unittest.cc 97 void SimulateGestureScrollUpdateEvent(float dX, float dY, int modifiers) {
222 SimulateGestureScrollUpdateEvent(8, -5, 0);
231 SimulateGestureScrollUpdateEvent(8, -6, 0);
242 SimulateGestureScrollUpdateEvent(8, -7, 1);
297 SimulateGestureScrollUpdateEvent(8, -5, 0);
305 SimulateGestureScrollUpdateEvent(8, -6, 0);
325 SimulateGestureScrollUpdateEvent(8, -7, 0);
344 SimulateGestureScrollUpdateEvent(8, -4, 1);
368 SimulateGestureScrollUpdateEvent(6, -3, 1);
428 SimulateGestureScrollUpdateEvent(6, -6, 1)
    [all...]
input_router_impl_unittest.cc 221 void SimulateGestureScrollUpdateEvent(float dX, float dY, int modifiers) {
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura_unittest.cc 491 void SimulateGestureScrollUpdateEvent(float dX, float dY, int modifiers) {
    [all...]

Completed in 46 milliseconds