/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_unittest.cc | 1568 SimulateGestureEvent(WebInputEvent::GestureScrollBegin, in TEST_F() 1571 SendInputEventACK(WebInputEvent::GestureScrollBegin, in TEST_F() 1594 SimulateGestureEvent(WebInputEvent::GestureScrollBegin, in TEST_F() 1597 SendInputEventACK(WebInputEvent::GestureScrollBegin, in TEST_F() 1621 SimulateGestureEvent(WebInputEvent::GestureScrollBegin, in TEST_F() 1623 SendInputEventACK(WebInputEvent::GestureScrollBegin, in TEST_F() 1677 SimulateGestureEvent(WebInputEvent::GestureScrollBegin, in TEST_F() 1682 SendInputEventACK(WebInputEvent::GestureScrollBegin, in TEST_F() 1709 SimulateGestureEvent(WebInputEvent::GestureScrollBegin, in TEST_F() 1713 SendInputEventACK(WebInputEvent::GestureScrollBegin, in TEST_F() [all …]
|
D | ui_events_helper.cc | 180 gesture_event.type = blink::WebInputEvent::GestureScrollBegin; in MakeWebGestureEventFromUIEvent()
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | PlatformGestureEvent.h | 41 : PlatformEvent(PlatformEvent::GestureScrollBegin) in PlatformGestureEvent() 52 ASSERT(type == PlatformEvent::GestureScrollBegin in PlatformGestureEvent()
|
D | PlatformEvent.h | 52 GestureScrollBegin, enumerator
|
/external/chromium_org/content/browser/renderer_host/input/ |
D | gesture_event_filter_unittest.cc | 221 SimulateGestureEvent(WebInputEvent::GestureScrollBegin, in TEST_F() 259 SendInputEventACK(WebInputEvent::GestureScrollBegin, in TEST_F() 295 SimulateGestureEvent(WebInputEvent::GestureScrollBegin, in TEST_F() 373 SendInputEventACK(WebInputEvent::GestureScrollBegin, in TEST_F() 509 SimulateGestureEvent(WebInputEvent::GestureScrollBegin, in TEST_F() 555 SimulateGestureEvent(WebInputEvent::GestureScrollBegin, in TEST_F() 639 SimulateGestureEvent(WebInputEvent::GestureScrollBegin, in TEST_F() 658 SimulateGestureEvent(WebInputEvent::GestureScrollBegin, in TEST_F() 676 SendInputEventACK(WebInputEvent::GestureScrollBegin, in TEST_F()
|
D | touch_action_filter_unittest.cc | 21 WebInputEvent::GestureScrollBegin, WebGestureEvent::Touchscreen); in TEST() 77 WebInputEvent::GestureScrollBegin, WebGestureEvent::Touchscreen); in TEST()
|
D | touch_action_filter.cc | 25 case WebInputEvent::GestureScrollBegin: in FilterGestureEvent()
|
D | touch_event_queue_unittest.cc | 747 followup_scroll.type = WebInputEvent::GestureScrollBegin; in TEST_F() 993 followup_scroll.type = WebInputEvent::GestureScrollBegin; in TEST_F() 1056 followup_scroll.type = WebInputEvent::GestureScrollBegin; in TEST_F()
|
D | input_router_impl_unittest.cc | 496 SimulateGestureEvent(WebInputEvent::GestureScrollBegin, in TEST_F() 499 SendInputEventACK(WebInputEvent::GestureScrollBegin, in TEST_F() 735 int start_type = static_cast<int>(WebInputEvent::GestureScrollBegin); in TEST_F()
|
D | input_router_impl.cc | 657 WebInputEvent::GestureScrollBegin, mouse_event.timeStampSeconds, in SimulateTouchGestureWithMouse() 696 WebInputEvent::GestureScrollBegin, mouse_event.timeStampSeconds, in SimulateTouchGestureWithMouse()
|
D | touch_event_queue.cc | 328 if (type == blink::WebInputEvent::GestureScrollBegin) { in OnGestureScrollEvent()
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebInputEvent.h | 115 GestureScrollBegin, enumerator 225 return type == GestureScrollBegin in isGestureEventType()
|
/external/chromium_org/content/renderer/input/ |
D | input_handler_proxy_unittest.cc | 187 gesture_.type = WebInputEvent::GestureScrollBegin; in TEST_F() 232 gesture_.type = WebInputEvent::GestureScrollBegin; in TEST_F() 261 gesture_.type = WebInputEvent::GestureScrollBegin; in TEST_F() 312 gesture_.type = WebInputEvent::GestureScrollBegin; in TEST_F() 747 gesture_.type = WebInputEvent::GestureScrollBegin; in TEST_F() 780 gesture_.type = WebInputEvent::GestureScrollBegin; in TEST_F() 807 gesture_.type = WebInputEvent::GestureScrollBegin; in TEST_F() 838 gesture_.type = WebInputEvent::GestureScrollBegin; in TEST_F() 900 gesture_.type = WebInputEvent::GestureScrollBegin; in TEST_F() 958 gesture_.type = WebInputEvent::GestureScrollBegin; in TEST_F()
|
D | input_handler_proxy.cc | 37 if (!(event.type == WebInputEvent::GestureScrollBegin || in SendScrollLatencyUma() 146 } else if (event.type == WebInputEvent::GestureScrollBegin) { in HandleInputEvent()
|
/external/chromium_org/content/common/input/ |
D | web_input_event_traits.cc | 218 CASE_TYPE(GestureScrollBegin); in GetName() 294 case WebInputEvent::GestureScrollBegin: in IgnoresAckDisposition()
|
D | input_param_traits_unittest.cc | 165 gesture_event.type = blink::WebInputEvent::GestureScrollBegin; in TEST_F()
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | GestureEvent.cpp | 44 case PlatformEvent::GestureScrollBegin: in create()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | PageWidgetDelegate.cpp | 157 case WebInputEvent::GestureScrollBegin: in handleInputEvent()
|
D | WebPopupMenuImpl.cpp | 257 case WebInputEvent::GestureScrollBegin: in handleInputEvent()
|
D | WebInputEventConversion.cpp | 170 case WebInputEvent::GestureScrollBegin: in PlatformGestureEventBuilder() 171 m_type = PlatformEvent::GestureScrollBegin; in PlatformGestureEventBuilder() 751 type = GestureScrollBegin; in WebGestureEventBuilder()
|
D | PopupContainer.cpp | 307 case PlatformEvent::GestureScrollBegin: in handleGestureEvent()
|
/external/chromium_org/content/renderer/ |
D | render_widget_fullscreen_pepper.cc | 70 case WebInputEvent::GestureScrollBegin: in WebMouseEventFromGestureEvent()
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | Scrollbar.cpp | 355 case PlatformEvent::GestureScrollBegin: in gestureEvent()
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
D | TestPlugin.cpp | 513 case WebInputEvent::GestureScrollBegin: eventName = "GestureScrollBegin"; break; in handleInputEvent()
|
D | EventSender.cpp | 1218 gestureEvent(WebInputEvent::GestureScrollBegin, arguments); in gestureScrollBegin() 1312 case WebInputEvent::GestureScrollBegin: in gestureEvent()
|