Searched refs:GestureLongPress (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformEvent.h62 GestureLongPress, enumerator in enum:blink::PlatformEvent::Type
H A DPlatformGestureEvent.h137 case GestureLongPress:
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DGestureEvent.cpp60 case PlatformEvent::GestureLongPress:
/external/chromium_org/content/shell/renderer/test_runner/
H A Devent_sender.h140 void GestureLongPress(gin::Arguments* args);
H A Devent_sender.cc391 void GestureLongPress(gin::Arguments* args);
521 .SetMethod("gestureLongPress", &EventSenderBindings::GestureLongPress)
788 void EventSenderBindings::GestureLongPress(gin::Arguments* args) { function in class:content::EventSenderBindings
790 sender_->GestureLongPress(args);
1742 void EventSender::GestureLongPress(gin::Arguments* args) { function in class:content::EventSender
1743 GestureEvent(WebInputEvent::GestureLongPress, args);
2053 case WebInputEvent::GestureLongPress:
2127 if (type == WebInputEvent::GestureLongPress && !current_drag_data_.isNull()) {
H A Dtest_plugin.cc654 case blink::WebInputEvent::GestureLongPress:
655 event_name = "GestureLongPress";
/external/chromium_org/third_party/WebKit/Source/web/
H A DPageWidgetDelegate.cpp162 case WebInputEvent::GestureLongPress:
H A DWebPopupMenuImpl.cpp303 case WebInputEvent::GestureLongPress:
H A DWebInputEventConversion.cpp243 case WebInputEvent::GestureLongPress:
244 m_type = PlatformEvent::GestureLongPress;
H A DWebViewImpl.cpp725 case WebInputEvent::GestureLongPress:
800 case WebInputEvent::GestureLongPress:
/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputEvent.h126 GestureLongPress, enumerator in enum:blink::WebInputEvent::Type
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc132 case WebInputEvent::GestureLongPress:
546 event.type != WebInputEvent::GestureLongPress)
1043 WebInputEvent::GestureLongPress, time_ms, x, y);
/external/chromium_org/content/browser/renderer_host/input/
H A Dweb_input_event_util.cc320 gesture.type = WebInputEvent::GestureLongPress;
H A Dinput_router_impl_unittest.cc816 WebInputEvent::GestureLongPress,
/external/chromium_org/content/browser/renderer_host/
H A Dui_events_helper.cc210 gesture_event.type = blink::WebInputEvent::GestureLongPress;
H A Drender_widget_host_view_android.cc1417 case blink::WebInputEvent::GestureLongPress:
1815 blink::WebInputEvent::GestureLongPress,
/external/chromium_org/content/common/input/
H A Dweb_input_event_traits.cc289 CASE_TYPE(GestureLongPress);
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbar.cpp356 case PlatformEvent::GestureLongPress:
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebViewTest.cpp154 } else if (event.type == WebInputEvent::GestureLongPress) {
1179 event.type = WebInputEvent::GestureLongPress;
1204 EXPECT_TRUE(tapElementById(webView, WebInputEvent::GestureLongPress, onselectstartfalse));
1206 EXPECT_TRUE(tapElementById(webView, WebInputEvent::GestureLongPress, target));
1222 EXPECT_TRUE(tapElementById(webView, WebInputEvent::GestureLongPress, target));
H A DWebInputEventConversionTest.cpp323 webGestureEvent.type = WebInputEvent::GestureLongPress;
529 webGestureEvent.type = WebInputEvent::GestureLongPress;
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp2122 case PlatformEvent::GestureLongPress:
2648 case PlatformEvent::GestureLongPress:
2676 case PlatformEvent::GestureLongPress:
/external/chromium_org/content/renderer/
H A Drender_widget.cc2038 } else if (event.type == WebInputEvent::GestureLongPress) {

Completed in 3384 milliseconds