Home
last modified time | relevance | path

Searched refs:GestureScrollBegin (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_unittest.cc1568 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 …]
Dui_events_helper.cc180 gesture_event.type = blink::WebInputEvent::GestureScrollBegin; in MakeWebGestureEventFromUIEvent()
/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformGestureEvent.h41 : PlatformEvent(PlatformEvent::GestureScrollBegin) in PlatformGestureEvent()
52 ASSERT(type == PlatformEvent::GestureScrollBegin in PlatformGestureEvent()
DPlatformEvent.h52 GestureScrollBegin, enumerator
/external/chromium_org/content/browser/renderer_host/input/
Dgesture_event_filter_unittest.cc221 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()
Dtouch_action_filter_unittest.cc21 WebInputEvent::GestureScrollBegin, WebGestureEvent::Touchscreen); in TEST()
77 WebInputEvent::GestureScrollBegin, WebGestureEvent::Touchscreen); in TEST()
Dtouch_action_filter.cc25 case WebInputEvent::GestureScrollBegin: in FilterGestureEvent()
Dtouch_event_queue_unittest.cc747 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()
Dinput_router_impl_unittest.cc496 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()
Dinput_router_impl.cc657 WebInputEvent::GestureScrollBegin, mouse_event.timeStampSeconds, in SimulateTouchGestureWithMouse()
696 WebInputEvent::GestureScrollBegin, mouse_event.timeStampSeconds, in SimulateTouchGestureWithMouse()
Dtouch_event_queue.cc328 if (type == blink::WebInputEvent::GestureScrollBegin) { in OnGestureScrollEvent()
/external/chromium_org/third_party/WebKit/public/web/
DWebInputEvent.h115 GestureScrollBegin, enumerator
225 return type == GestureScrollBegin in isGestureEventType()
/external/chromium_org/content/renderer/input/
Dinput_handler_proxy_unittest.cc187 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()
Dinput_handler_proxy.cc37 if (!(event.type == WebInputEvent::GestureScrollBegin || in SendScrollLatencyUma()
146 } else if (event.type == WebInputEvent::GestureScrollBegin) { in HandleInputEvent()
/external/chromium_org/content/common/input/
Dweb_input_event_traits.cc218 CASE_TYPE(GestureScrollBegin); in GetName()
294 case WebInputEvent::GestureScrollBegin: in IgnoresAckDisposition()
Dinput_param_traits_unittest.cc165 gesture_event.type = blink::WebInputEvent::GestureScrollBegin; in TEST_F()
/external/chromium_org/third_party/WebKit/Source/core/events/
DGestureEvent.cpp44 case PlatformEvent::GestureScrollBegin: in create()
/external/chromium_org/third_party/WebKit/Source/web/
DPageWidgetDelegate.cpp157 case WebInputEvent::GestureScrollBegin: in handleInputEvent()
DWebPopupMenuImpl.cpp257 case WebInputEvent::GestureScrollBegin: in handleInputEvent()
DWebInputEventConversion.cpp170 case WebInputEvent::GestureScrollBegin: in PlatformGestureEventBuilder()
171 m_type = PlatformEvent::GestureScrollBegin; in PlatformGestureEventBuilder()
751 type = GestureScrollBegin; in WebGestureEventBuilder()
DPopupContainer.cpp307 case PlatformEvent::GestureScrollBegin: in handleGestureEvent()
/external/chromium_org/content/renderer/
Drender_widget_fullscreen_pepper.cc70 case WebInputEvent::GestureScrollBegin: in WebMouseEventFromGestureEvent()
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbar.cpp355 case PlatformEvent::GestureScrollBegin: in gestureEvent()
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DTestPlugin.cpp513 case WebInputEvent::GestureScrollBegin: eventName = "GestureScrollBegin"; break; in handleInputEvent()
DEventSender.cpp1218 gestureEvent(WebInputEvent::GestureScrollBegin, arguments); in gestureScrollBegin()
1312 case WebInputEvent::GestureScrollBegin: in gestureEvent()

12