Home | History | Annotate | Download | only in test_runner

Lines Matching defs:GestureScrollUpdateWithoutPropagation

386   void GestureScrollUpdateWithoutPropagation(gin::Arguments* args);
515 .SetMethod("gestureScrollUpdateWithoutPropagation",
516 &EventSenderBindings::GestureScrollUpdateWithoutPropagation)
762 void EventSenderBindings::GestureScrollUpdateWithoutPropagation(
765 sender_->GestureScrollUpdateWithoutPropagation(args);
1722 void EventSender::GestureScrollUpdateWithoutPropagation(gin::Arguments* args) {
1723 GestureEvent(WebInputEvent::GestureScrollUpdateWithoutPropagation, args);
1941 case WebInputEvent::GestureScrollUpdateWithoutPropagation: