Home | History | Annotate | Download | only in test_runner

Lines Matching refs:GestureShowPress

366   void GestureShowPress(gin::Arguments* args);
496 .SetMethod("gestureShowPress", &EventSenderBindings::GestureShowPress)
755 void EventSenderBindings::GestureShowPress(gin::Arguments* args) {
757 sender_->GestureShowPress(args);
1702 void EventSender::GestureShowPress(gin::Arguments* args) {
1703 GestureEvent(WebInputEvent::GestureShowPress, args);
1975 case WebInputEvent::GestureShowPress: