HomeSort by relevance Sort by last modified time
    Searched defs:show_press (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/renderer_host/input/
touchscreen_tap_suppression_controller.cc 67 ScopedGestureEvent show_press = stashed_show_press_.Pass(); local
69 if (show_press)
70 gesture_event_queue_->ForwardGestureEvent(*show_press);
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 161 bool show_press() const { return show_press_; } function in class:aura::test::__anon283::GestureEventConsumeDelegate
662 EXPECT_FALSE(delegate->show_press());
673 EXPECT_TRUE(delegate->show_press());
    [all...]

Completed in 173 milliseconds