Searched refs:tap_cancel (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/aura/gestures/
H A Dgesture_recognizer_unittest.cc148 bool tap_cancel() const { return tap_cancel_; } function in class:aura::test::__anon15848::GestureEventConsumeDelegate
722 EXPECT_FALSE(delegate->tap_cancel());
743 EXPECT_FALSE(delegate->tap_cancel());
781 EXPECT_FALSE(delegate->tap_cancel());
799 EXPECT_FALSE(delegate->tap_cancel());
824 EXPECT_FALSE(delegate->tap_cancel());
840 EXPECT_FALSE(delegate->tap_cancel());
865 EXPECT_FALSE(delegate->tap_cancel());
867 EXPECT_FALSE(delegate->tap_cancel());
881 EXPECT_FALSE(delegate->tap_cancel());
[all...]
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_action_filter_unittest.cc482 WebGestureEvent tap_cancel = SyntheticWebGestureEventBuilder::Build( local
497 EXPECT_FALSE(filter.FilterGestureEvent(&tap_cancel));
510 WebGestureEvent tap_cancel = SyntheticWebGestureEventBuilder::Build( local
525 EXPECT_TRUE(filter.FilterGestureEvent(&tap_cancel));
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_unittest.cc1951 GestureEventForTest tap_cancel(ui::ET_GESTURE_TAP_CANCEL, scrubbing_start, 0,
1953 textfield_->OnGestureEvent(&tap_cancel);

Completed in 129 milliseconds