HomeSort by relevance Sort by last modified time
    Searched refs:GestureFlingCancel (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/content/browser/renderer_host/input/
touchpad_tap_suppression_controller.cc 21 void TouchpadTapSuppressionController::GestureFlingCancel() {}
touchscreen_tap_suppression_controller_stub.cc 20 void TouchscreenTapSuppressionController::GestureFlingCancel() {}
touchpad_tap_suppression_controller_aura.cc 22 void TouchpadTapSuppressionController::GestureFlingCancel() {
23 controller_->GestureFlingCancel();
touchscreen_tap_suppression_controller.cc 21 void TouchscreenTapSuppressionController::GestureFlingCancel() {
22 controller_->GestureFlingCancel();
touchpad_tap_suppression_controller.h 19 // of a GestureFlingCancel event.
26 // Should be called on arrival of GestureFlingCancel events.
27 void GestureFlingCancel();
29 // Should be called on arrival of ACK for a GestureFlingCancel event.
30 // |processed| is true if the GestureFlingCancel successfully stopped a fling.
touchscreen_tap_suppression_controller.h 18 // dispatch of a GestureFlingCancel event.
25 // Should be called on arrival of GestureFlingCancel events.
26 void GestureFlingCancel();
28 // Should be called on arrival of ACK for a GestureFlingCancel event.
29 // |processed| is true if the GestureFlingCancel successfully stopped a fling.
tap_suppression_controller.h 17 // immediately following a GestureFlingCancel event (caused by the same tap).
19 // GestureFlingCancel are suppressed.
25 // Should be called whenever a GestureFlingCancel event is received.
26 void GestureFlingCancel();
28 // Should be called whenever an ACK for a GestureFlingCancel event is
29 // received. |processed| is true when the GestureFlingCancel actually stopped
gesture_event_filter.cc 86 if (it->event.type == WebInputEvent::GestureFlingCancel)
150 return gesture_event.event.type != WebInputEvent::GestureFlingCancel ||
157 case WebInputEvent::GestureFlingCancel:
159 touchscreen_tap_suppression_controller_->GestureFlingCancel();
161 touchpad_tap_suppression_controller_->GestureFlingCancel();
228 case WebInputEvent::GestureFlingCancel:
251 if (type == WebInputEvent::GestureFlingCancel) {
tap_suppression_controller.cc 21 void TapSuppressionController::GestureFlingCancel() {
immediate_input_router_unittest.cc     [all...]
tap_suppression_controller_unittest.cc 49 GestureFlingCancel();
139 using TapSuppressionController::GestureFlingCancel;
177 // Test TapSuppressionController for when GestureFlingCancel Ack comes before
183 // Send GestureFlingCancel.
190 // Send GestureFlingCancel Ack.
213 // Test TapSuppressionController for when GestureFlingCancel Ack comes before
219 // Send GestureFlingCancel.
226 // Send GestureFlingCancel Ack.
257 // Test TapSuppressionController for when GestureFlingCancel Ack comes before
263 // Send GestureFlingCancel
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 120 GestureFlingCancel,
229 || type == GestureFlingCancel
  /external/chromium_org/content/renderer/gpu/
input_handler_proxy_unittest.cc 390 // Verify that a GestureFlingCancel during an animation cancels it.
391 gesture_.type = WebInputEvent::GestureFlingCancel;
416 gesture_.type = WebInputEvent::GestureFlingCancel;
437 gesture_.type = WebInputEvent::GestureFlingCancel;
544 // next GestureFlingCancel to the main
547 gesture_.type = WebInputEvent::GestureFlingCancel;
653 // next GestureFlingCancel to the main
656 gesture_.type = WebInputEvent::GestureFlingCancel;
762 // Verify that a GestureFlingCancel during an animation cancels it.
763 gesture_.type = WebInputEvent::GestureFlingCancel;
    [all...]
input_handler_proxy.cc 213 } else if (event.type == WebInputEvent::GestureFlingCancel) {
  /external/chromium_org/content/browser/renderer_host/
web_input_event_aurax11.cc 174 webkit_event.type = WebKit::WebInputEvent::GestureFlingCancel;
web_input_event_aura.cc 210 // All other fields are ignored on a GestureFlingCancel event.
211 gesture_event.type = WebKit::WebInputEvent::GestureFlingCancel;
overscroll_controller.cc 217 case WebKit::WebInputEvent::GestureFlingCancel:
render_widget_host_view_guest.cc 41 gesture_event.type = WebKit::WebGestureEvent::GestureFlingCancel;
ui_events_helper.cc 199 gesture_event.type = WebKit::WebInputEvent::GestureFlingCancel;
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 152 case WebInputEvent::GestureFlingCancel:
WebPopupMenuImpl.cpp 262 case WebInputEvent::GestureFlingCancel:
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 518 case WebInputEvent::GestureFlingCancel: eventName = "GestureFlingCancel"; break;
EventSender.cpp 289 bindMethod("gestureFlingCancel", &EventSender::gestureFlingCancel);
    [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc     [all...]
  /external/chromium_org/content/renderer/
render_widget.cc 117 CASE_TYPE(GestureFlingCancel);
    [all...]

Completed in 81 milliseconds

1 2