Searched refs:GestureScrollUpdate (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformGestureEvent.h55 || type == PlatformEvent::GestureScrollUpdate
71 ASSERT(m_type == PlatformEvent::GestureScrollUpdate
78 ASSERT(m_type == PlatformEvent::GestureScrollUpdate
91 ASSERT(m_type == PlatformEvent::GestureScrollUpdate
98 ASSERT(m_type == PlatformEvent::GestureScrollUpdate
124 case GestureScrollUpdate:
H A DPlatformEvent.h54 GestureScrollUpdate, enumerator in enum:blink::PlatformEvent::Type
/external/chromium_org/content/browser/renderer_host/input/
H A Dgesture_event_queue_unittest.cc213 // Test coalescing of only GestureScrollUpdate events.
227 EXPECT_EQ(WebInputEvent::GestureScrollUpdate, merged_event.type);
235 EXPECT_EQ(WebInputEvent::GestureScrollUpdate, merged_event.type);
246 EXPECT_EQ(WebInputEvent::GestureScrollUpdate, merged_event.type);
265 SendInputEventACK(WebInputEvent::GestureScrollUpdate,
272 SendInputEventACK(WebInputEvent::GestureScrollUpdate,
288 // Test that GestureScrollUpdate events from Touchscreen and Touchpad do not
311 SimulateGestureEvent(WebInputEvent::GestureScrollUpdate,
318 SimulateGestureEvent(WebInputEvent::GestureScrollUpdate,
332 // Test coalescing of only GestureScrollUpdate event
[all...]
H A Dgesture_event_queue.cc64 case WebInputEvent::GestureScrollUpdate:
145 case WebInputEvent::GestureScrollUpdate:
210 // handling the case where the first GestureScrollUpdate ack is synchronous.
212 if (first_gesture_event.event.type == WebInputEvent::GestureScrollUpdate &&
293 scroll_event.event.type = WebInputEvent::GestureScrollUpdate;
346 return (event_in_queue.event.type == WebInputEvent::GestureScrollUpdate ||
355 if (gesture_event.event.type == WebInputEvent::GestureScrollUpdate) {
H A Dtouch_event_queue_unittest.cc970 // GestureScrollUpdate inserts a synthetic TouchCancel before the TouchStart.
971 followup_scroll.type = WebInputEvent::GestureScrollUpdate;
995 SendGestureEvent(WebInputEvent::GestureScrollUpdate);
1741 SendGestureEventAck(WebInputEvent::GestureScrollUpdate,
1752 SendGestureEventAck(WebInputEvent::GestureScrollUpdate,
1784 // Send the second touch move and associated GestureScrollUpdate, but don't
1787 followup_scroll.type = WebInputEvent::GestureScrollUpdate;
1829 SendGestureEventAck(WebInputEvent::GestureScrollUpdate,
1831 SendGestureEventAck(WebInputEvent::GestureScrollUpdate,
1848 followup_scroll.type = WebInputEvent::GestureScrollUpdate;
[all...]
H A Dtouch_action_filter.cc34 case WebInputEvent::GestureScrollUpdate:
H A Dinput_router_impl_unittest.cc830 WebInputEvent::GestureScrollUpdate,
896 WebInputEvent::GestureScrollUpdate,
923 SimulateGestureEvent(WebInputEvent::GestureScrollUpdate,
935 SimulateGestureEvent(WebInputEvent::GestureScrollUpdate,
945 SimulateGestureEvent(WebInputEvent::GestureScrollUpdate,
959 SendInputEventACK(WebInputEvent::GestureScrollUpdate,
965 SendInputEventACK(WebInputEvent::GestureScrollUpdate,
971 SendInputEventACK(WebInputEvent::GestureScrollUpdate,
1388 SimulateGestureEvent(WebInputEvent::GestureScrollUpdate,
1408 SendInputEventACK(WebInputEvent::GestureScrollUpdate,
[all...]
H A Dtouch_event_queue.cc573 if (gesture_event.event.type != blink::WebInputEvent::GestureScrollUpdate)
611 if (event.event.type != blink::WebInputEvent::GestureScrollUpdate)
H A Dinput_router_impl_perftest.cc122 gesture.type = WebInputEvent::GestureScrollUpdate;
H A Dtouch_emulator.cc272 case WebInputEvent::GestureScrollUpdate:
/external/chromium_org/content/common/input/
H A Dgesture_event_stream_validator.cc33 case WebInputEvent::GestureScrollUpdate:
H A Dweb_input_event_traits.cc155 if (event.type == WebInputEvent::GestureScrollUpdate)
171 if (event->type == WebInputEvent::GestureScrollUpdate) {
279 CASE_TYPE(GestureScrollUpdate);
H A Dgesture_event_stream_validator_unittest.cc34 event = Build(WebInputEvent::GestureScrollUpdate);
49 event = Build(WebInputEvent::GestureScrollUpdate);
H A Dsynthetic_web_input_event_builders.cc114 WebGestureEvent result = Build(WebInputEvent::GestureScrollUpdate,
/external/chromium_org/content/browser/renderer_host/
H A Doverscroll_controller.cc96 event.type == blink::WebInputEvent::GestureScrollUpdate)) {
195 case blink::WebInputEvent::GestureScrollUpdate:
221 case blink::WebInputEvent::GestureScrollUpdate: {
H A Drender_widget_host_unittest.cc1066 "GestureTapCancel GestureScrollBegin GestureScrollUpdate",
1068 SendInputEventACK(WebInputEvent::GestureScrollUpdate,
1092 EXPECT_EQ("GesturePinchEnd GestureScrollUpdate",
1094 SendInputEventACK(WebInputEvent::GestureScrollUpdate,
1100 EXPECT_EQ("GestureScrollUpdate",
1102 SendInputEventACK(WebInputEvent::GestureScrollUpdate,
1124 "GestureTapCancel GestureScrollBegin GestureScrollUpdate",
1126 SendInputEventACK(WebInputEvent::GestureScrollUpdate,
1176 "GestureTapCancel GestureScrollBegin GestureScrollUpdate",
1178 SendInputEventACK(WebInputEvent::GestureScrollUpdate,
[all...]
H A Drender_widget_host_view_aura_unittest.cc2127 SendInputEventACK(WebInputEvent::GestureScrollUpdate,
2149 SendInputEventACK(WebInputEvent::GestureScrollUpdate,
2177 SendInputEventACK(WebInputEvent::GestureScrollUpdate,
2221 SendInputEventACK(WebInputEvent::GestureScrollUpdate,
2233 SendInputEventACK(WebInputEvent::GestureScrollUpdate,
2271 SendInputEventACK(WebInputEvent::GestureScrollUpdate,
2285 SendInputEventACK(WebInputEvent::GestureScrollUpdate,
2316 SendInputEventACK(WebInputEvent::GestureScrollUpdate,
2366 SendInputEventACK(WebInputEvent::GestureScrollUpdate,
2380 SendInputEventACK(WebInputEvent::GestureScrollUpdate,
[all...]
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DGestureEvent.cpp43 case PlatformEvent::GestureScrollUpdate:
/external/chromium_org/content/renderer/input/
H A Dinput_handler_proxy.cc69 DCHECK_EQ(WebInputEvent::GestureScrollUpdate, scroll_update_event.type);
120 event.type == WebInputEvent::GestureScrollUpdate ||
290 } else if (event.type == WebInputEvent::GestureScrollUpdate) {
513 case WebInputEvent::GestureScrollUpdate: {
717 last_fling_boost_event.type == WebInputEvent::GestureScrollUpdate) {
H A Dinput_handler_proxy_unittest.cc306 gesture_.type = WebInputEvent::GestureScrollUpdate;
319 gesture_.type = WebInputEvent::GestureScrollUpdate;
349 gesture_.type = WebInputEvent::GestureScrollUpdate;
429 gesture_.type = WebInputEvent::GestureScrollUpdate;
453 gesture_.type = WebInputEvent::GestureScrollUpdate;
1635 gesture_.type = WebInputEvent::GestureScrollUpdate;
1780 // If no GestureScrollUpdate or GestureFlingStart is received within the
1859 // If the GestureScrollUpdate is in a different direction than the fling,
1863 gesture_.type = WebInputEvent::GestureScrollUpdate;
1967 gesture_.type = WebInputEvent::GestureScrollUpdate;
[all...]
/external/chromium_org/content/shell/renderer/test_runner/
H A Devent_sender.h134 void GestureScrollUpdate(gin::Arguments* args);
/external/chromium_org/third_party/WebKit/Source/web/
H A DPageWidgetDelegate.cpp151 case WebInputEvent::GestureScrollUpdate:
H A DWebPopupMenuImpl.cpp292 case WebInputEvent::GestureScrollUpdate:
/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputEvent.h115 GestureScrollUpdate, enumerator in enum:blink::WebInputEvent::Type
/external/chromium_org/content/renderer/
H A Drender_widget_fullscreen_pepper.cc73 case WebInputEvent::GestureScrollUpdate:
82 // the GestureScrollBegin (and subsequent GestureScrollUpdate) events.

Completed in 7904 milliseconds

12