Searched refs:GestureFlingCancel (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/content/browser/renderer_host/input/
H A Dtouchpad_tap_suppression_controller.cc17 void TouchpadTapSuppressionController::GestureFlingCancel() { function in class:content::TouchpadTapSuppressionController
18 controller_.GestureFlingCancel();
H A Dtouchpad_tap_suppression_controller.h26 // of a GestureFlingCancel event.
35 // Should be called on arrival of GestureFlingCancel events.
36 void GestureFlingCancel();
38 // Should be called on arrival of ACK for a GestureFlingCancel event.
39 // |processed| is true if the GestureFlingCancel successfully stopped a fling.
H A Dtouchscreen_tap_suppression_controller.h18 // dispatch of a GestureFlingCancel event.
27 // Should be called on arrival of GestureFlingCancel events.
28 void GestureFlingCancel();
30 // Should be called on arrival of ACK for a GestureFlingCancel event.
31 // |processed| is true if the GestureFlingCancel successfully stopped a fling.
H A Dtouchscreen_tap_suppression_controller.cc21 void TouchscreenTapSuppressionController::GestureFlingCancel() { function in class:content::TouchscreenTapSuppressionController
22 controller_.GestureFlingCancel();
H A Dtap_suppression_controller.h17 // immediately following a GestureFlingCancel event (caused by the same tap).
19 // GestureFlingCancel are suppressed.
28 // The maximum time allowed between a GestureFlingCancel and its
40 // Should be called whenever a GestureFlingCancel event is received.
41 void GestureFlingCancel();
43 // Should be called whenever an ACK for a GestureFlingCancel event is
44 // received. |processed| is true when the GestureFlingCancel actually stopped
H A Dgesture_event_queue.cc52 if (it->event.type == WebInputEvent::GestureFlingCancel)
104 return gesture_event.event.type != WebInputEvent::GestureFlingCancel ||
111 case WebInputEvent::GestureFlingCancel:
114 touchscreen_tap_suppression_controller_.GestureFlingCancel();
116 touchpad_tap_suppression_controller_.GestureFlingCancel();
138 case WebInputEvent::GestureFlingCancel:
186 if (type == WebInputEvent::GestureFlingCancel) {
H A Dtap_suppression_controller.cc30 void TapSuppressionController::GestureFlingCancel() { function in class:content::TapSuppressionController
H A Dgesture_event_queue_unittest.cc963 SimulateGestureEvent(WebInputEvent::GestureFlingCancel, source_device);
974 SimulateGestureEvent(WebInputEvent::GestureFlingCancel, source_device);
977 SendInputEventACK(WebInputEvent::GestureFlingCancel,
986 SimulateGestureEvent(WebInputEvent::GestureFlingCancel, source_device);
996 SendInputEventACK(WebInputEvent::GestureFlingCancel,
1014 SimulateGestureEvent(WebInputEvent::GestureFlingCancel, source_device);
1016 EXPECT_EQ(WebInputEvent::GestureFlingCancel, merged_event.type);
1021 SimulateGestureEvent(WebInputEvent::GestureFlingCancel, source_device);
1033 SimulateGestureEvent(WebInputEvent::GestureFlingCancel, source_device);
1035 EXPECT_EQ(WebInputEvent::GestureFlingCancel, merged_even
[all...]
H A Dtap_suppression_controller_unittest.cc46 GestureFlingCancel();
116 using TapSuppressionController::GestureFlingCancel;
159 // Test TapSuppressionController for when GestureFlingCancel Ack comes before
162 // Send GestureFlingCancel.
169 // Send GestureFlingCancel Ack.
192 // Test TapSuppressionController for when GestureFlingCancel Ack comes before
195 // Send GestureFlingCancel.
202 // Send GestureFlingCancel Ack.
233 // Test TapSuppressionController for when GestureFlingCancel Ack comes before
236 // Send GestureFlingCancel
[all...]
H A Dtouch_emulator.cc308 case WebInputEvent::GestureFlingCancel:
H A Dweb_input_event_util.cc348 gesture.type = WebInputEvent::GestureFlingCancel;
H A Dinput_router_impl_unittest.cc812 WebInputEvent::GestureFlingCancel,
898 WebInputEvent::GestureFlingCancel,
/external/chromium_org/content/renderer/input/
H A Dinput_handler_proxy_unittest.cc255 gesture_.type = WebInputEvent::GestureFlingCancel;
506 // Verify that a GestureFlingCancel during an animation cancels it.
507 gesture_.type = WebInputEvent::GestureFlingCancel;
532 gesture_.type = WebInputEvent::GestureFlingCancel;
553 gesture_.type = WebInputEvent::GestureFlingCancel;
658 // next GestureFlingCancel to the main
661 gesture_.type = WebInputEvent::GestureFlingCancel;
764 // next GestureFlingCancel to the main
767 gesture_.type = WebInputEvent::GestureFlingCancel;
868 // Verify that a GestureFlingCancel durin
[all...]
H A Dinput_handler_proxy.cc339 } else if (event.type == WebInputEvent::GestureFlingCancel) {
470 if (gesture_event.type == WebInputEvent::GestureFlingCancel) {
/external/chromium_org/content/browser/renderer_host/
H A Dweb_input_event_aura.cc107 webkit_event.type = blink::WebInputEvent::GestureFlingCancel;
286 // All other fields are ignored on a GestureFlingCancel event.
287 gesture_event.type = blink::WebInputEvent::GestureFlingCancel;
H A Doverscroll_controller.cc196 case blink::WebInputEvent::GestureFlingCancel:
H A Dui_events_helper.cc207 gesture_event.type = blink::WebInputEvent::GestureFlingCancel;
/external/chromium_org/content/shell/renderer/test_runner/
H A Devent_sender.h114 void GestureFlingCancel();
H A Devent_sender.cc371 void GestureFlingCancel();
498 .SetMethod("gestureFlingCancel", &EventSenderBindings::GestureFlingCancel)
683 void EventSenderBindings::GestureFlingCancel() { function in class:content::EventSenderBindings
685 sender_->GestureFlingCancel();
1547 void EventSender::GestureFlingCancel() { function in class:content::EventSender
1549 event.type = WebInputEvent::GestureFlingCancel;
/external/chromium_org/third_party/WebKit/Source/web/
H A DPageWidgetDelegate.cpp154 case WebInputEvent::GestureFlingCancel:
H A DWebPopupMenuImpl.cpp295 case WebInputEvent::GestureFlingCancel:
/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputEvent.h118 GestureFlingCancel, enumerator in enum:blink::WebInputEvent::Type
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc118 case WebInputEvent::GestureFlingCancel:
510 case WebInputEvent::GestureFlingCancel:
1016 WebInputEvent::GestureFlingCancel, time_ms, 0, 0);
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_guest.cc38 gesture_event.type = blink::WebGestureEvent::GestureFlingCancel;
/external/chromium_org/content/common/input/
H A Dweb_input_event_traits.cc281 CASE_TYPE(GestureFlingCancel);

Completed in 7051 milliseconds

12