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

  /external/chromium_org/content/browser/renderer_host/input/
tap_suppression_controller_client.h 35 virtual void ForwardStashedTapDownSkipDeferral() = 0;
touchpad_tap_suppression_controller.cc 48 void TouchpadTapSuppressionController::ForwardStashedTapDownSkipDeferral() {
touchscreen_tap_suppression_controller_stub.cc 51 void TouchscreenTapSuppressionController::ForwardStashedTapDownSkipDeferral() {}
touchpad_tap_suppression_controller.h 50 virtual void ForwardStashedTapDownSkipDeferral() OVERRIDE;
touchscreen_tap_suppression_controller.h 51 virtual void ForwardStashedTapDownSkipDeferral() OVERRIDE;
touchpad_tap_suppression_controller_aura.cc 59 void TouchpadTapSuppressionController::ForwardStashedTapDownSkipDeferral() {
touchscreen_tap_suppression_controller.cc 62 void TouchscreenTapSuppressionController::ForwardStashedTapDownSkipDeferral() {
tap_suppression_controller.cc 143 client_->ForwardStashedTapDownSkipDeferral();
tap_suppression_controller_unittest.cc 134 virtual void ForwardStashedTapDownSkipDeferral() OVERRIDE {

Completed in 50 milliseconds