/external/chromium_org/third_party/WebKit/Source/platform/ |
PlatformEvent.h | 59 GestureShowPress,
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
GestureEvent.cpp | 62 case PlatformEvent::GestureShowPress: 63 eventType = EventTypeNames::gestureshowpress; break;
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
LinkHighlightTest.cpp | 71 touchEvent.type = WebInputEvent::GestureShowPress; 177 touchEvent.type = WebInputEvent::GestureShowPress;
|
WebInputEventConversionTest.cpp | 189 webGestureEvent.type = WebInputEvent::GestureShowPress; 388 webGestureEvent.type = WebInputEvent::GestureShowPress;
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebInputEvent.h | 121 GestureShowPress, 238 || type == GestureShowPress
|
/external/chromium_org/content/common/input/ |
web_input_event_traits.cc | 223 CASE_TYPE(GestureShowPress); 290 case WebInputEvent::GestureShowPress:
|
/external/chromium_org/content/browser/renderer_host/input/ |
input_router_impl_unittest.cc | 752 // Test that GestureShowPress, GestureTapDown and GestureTapCancel events don't 775 SimulateGestureEvent(WebInputEvent::GestureShowPress, 814 SendInputEventACK(WebInputEvent::GestureShowPress, 834 // Test that GestureShowPress events don't get out of order due to 843 SimulateGestureEvent(WebInputEvent::GestureShowPress, 851 SimulateGestureEvent(WebInputEvent::GestureShowPress, [all...] |
gesture_event_filter.cc | 139 case WebInputEvent::GestureShowPress:
|
gesture_event_filter_unittest.cc | 611 set_sync_followup_event(WebInputEvent::GestureShowPress, 620 SendInputEventACK(WebInputEvent::GestureShowPress, [all...] |
input_router_impl.cc | 679 WebInputEvent::GestureShowPress, mouse_event.timeStampSeconds,
|
/external/chromium_org/third_party/WebKit/Source/web/ |
PageWidgetDelegate.cpp | 166 case WebInputEvent::GestureShowPress:
|
WebPopupMenuImpl.cpp | 266 case WebInputEvent::GestureShowPress:
|
WebInputEventConversion.cpp | 206 case WebInputEvent::GestureShowPress: 207 m_type = PlatformEvent::GestureShowPress; 746 if (event.type() == EventTypeNames::gestureshowpress) 747 type = GestureShowPress;
|
PopupContainer.cpp | 310 case PlatformEvent::GestureShowPress:
|
WebViewImpl.cpp | 693 case WebInputEvent::GestureShowPress: 774 case WebInputEvent::GestureShowPress: { [all...] |
/external/chromium_org/content/browser/renderer_host/ |
ui_events_helper.cc | 170 gesture_event.type = blink::WebInputEvent::GestureShowPress;
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
TestPlugin.cpp | 523 case WebInputEvent::GestureShowPress: eventName = "GestureShowPress"; break;
|
EventSender.cpp | 295 bindMethod("gestureShowPress", &EventSender::gestureShowPress); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/ |
EventHandler.cpp | [all...] |
/external/chromium_org/content/browser/android/ |
content_view_core_impl.cc | [all...] |