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 362 void GestureScrollUpdate(gin::Arguments* args);
490 .SetMethod("gestureScrollUpdate",
491 &EventSenderBindings::GestureScrollUpdate)
734 void EventSenderBindings::GestureScrollUpdate(gin::Arguments* args) {
736 sender_->GestureScrollUpdate(args);
    [all...]

Completed in 4298 milliseconds