/external/chromium_org/third_party/WebKit/Source/platform/ |
D | PlatformEvent.h | 62 GestureLongPress, enumerator
|
D | PlatformGestureEvent.h | 137 case GestureLongPress: in isScrollEvent()
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | GestureEvent.cpp | 60 case PlatformEvent::GestureLongPress: in create()
|
/external/chromium_org/content/shell/renderer/test_runner/ |
D | event_sender.cc | 391 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()
|
D | event_sender.h | 140 void GestureLongPress(gin::Arguments* args);
|
D | test_plugin.cc | 654 case blink::WebInputEvent::GestureLongPress: in handleInputEvent()
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebInputEvent.h | 126 GestureLongPress, enumerator
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | PageWidgetDelegate.cpp | 162 case WebInputEvent::GestureLongPress: in handleInputEvent()
|
D | WebPopupMenuImpl.cpp | 303 case WebInputEvent::GestureLongPress: in handleInputEvent()
|
D | WebInputEventConversion.cpp | 243 case WebInputEvent::GestureLongPress: in PlatformGestureEventBuilder() 244 m_type = PlatformEvent::GestureLongPress; in PlatformGestureEventBuilder()
|
D | WebViewImpl.cpp | 725 case WebInputEvent::GestureLongPress: in handleGestureEvent() 800 case WebInputEvent::GestureLongPress: in handleGestureEvent()
|
/external/chromium_org/content/browser/android/ |
D | content_view_core_impl.cc | 132 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/ |
D | web_input_event_traits.cc | 289 CASE_TYPE(GestureLongPress); in GetName()
|
/external/chromium_org/content/browser/renderer_host/ |
D | ui_events_helper.cc | 210 gesture_event.type = blink::WebInputEvent::GestureLongPress; in MakeWebGestureEventFromUIEvent()
|
D | render_widget_host_view_android.cc | 1417 case blink::WebInputEvent::GestureLongPress: in FilterInputEvent() 1815 blink::WebInputEvent::GestureLongPress, in LongPress()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | WebViewTest.cpp | 154 } 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()
|
D | WebInputEventConversionTest.cpp | 323 webGestureEvent.type = WebInputEvent::GestureLongPress; in TEST() 529 webGestureEvent.type = WebInputEvent::GestureLongPress; in TEST()
|
/external/chromium_org/content/browser/renderer_host/input/ |
D | web_input_event_util.cc | 320 gesture.type = WebInputEvent::GestureLongPress; in CreateWebGestureEventFromGestureEventData()
|
D | input_router_impl_unittest.cc | 816 WebInputEvent::GestureLongPress, in TEST_F()
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | Scrollbar.cpp | 356 case PlatformEvent::GestureLongPress: in gestureEvent()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.cpp | 2122 case PlatformEvent::GestureLongPress: in handleGestureEventInFrame() 2648 case PlatformEvent::GestureLongPress: in getHitTypeForGestureType() 2676 case PlatformEvent::GestureLongPress: in applyTouchAdjustment()
|
/external/chromium_org/content/renderer/ |
D | render_widget.cc | 2038 } else if (event.type == WebInputEvent::GestureLongPress) { in didHandleGestureEvent()
|