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

  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformEvent.h 54 GestureScrollUpdate,
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 115 GestureScrollUpdate,
  /external/chromium_org/content/shell/renderer/test_runner/
event_sender.cc 385 void GestureScrollUpdate(gin::Arguments* args);
513 .SetMethod("gestureScrollUpdate",
514 &EventSenderBindings::GestureScrollUpdate)
757 void EventSenderBindings::GestureScrollUpdate(gin::Arguments* args) {
759 sender_->GestureScrollUpdate(args);
    [all...]

Completed in 57 milliseconds