Searched refs:GestureLongPress (Results 1 – 18 of 18) sorted by relevance
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebInputEvent.h | 128 GestureLongPress, enumerator 241 || type == GestureLongPress in isGestureEventType()
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | PlatformEvent.h | 62 GestureLongPress, enumerator
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | GestureEvent.cpp | 65 case PlatformEvent::GestureLongPress: in create()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | PageWidgetDelegate.cpp | 170 case WebInputEvent::GestureLongPress: in handleInputEvent()
|
D | WebPopupMenuImpl.cpp | 270 case WebInputEvent::GestureLongPress: in handleInputEvent()
|
D | WebInputEventConversion.cpp | 224 case WebInputEvent::GestureLongPress: in PlatformGestureEventBuilder() 225 m_type = PlatformEvent::GestureLongPress; in PlatformGestureEventBuilder()
|
D | WebViewImpl.cpp | 700 case WebInputEvent::GestureLongPress: in handleGestureEvent() 761 case WebInputEvent::GestureLongPress: in handleGestureEvent()
|
/external/chromium_org/content/browser/web_contents/ |
D | touch_editable_impl_aura.cc | 209 if (gesture_event_type == blink::WebInputEvent::GestureLongPress) in GestureEventAck()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | WebInputEventConversionTest.cpp | 200 webGestureEvent.type = WebInputEvent::GestureLongPress; in TEST() 399 webGestureEvent.type = WebInputEvent::GestureLongPress; in TEST()
|
D | WebViewTest.cpp | 127 } else if (event.type == WebInputEvent::GestureLongPress) { in didHandleGestureEvent() 995 event.type = WebInputEvent::GestureLongPress; in TEST_F() 1020 EXPECT_TRUE(tapElementById(webView, WebInputEvent::GestureLongPress, onselectstartfalse)); in TEST_F() 1022 EXPECT_TRUE(tapElementById(webView, WebInputEvent::GestureLongPress, target)); in TEST_F()
|
/external/chromium_org/content/common/input/ |
D | web_input_event_traits.cc | 230 CASE_TYPE(GestureLongPress); in GetName()
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
D | EventSender.cpp | 1266 gestureEvent(WebInputEvent::GestureLongPress, arguments); in gestureLongPress() 1358 case WebInputEvent::GestureLongPress: in gestureEvent() 1396 if (type == WebInputEvent::GestureLongPress && !currentDragData.isNull()) { in gestureEvent()
|
D | TestPlugin.cpp | 527 case WebInputEvent::GestureLongPress: eventName = "GestureLongPress"; break; in handleInputEvent()
|
/external/chromium_org/content/browser/renderer_host/ |
D | ui_events_helper.cc | 209 gesture_event.type = blink::WebInputEvent::GestureLongPress; in MakeWebGestureEventFromUIEvent()
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | Scrollbar.cpp | 368 case PlatformEvent::GestureLongPress: in gestureEvent()
|
/external/chromium_org/content/renderer/ |
D | render_widget.cc | 1105 input_event->type == WebInputEvent::GestureLongPress) in OnHandleInputEvent() 2713 event.type == WebInputEvent::GestureLongPress) { in didHandleGestureEvent()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.cpp | 2277 case PlatformEvent::GestureLongPress: in handleGestureEvent() 2388 case PlatformEvent::GestureLongPress: in handleGestureEvent() 2764 case PlatformEvent::GestureLongPress: in adjustGesturePosition()
|
/external/chromium_org/content/browser/android/ |
D | content_view_core_impl.cc | 1095 WebInputEvent::GestureLongPress, time_ms, x, y); in LongPress()
|