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

  /external/chromium_org/content/browser/renderer_host/input/
tap_suppression_controller.h 36 bool ShouldDeferTapDown();
touchpad_tap_suppression_controller_aura.cc 32 bool should_defer = controller_->ShouldDeferTapDown();
touchscreen_tap_suppression_controller.cc 32 bool should_defer = controller_->ShouldDeferTapDown();
tap_suppression_controller.cc 57 bool TapSuppressionController::ShouldDeferTapDown() {
tap_suppression_controller_unittest.cc 59 if (ShouldDeferTapDown())
141 using TapSuppressionController::ShouldDeferTapDown;

Completed in 191 milliseconds