Home | History | Annotate | Download | only in input

Lines Matching defs:tap

28   WebGestureEvent tap = SyntheticWebGestureEventBuilder::Build(
39 EXPECT_FALSE(filter.FilterGestureEvent(&tap));
53 EXPECT_FALSE(filter.FilterGestureEvent(&tap));
487 // Double tap is allowed with touch action auto.
492 // The tap cancel will come as part of the next touch sequence.
494 // Changing the touch action for the second tap doesn't effect the behaviour
515 // Double tap is disabled with any touch action other than auto.
521 // Changing the touch action for the second tap doesn't effect the behaviour
522 // of the event. The tap cancel will come as part of the next touch sequence.
539 WebGestureEvent tap = SyntheticWebGestureEventBuilder::Build(
542 // Single tap is allowed with touch action auto.
547 EXPECT_FALSE(filter.FilterGestureEvent(&tap));
558 WebGestureEvent tap = SyntheticWebGestureEventBuilder::Build(
561 // With touch action other than auto, tap unconfirmed is turned into tap.
567 EXPECT_TRUE(filter.FilterGestureEvent(&tap));
574 WebGestureEvent tap = SyntheticWebGestureEventBuilder::Build(
588 EXPECT_FALSE(filter.FilterGestureEvent(&tap));