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

  /external/chromium_org/content/browser/renderer_host/input/
touchscreen_tap_suppression_controller.cc 48 case WebInputEvent::GestureTapCancel:
touch_action_filter.cc 112 case WebInputEvent::GestureTapCancel:
gesture_event_queue_unittest.cc 718 SimulateGestureEvent(WebInputEvent::GestureTapCancel,
748 SendInputEventACK(WebInputEvent::GestureTapCancel,
781 SimulateGestureEvent(WebInputEvent::GestureTapCancel,
804 SendInputEventACK(WebInputEvent::GestureTapCancel,
    [all...]
input_router_impl_unittest.cc 801 WebInputEvent::GestureTapCancel,
809 WebInputEvent::GestureTapCancel,
813 WebInputEvent::GestureTapCancel,
817 WebInputEvent::GestureTapCancel,
820 WebInputEvent::GestureTapCancel,
    [all...]
gesture_event_queue.cc 121 case WebInputEvent::GestureTapCancel:
web_input_event_util.cc 315 gesture.type = WebInputEvent::GestureTapCancel;
touch_action_filter_unittest.cc 483 WebInputEvent::GestureTapCancel, blink::WebGestureDeviceTouchscreen);
511 WebInputEvent::GestureTapCancel, blink::WebGestureDeviceTouchscreen);
  /external/chromium_org/content/common/input/
gesture_event_stream_validator.cc 66 case WebInputEvent::GestureTapCancel:
web_input_event_traits.cc 286 CASE_TYPE(GestureTapCancel);
357 case WebInputEvent::GestureTapCancel:
  /external/chromium_org/content/shell/renderer/test_runner/
event_sender.h 139 void GestureTapCancel(gin::Arguments* args);
event_sender.cc 367 void GestureTapCancel(gin::Arguments* args);
497 .SetMethod("gestureTapCancel", &EventSenderBindings::GestureTapCancel)
760 void EventSenderBindings::GestureTapCancel(gin::Arguments* args) {
762 sender_->GestureTapCancel(args);
    [all...]
TestPlugin.cpp 615 case WebInputEvent::GestureTapCancel: eventName = "GestureTapCancel"; break;
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 152 case WebInputEvent::GestureTapCancel:
WebPopupMenuImpl.cpp 304 case WebInputEvent::GestureTapCancel:
WebInputEventConversion.cpp 231 case WebInputEvent::GestureTapCancel:
WebViewImpl.cpp 667 case WebInputEvent::GestureTapCancel:
764 case WebInputEvent::GestureTapCancel:
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 123 GestureTapCancel,
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 171 gesture_event.type = blink::WebInputEvent::GestureTapCancel;
  /external/chromium_org/content/renderer/input/
input_handler_proxy.cc 476 case WebInputEvent::GestureTapCancel:
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 130 case WebInputEvent::GestureTapCancel:
    [all...]

Completed in 323 milliseconds