Home | History | Annotate | Download | only in input

Lines Matching refs:GestureTapDown

1275 // Test that GestureTapDown events are deferred.
1280 SimulateGestureEvent(WebInputEvent::GestureTapDown,
1294 EXPECT_EQ(WebInputEvent::GestureTapDown,
1298 // Test that GestureTapDown events are sent immediately on GestureTap.
1303 SimulateGestureEvent(WebInputEvent::GestureTapDown,
1321 GestureTapDown,
1328 // Test that only a single GestureTapDown event is sent when tap occurs after
1334 SimulateGestureEvent(WebInputEvent::GestureTapDown,
1348 EXPECT_EQ(WebInputEvent::GestureTapDown,
1360 // Test that scroll events during the deferral interval drop the GestureTapDown.
1365 SimulateGestureEvent(WebInputEvent::GestureTapDown,
1388 // GestureTapDown.
1393 SimulateGestureEvent(WebInputEvent::GestureTapDown,
1413 // Test that if a GestureTapDown gets sent, any corresponding GestureTapCancel
1419 SimulateGestureEvent(WebInputEvent::GestureTapDown,
1470 SimulateGestureEvent(WebInputEvent::GestureTapDown,