Home
last modified time | relevance | path

Searched refs:GestureShowPress (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
DLinkHighlightTest.cpp71 touchEvent.type = WebInputEvent::GestureShowPress; in TEST()
177 touchEvent.type = WebInputEvent::GestureShowPress; in TEST()
DWebInputEventConversionTest.cpp189 webGestureEvent.type = WebInputEvent::GestureShowPress; in TEST()
388 webGestureEvent.type = WebInputEvent::GestureShowPress; in TEST()
/external/chromium_org/third_party/WebKit/public/web/
DWebInputEvent.h121 GestureShowPress, enumerator
238 || type == GestureShowPress in isGestureEventType()
/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformEvent.h59 GestureShowPress, enumerator
/external/chromium_org/content/common/input/
Dweb_input_event_traits.cc223 CASE_TYPE(GestureShowPress); in GetName()
290 case WebInputEvent::GestureShowPress: in IgnoresAckDisposition()
/external/chromium_org/content/browser/renderer_host/input/
Dinput_router_impl_unittest.cc775 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()
Dgesture_event_filter.cc139 case WebInputEvent::GestureShowPress: in ShouldForwardForTapSuppression()
Dgesture_event_filter_unittest.cc611 set_sync_followup_event(WebInputEvent::GestureShowPress, in TEST_F()
620 SendInputEventACK(WebInputEvent::GestureShowPress, in TEST_F()
Dinput_router_impl.cc679 WebInputEvent::GestureShowPress, mouse_event.timeStampSeconds, in SimulateTouchGestureWithMouse()
/external/chromium_org/third_party/WebKit/Source/core/events/
DGestureEvent.cpp62 case PlatformEvent::GestureShowPress: in create()
/external/chromium_org/third_party/WebKit/Source/web/
DPageWidgetDelegate.cpp166 case WebInputEvent::GestureShowPress: in handleInputEvent()
DWebPopupMenuImpl.cpp266 case WebInputEvent::GestureShowPress: in handleInputEvent()
DWebInputEventConversion.cpp206 case WebInputEvent::GestureShowPress: in PlatformGestureEventBuilder()
207 m_type = PlatformEvent::GestureShowPress; in PlatformGestureEventBuilder()
747 type = GestureShowPress; in WebGestureEventBuilder()
DPopupContainer.cpp310 case PlatformEvent::GestureShowPress: in handleGestureEvent()
DWebViewImpl.cpp693 case WebInputEvent::GestureShowPress: in handleGestureEvent()
774 case WebInputEvent::GestureShowPress: { in handleGestureEvent()
/external/chromium_org/content/browser/renderer_host/
Dui_events_helper.cc170 gesture_event.type = blink::WebInputEvent::GestureShowPress; in MakeWebGestureEventFromUIEvent()
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DTestPlugin.cpp523 case WebInputEvent::GestureShowPress: eventName = "GestureShowPress"; break; in handleInputEvent()
DEventSender.cpp1254 gestureEvent(WebInputEvent::GestureShowPress, arguments); in gestureShowPress()
1346 case WebInputEvent::GestureShowPress: in gestureEvent()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp2274 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/
Dcontent_view_core_impl.cc1062 WebInputEvent::GestureShowPress, time_ms, x, y); in ShowPressState()