Home
last modified time | relevance | path

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

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