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

  /external/chromium_org/content/browser/renderer_host/input/
tap_suppression_controller_client.h 25 virtual void DropStashedTapDown() = 0;
touchpad_tap_suppression_controller.cc 42 void TouchpadTapSuppressionController::DropStashedTapDown() {
touchscreen_tap_suppression_controller_stub.cc 47 void TouchscreenTapSuppressionController::DropStashedTapDown() {}
touchpad_tap_suppression_controller.h 48 virtual void DropStashedTapDown() OVERRIDE;
touchscreen_tap_suppression_controller.h 49 virtual void DropStashedTapDown() OVERRIDE;
touchpad_tap_suppression_controller_aura.cc 50 void TouchpadTapSuppressionController::DropStashedTapDown() {
touchscreen_tap_suppression_controller.cc 55 void TouchscreenTapSuppressionController::DropStashedTapDown() {
tap_suppression_controller.cc 95 client_->DropStashedTapDown();
111 client_->DropStashedTapDown();
tap_suppression_controller_unittest.cc 126 virtual void DropStashedTapDown() OVERRIDE {

Completed in 119 milliseconds