/external/chromium_org/third_party/WebKit/public/web/ |
D | WebInputEvent.h | 124 GestureTapDown, enumerator 236 || type == GestureTapDown in isGestureEventType()
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | PlatformEvent.h | 58 GestureTapDown, enumerator
|
/external/chromium_org/content/browser/renderer_host/input/ |
D | gesture_event_filter_unittest.cc | 600 SimulateGestureEvent(WebInputEvent::GestureTapDown, in TEST_F() 614 SimulateGestureEvent(WebInputEvent::GestureTapDown, in TEST_F() 632 SimulateGestureEvent(WebInputEvent::GestureTapDown, in TEST_F() 646 SendInputEventACK(WebInputEvent::GestureTapDown, in TEST_F() 827 SimulateGestureEvent(WebInputEvent::GestureTapDown, in TEST_F()
|
D | gesture_event_filter.cc | 136 case WebInputEvent::GestureTapDown: in ShouldForwardForTapSuppression()
|
D | input_router_impl_unittest.cc | 764 SimulateGestureEvent(WebInputEvent::GestureTapDown, in TEST_F() 801 SendInputEventACK(WebInputEvent::GestureTapDown, in TEST_F()
|
D | input_router_impl.cc | 682 WebInputEvent::GestureTapDown, mouse_event.timeStampSeconds, in SimulateTouchGestureWithMouse()
|
/external/chromium_org/content/common/input/ |
D | web_input_event_traits.cc | 226 CASE_TYPE(GestureTapDown); in GetName() 289 case WebInputEvent::GestureTapDown: in IgnoresAckDisposition()
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | GestureEvent.cpp | 60 case PlatformEvent::GestureTapDown: in create()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | PageWidgetDelegate.cpp | 165 case WebInputEvent::GestureTapDown: in handleInputEvent()
|
D | WebPopupMenuImpl.cpp | 265 case WebInputEvent::GestureTapDown: in handleInputEvent()
|
D | WebInputEventConversion.cpp | 202 case WebInputEvent::GestureTapDown: in PlatformGestureEventBuilder() 203 m_type = PlatformEvent::GestureTapDown; in PlatformGestureEventBuilder() 749 type = GestureTapDown; in WebGestureEventBuilder()
|
D | PopupContainer.cpp | 309 case PlatformEvent::GestureTapDown: in handleGestureEvent()
|
D | WebViewImpl.cpp | 791 case WebInputEvent::GestureTapDown: in handleGestureEvent()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | WebInputEventConversionTest.cpp | 178 webGestureEvent.type = WebInputEvent::GestureTapDown; in TEST() 377 webGestureEvent.type = WebInputEvent::GestureTapDown; in TEST()
|
/external/chromium_org/content/browser/renderer_host/ |
D | ui_events_helper.cc | 163 gesture_event.type = blink::WebInputEvent::GestureTapDown; in MakeWebGestureEventFromUIEvent()
|
D | render_widget_host_view_guest.cc | 607 if (web_gesture.type == blink::WebGestureEvent::GestureTapDown) { in ForwardGestureEventToRenderer()
|
D | render_widget_host_view_android.cc | 1036 if (input_event.type == blink::WebInputEvent::GestureTapDown || in FilterInputEvent()
|
D | render_widget_host_view_win.cc | 2895 if (web_gesture.type == blink::WebGestureEvent::GestureTapDown) { in ForwardGestureEventToRenderer()
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | Scrollbar.cpp | 350 case PlatformEvent::GestureTapDown: in gestureEvent()
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
D | TestPlugin.cpp | 522 case WebInputEvent::GestureTapDown: eventName = "GestureTapDown"; break; in handleInputEvent()
|
D | EventSender.cpp | 1248 gestureEvent(WebInputEvent::GestureTapDown, arguments); in gestureTapDown() 1338 case WebInputEvent::GestureTapDown: in gestureEvent()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.cpp | 2273 case PlatformEvent::GestureTapDown: in handleGestureEvent() 2345 if (gestureEvent.type() == PlatformEvent::GestureTapDown && eventSwallowed) { in handleGestureEvent() 2394 case PlatformEvent::GestureTapDown: in handleGestureEvent() 2760 case PlatformEvent::GestureTapDown: in adjustGesturePosition()
|
/external/chromium_org/content/browser/devtools/ |
D | renderer_overrides_handler.cc | 924 event.type = WebInputEvent::GestureTapDown; in InputDispatchGestureEvent()
|
/external/chromium_org/content/browser/android/ |
D | content_view_core_impl.cc | 1080 WebInputEvent::GestureTapDown, time_ms, x, y); in TapDown()
|