HomeSort by relevance Sort by last modified time
    Searched refs:tap_cancel (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 148 bool tap_cancel() const { return tap_cancel_; } function in class:aura::test::__anon21196::GestureEventConsumeDelegate
664 EXPECT_FALSE(delegate->tap_cancel());
685 EXPECT_FALSE(delegate->tap_cancel());
718 EXPECT_FALSE(delegate->tap_cancel());
736 EXPECT_FALSE(delegate->tap_cancel());
761 EXPECT_FALSE(delegate->tap_cancel());
777 EXPECT_FALSE(delegate->tap_cancel());
802 EXPECT_FALSE(delegate->tap_cancel());
804 EXPECT_FALSE(delegate->tap_cancel());
818 EXPECT_FALSE(delegate->tap_cancel());
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
touch_action_filter_unittest.cc 482 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/widget/
widget_unittest.cc     [all...]

Completed in 355 milliseconds