Searched refs:GestureTapDown (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/content/browser/renderer_host/input/
H A Dtouchscreen_tap_suppression_controller.cc33 case WebInputEvent::GestureTapDown:
H A Dtouch_action_filter.cc119 case WebInputEvent::GestureTapDown:
H A Dinput_router_impl_unittest.cc807 WebInputEvent::GestureTapDown,
813 WebInputEvent::GestureTapDown,
815 WebInputEvent::GestureTapDown,
819 WebInputEvent::GestureTapDown,
822 WebInputEvent::GestureTapDown,
824 WebInputEvent::GestureTapDown,
827 WebInputEvent::GestureTapDown,
910 // Test that GestureShowPress, GestureTapDown and GestureTapCancel events don't
929 SimulateGestureEvent(WebInputEvent::GestureTapDown,
1313 SimulateGestureEvent(WebInputEvent::GestureTapDown,
[all...]
H A Dtouch_action_filter_unittest.cc479 WebInputEvent::GestureTapDown, blink::WebGestureDeviceTouchscreen);
507 WebInputEvent::GestureTapDown, blink::WebGestureDeviceTouchscreen);
536 WebInputEvent::GestureTapDown, blink::WebGestureDeviceTouchscreen);
555 WebInputEvent::GestureTapDown, blink::WebGestureDeviceTouchscreen);
H A Dgesture_event_queue_unittest.cc865 SimulateGestureEvent(WebInputEvent::GestureTapDown,
879 SimulateGestureEvent(WebInputEvent::GestureTapDown,
894 SimulateGestureEvent(WebInputEvent::GestureTapDown,
908 SendInputEventACK(WebInputEvent::GestureTapDown,
1084 SimulateGestureEvent(WebInputEvent::GestureTapDown,
H A Dgesture_event_queue.cc118 case WebInputEvent::GestureTapDown:
H A Dweb_input_event_util.cc364 gesture.type = WebInputEvent::GestureTapDown;
/external/chromium_org/content/common/input/
H A Dgesture_event_stream_validator.cc60 case WebInputEvent::GestureTapDown:
H A Dgesture_event_stream_validator_unittest.cc164 event = Build(WebInputEvent::GestureTapDown);
172 event = Build(WebInputEvent::GestureTapDown);
210 event = Build(WebInputEvent::GestureTapDown);
223 event = Build(WebInputEvent::GestureTapDown);
H A Dweb_input_event_traits.cc285 CASE_TYPE(GestureTapDown);
356 case WebInputEvent::GestureTapDown:
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformEvent.h58 GestureTapDown, enumerator in enum:blink::PlatformEvent::Type
H A DPlatformGestureEvent.h133 case GestureTapDown:
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DGestureEvent.cpp55 case PlatformEvent::GestureTapDown:
/external/chromium_org/content/shell/renderer/test_runner/
H A Devent_sender.h137 void GestureTapDown(gin::Arguments* args);
H A Devent_sender.cc388 void GestureTapDown(gin::Arguments* args);
518 .SetMethod("gestureTapDown", &EventSenderBindings::GestureTapDown)
773 void EventSenderBindings::GestureTapDown(gin::Arguments* args) { function in class:content::EventSenderBindings
775 sender_->GestureTapDown(args);
1730 void EventSender::GestureTapDown(gin::Arguments* args) { function in class:content::EventSender
1731 GestureEvent(WebInputEvent::GestureTapDown, args);
2005 case WebInputEvent::GestureTapDown:
/external/chromium_org/third_party/WebKit/Source/web/
H A DPageWidgetDelegate.cpp157 case WebInputEvent::GestureTapDown:
H A DWebPopupMenuImpl.cpp298 case WebInputEvent::GestureTapDown:
H A DWebInputEventConversion.cpp221 case WebInputEvent::GestureTapDown:
222 m_type = PlatformEvent::GestureTapDown;
813 type = GestureTapDown;
H A DPopupContainer.cpp328 case PlatformEvent::GestureTapDown:
/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputEvent.h122 GestureTapDown, enumerator in enum:blink::WebInputEvent::Type
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_guest.cc544 if (web_gesture.type == blink::WebGestureEvent::GestureTapDown) {
/external/chromium_org/content/browser/renderer_host/
H A Dui_events_helper.cc160 gesture_event.type = blink::WebInputEvent::GestureTapDown;
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbar.cpp338 case PlatformEvent::GestureTapDown:
/external/chromium_org/content/renderer/input/
H A Dinput_handler_proxy.cc495 case WebInputEvent::GestureTapDown:
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebInputEventConversionTest.cpp301 webGestureEvent.type = WebInputEvent::GestureTapDown;
507 webGestureEvent.type = WebInputEvent::GestureTapDown;

Completed in 504 milliseconds

12