Home
last modified time | relevance | path

Searched refs:GestureLongPress (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebInputEvent.h128 GestureLongPress, enumerator
241 || type == GestureLongPress in isGestureEventType()
/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformEvent.h62 GestureLongPress, enumerator
/external/chromium_org/third_party/WebKit/Source/core/events/
DGestureEvent.cpp65 case PlatformEvent::GestureLongPress: in create()
/external/chromium_org/third_party/WebKit/Source/web/
DPageWidgetDelegate.cpp170 case WebInputEvent::GestureLongPress: in handleInputEvent()
DWebPopupMenuImpl.cpp270 case WebInputEvent::GestureLongPress: in handleInputEvent()
DWebInputEventConversion.cpp224 case WebInputEvent::GestureLongPress: in PlatformGestureEventBuilder()
225 m_type = PlatformEvent::GestureLongPress; in PlatformGestureEventBuilder()
DWebViewImpl.cpp700 case WebInputEvent::GestureLongPress: in handleGestureEvent()
761 case WebInputEvent::GestureLongPress: in handleGestureEvent()
/external/chromium_org/content/browser/web_contents/
Dtouch_editable_impl_aura.cc209 if (gesture_event_type == blink::WebInputEvent::GestureLongPress) in GestureEventAck()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebInputEventConversionTest.cpp200 webGestureEvent.type = WebInputEvent::GestureLongPress; in TEST()
399 webGestureEvent.type = WebInputEvent::GestureLongPress; in TEST()
DWebViewTest.cpp127 } 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/
Dweb_input_event_traits.cc230 CASE_TYPE(GestureLongPress); in GetName()
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DEventSender.cpp1266 gestureEvent(WebInputEvent::GestureLongPress, arguments); in gestureLongPress()
1358 case WebInputEvent::GestureLongPress: in gestureEvent()
1396 if (type == WebInputEvent::GestureLongPress && !currentDragData.isNull()) { in gestureEvent()
DTestPlugin.cpp527 case WebInputEvent::GestureLongPress: eventName = "GestureLongPress"; break; in handleInputEvent()
/external/chromium_org/content/browser/renderer_host/
Dui_events_helper.cc209 gesture_event.type = blink::WebInputEvent::GestureLongPress; in MakeWebGestureEventFromUIEvent()
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbar.cpp368 case PlatformEvent::GestureLongPress: in gestureEvent()
/external/chromium_org/content/renderer/
Drender_widget.cc1105 input_event->type == WebInputEvent::GestureLongPress) in OnHandleInputEvent()
2713 event.type == WebInputEvent::GestureLongPress) { in didHandleGestureEvent()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp2277 case PlatformEvent::GestureLongPress: in handleGestureEvent()
2388 case PlatformEvent::GestureLongPress: in handleGestureEvent()
2764 case PlatformEvent::GestureLongPress: in adjustGesturePosition()
/external/chromium_org/content/browser/android/
Dcontent_view_core_impl.cc1095 WebInputEvent::GestureLongPress, time_ms, x, y); in LongPress()