Searched refs:GestureTapDown (Results 1 - 25 of 29) 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.cc799 WebInputEvent::GestureTapDown,
805 WebInputEvent::GestureTapDown,
807 WebInputEvent::GestureTapDown,
811 WebInputEvent::GestureTapDown,
814 WebInputEvent::GestureTapDown,
816 WebInputEvent::GestureTapDown,
819 WebInputEvent::GestureTapDown,
902 // Test that GestureShowPress, GestureTapDown and GestureTapCancel events don't
921 SimulateGestureEvent(WebInputEvent::GestureTapDown,
1318 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.cc318 gesture.type = WebInputEvent::GestureTapDown;
/external/chromium_org/content/common/input/
H A Dgesture_event_stream_validator.cc60 case WebInputEvent::GestureTapDown:
69 error_msg->append("Missing GestureTapDown event\n");
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:WebCore::PlatformEvent::Type
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DGestureEvent.cpp55 case PlatformEvent::GestureTapDown:
/external/chromium_org/third_party/WebKit/Source/web/
H A DPageWidgetDelegate.cpp150 case WebInputEvent::GestureTapDown:
H A DWebPopupMenuImpl.cpp302 case WebInputEvent::GestureTapDown:
H A DWebInputEventConversion.cpp223 case WebInputEvent::GestureTapDown:
224 m_type = PlatformEvent::GestureTapDown;
797 type = GestureTapDown;
H A DPopupContainer.cpp314 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.cc365 void GestureTapDown(gin::Arguments* args);
495 .SetMethod("gestureTapDown", &EventSenderBindings::GestureTapDown)
750 void EventSenderBindings::GestureTapDown(gin::Arguments* args) { function in class:content::EventSenderBindings
752 sender_->GestureTapDown(args);
1698 void EventSender::GestureTapDown(gin::Arguments* args) { function in class:content::EventSender
1699 GestureEvent(WebInputEvent::GestureTapDown, args);
1955 case WebInputEvent::GestureTapDown:
H A DTestPlugin.cpp613 case WebInputEvent::GestureTapDown: eventName = "GestureTapDown"; break;
/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.cc525 if (web_gesture.type == blink::WebGestureEvent::GestureTapDown) {
/external/chromium_org/content/browser/renderer_host/
H A Dui_events_helper.cc157 gesture_event.type = blink::WebInputEvent::GestureTapDown;
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbar.cpp350 case PlatformEvent::GestureTapDown:
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebInputEventConversionTest.cpp180 webGestureEvent.type = WebInputEvent::GestureTapDown;
386 webGestureEvent.type = WebInputEvent::GestureTapDown;
/external/chromium_org/content/renderer/input/
H A Dinput_handler_proxy.cc477 case WebInputEvent::GestureTapDown:
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp2080 case PlatformEvent::GestureTapDown:
2153 if (gestureEvent.type() == PlatformEvent::GestureTapDown && eventSwallowed) {
2202 case PlatformEvent::GestureTapDown:
2564 case PlatformEvent::GestureTapDown:

Completed in 106 milliseconds

12