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

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc 731 void SimulateGestureScrollUpdateEvent(float dX, float dY, int modifiers) {
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
immediate_input_router_unittest.cc 444 void SimulateGestureScrollUpdateEvent(float dX, float dY, int modifiers) {
873 SimulateGestureScrollUpdateEvent(8, -5, 0);
881 SimulateGestureScrollUpdateEvent(8, -6, 0);
891 SimulateGestureScrollUpdateEvent(8, -7, 1);
    [all...]

Completed in 611 milliseconds