Searched refs:GestureShowPress (Results 1 – 20 of 20) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | LinkHighlightTest.cpp | 71 touchEvent.type = WebInputEvent::GestureShowPress; in TEST() 177 touchEvent.type = WebInputEvent::GestureShowPress; in TEST()
|
D | WebInputEventConversionTest.cpp | 189 webGestureEvent.type = WebInputEvent::GestureShowPress; in TEST() 388 webGestureEvent.type = WebInputEvent::GestureShowPress; in TEST()
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebInputEvent.h | 121 GestureShowPress, enumerator 238 || type == GestureShowPress in isGestureEventType()
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | PlatformEvent.h | 59 GestureShowPress, enumerator
|
/external/chromium_org/content/common/input/ |
D | web_input_event_traits.cc | 223 CASE_TYPE(GestureShowPress); in GetName() 290 case WebInputEvent::GestureShowPress: in IgnoresAckDisposition()
|
/external/chromium_org/content/browser/renderer_host/input/ |
D | input_router_impl_unittest.cc | 775 SimulateGestureEvent(WebInputEvent::GestureShowPress, in TEST_F() 814 SendInputEventACK(WebInputEvent::GestureShowPress, in TEST_F() 843 SimulateGestureEvent(WebInputEvent::GestureShowPress, in TEST_F() 851 SimulateGestureEvent(WebInputEvent::GestureShowPress, in TEST_F()
|
D | gesture_event_filter.cc | 139 case WebInputEvent::GestureShowPress: in ShouldForwardForTapSuppression()
|
D | gesture_event_filter_unittest.cc | 611 set_sync_followup_event(WebInputEvent::GestureShowPress, in TEST_F() 620 SendInputEventACK(WebInputEvent::GestureShowPress, in TEST_F()
|
D | input_router_impl.cc | 679 WebInputEvent::GestureShowPress, mouse_event.timeStampSeconds, in SimulateTouchGestureWithMouse()
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | GestureEvent.cpp | 62 case PlatformEvent::GestureShowPress: in create()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | PageWidgetDelegate.cpp | 166 case WebInputEvent::GestureShowPress: in handleInputEvent()
|
D | WebPopupMenuImpl.cpp | 266 case WebInputEvent::GestureShowPress: in handleInputEvent()
|
D | WebInputEventConversion.cpp | 206 case WebInputEvent::GestureShowPress: in PlatformGestureEventBuilder() 207 m_type = PlatformEvent::GestureShowPress; in PlatformGestureEventBuilder() 747 type = GestureShowPress; in WebGestureEventBuilder()
|
D | PopupContainer.cpp | 310 case PlatformEvent::GestureShowPress: in handleGestureEvent()
|
D | WebViewImpl.cpp | 693 case WebInputEvent::GestureShowPress: in handleGestureEvent() 774 case WebInputEvent::GestureShowPress: { in handleGestureEvent()
|
/external/chromium_org/content/browser/renderer_host/ |
D | ui_events_helper.cc | 170 gesture_event.type = blink::WebInputEvent::GestureShowPress; in MakeWebGestureEventFromUIEvent()
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
D | TestPlugin.cpp | 523 case WebInputEvent::GestureShowPress: eventName = "GestureShowPress"; break; in handleInputEvent()
|
D | EventSender.cpp | 1254 gestureEvent(WebInputEvent::GestureShowPress, arguments); in gestureShowPress() 1346 case WebInputEvent::GestureShowPress: in gestureEvent()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.cpp | 2274 case PlatformEvent::GestureShowPress: in handleGestureEvent() 2305 if (gestureEvent.type() == PlatformEvent::GestureShowPress in handleGestureEvent() 2386 case PlatformEvent::GestureShowPress: in handleGestureEvent() 2761 case PlatformEvent::GestureShowPress: in adjustGesturePosition()
|
/external/chromium_org/content/browser/android/ |
D | content_view_core_impl.cc | 1062 WebInputEvent::GestureShowPress, time_ms, x, y); in ShowPressState()
|