Searched refs:GestureScrollEnd (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformGestureEvent.h54 || type == PlatformEvent::GestureScrollEnd
123 case GestureScrollEnd:
H A DPlatformEvent.h53 GestureScrollEnd, enumerator in enum:blink::PlatformEvent::Type
/external/chromium_org/content/common/input/
H A Dgesture_event_stream_validator.cc38 case WebInputEvent::GestureScrollEnd:
H A Dgesture_event_stream_validator_unittest.cc38 event = Build(WebInputEvent::GestureScrollEnd);
54 event = Build(WebInputEvent::GestureScrollEnd);
67 event = Build(WebInputEvent::GestureScrollEnd);
72 event = Build(WebInputEvent::GestureScrollEnd);
140 event = Build(WebInputEvent::GestureScrollEnd);
H A Dweb_input_event_traits.cc278 CASE_TYPE(GestureScrollEnd);
353 case WebInputEvent::GestureScrollEnd:
/external/chromium_org/content/browser/renderer_host/
H A Doverscroll_controller.cc40 case blink::WebInputEvent::GestureScrollEnd:
107 (gesture.type == blink::WebInputEvent::GestureScrollEnd ||
133 event.type != blink::WebInputEvent::GestureScrollEnd &&
H A Drender_widget_host_view_aura_unittest.cc2133 SimulateGestureEvent(WebInputEvent::GestureScrollEnd,
2202 SimulateGestureEvent(WebInputEvent::GestureScrollEnd,
2255 SimulateGestureEvent(WebInputEvent::GestureScrollEnd,
2311 SimulateGestureEvent(WebInputEvent::GestureScrollEnd,
2429 SimulateGestureEvent(blink::WebInputEvent::GestureScrollEnd,
2475 SimulateGestureEvent(blink::WebInputEvent::GestureScrollEnd,
2511 SimulateGestureEvent(blink::WebInputEvent::GestureScrollEnd,
2651 SimulateGestureEvent(WebInputEvent::GestureScrollEnd,
2740 SimulateGestureEvent(WebInputEvent::GestureScrollEnd,
2755 SimulateGestureEvent(WebInputEvent::GestureScrollEnd,
[all...]
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_action_filter.cc59 case WebInputEvent::GestureScrollEnd:
H A Dtouch_action_filter_unittest.cc27 WebInputEvent::GestureScrollEnd, blink::WebGestureDeviceTouchscreen);
132 WebInputEvent::GestureScrollEnd, blink::WebGestureDeviceTouchscreen);
205 WebInputEvent::GestureScrollEnd, blink::WebGestureDeviceTouchscreen);
353 WebInputEvent::GestureScrollEnd, blink::WebGestureDeviceTouchscreen);
390 WebInputEvent::GestureScrollEnd, blink::WebGestureDeviceTouchscreen);
579 WebInputEvent::GestureScrollEnd, blink::WebGestureDeviceTouchscreen);
607 WebInputEvent::GestureScrollEnd, blink::WebGestureDeviceTouchscreen);
H A Dtouch_emulator.cc287 case WebInputEvent::GestureScrollEnd:
392 scroll_event.type = WebInputEvent::GestureScrollEnd;
H A Dgesture_event_queue_unittest.cc251 SimulateGestureEvent(WebInputEvent::GestureScrollEnd,
279 SendInputEventACK(WebInputEvent::GestureScrollEnd,
609 SimulateGestureEvent(WebInputEvent::GestureScrollEnd,
1053 // Test that a GestureScrollEnd | GestureFlingStart are deferred during the
1073 SimulateGestureEvent(WebInputEvent::GestureScrollEnd,
1106 WebInputEvent::GestureScrollEnd,
1132 SimulateGestureEvent(WebInputEvent::GestureScrollEnd,
H A Dinput_router_impl_unittest.cc835 WebInputEvent::GestureScrollEnd};
1179 SimulateGestureEvent(WebInputEvent::GestureScrollEnd,
1194 SimulateGestureEvent(WebInputEvent::GestureScrollEnd,
1231 SimulateGestureEvent(WebInputEvent::GestureScrollEnd,
1244 SimulateGestureEvent(WebInputEvent::GestureScrollEnd,
1275 SimulateGestureEvent(WebInputEvent::GestureScrollEnd,
1288 SimulateGestureEvent(WebInputEvent::GestureScrollEnd,
H A Dinput_router_impl_perftest.cc131 gesture.type = WebInputEvent::GestureScrollEnd;
H A Dtouch_event_queue_unittest.cc1339 SendGestureEvent(blink::WebInputEvent::GestureScrollEnd);
1381 SendGestureEvent(blink::WebInputEvent::GestureScrollEnd);
1804 followup_scroll.type = WebInputEvent::GestureScrollEnd;
2140 SendGestureEvent(WebInputEvent::GestureScrollEnd);
H A Dweb_input_event_util.cc340 gesture.type = WebInputEvent::GestureScrollEnd;
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DGestureEvent.cpp41 case PlatformEvent::GestureScrollEnd:
/external/chromium_org/content/shell/renderer/test_runner/
H A Devent_sender.h133 void GestureScrollEnd(gin::Arguments* args);
H A Devent_sender.cc384 void GestureScrollEnd(gin::Arguments* args);
512 .SetMethod("gestureScrollEnd", &EventSenderBindings::GestureScrollEnd)
752 void EventSenderBindings::GestureScrollEnd(gin::Arguments* args) { function in class:content::EventSenderBindings
754 sender_->GestureScrollEnd(args);
1714 void EventSender::GestureScrollEnd(gin::Arguments* args) { function in class:content::EventSender
1715 GestureEvent(WebInputEvent::GestureScrollEnd, args);
1956 case WebInputEvent::GestureScrollEnd:
/external/chromium_org/third_party/WebKit/Source/web/
H A DPageWidgetDelegate.cpp150 case WebInputEvent::GestureScrollEnd:
H A DWebPopupMenuImpl.cpp291 case WebInputEvent::GestureScrollEnd:
H A DWebInputEventConversion.cpp192 case WebInputEvent::GestureScrollEnd:
193 m_type = PlatformEvent::GestureScrollEnd;
817 type = GestureScrollEnd;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputEvent.h114 GestureScrollEnd, enumerator in enum:blink::WebInputEvent::Type
/external/chromium_org/content/renderer/input/
H A Dinput_handler_proxy.cc305 } else if (event.type == WebInputEvent::GestureScrollEnd) {
527 case WebInputEvent::GestureScrollEnd:
/external/chromium_org/content/renderer/
H A Drender_widget_fullscreen_pepper.cc79 // A scroll gesture on the touchscreen may end with a GestureScrollEnd
88 case WebInputEvent::GestureScrollEnd:
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc112 case WebInputEvent::GestureScrollEnd:
520 case WebInputEvent::GestureScrollEnd:
990 WebInputEvent::GestureScrollEnd, time_ms, 0, 0);

Completed in 4159 milliseconds

12