Home
last modified time | relevance | path

Searched refs:ForwardStashedTapDown (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
Dtap_suppression_controller.cc60 client_->ForwardStashedTapDown(); in GestureFlingCancelAck()
141 client_->ForwardStashedTapDown(); in TapDownTimerExpired()
Dtap_suppression_controller_client.h22 virtual void ForwardStashedTapDown() = 0;
Dtouchscreen_tap_suppression_controller.h41 virtual void ForwardStashedTapDown() OVERRIDE;
Dtouchpad_tap_suppression_controller.cc40 void TouchpadTapSuppressionController::ForwardStashedTapDown() { in ForwardStashedTapDown() function in content::TouchpadTapSuppressionController
Dtouchpad_tap_suppression_controller.h56 virtual void ForwardStashedTapDown() OVERRIDE;
Dtouchscreen_tap_suppression_controller.cc64 void TouchscreenTapSuppressionController::ForwardStashedTapDown() { in ForwardStashedTapDown() function in content::TouchscreenTapSuppressionController
Dtap_suppression_controller_unittest.cc111 virtual void ForwardStashedTapDown() OVERRIDE { in ForwardStashedTapDown() function in content::MockTapSuppressionController