HomeSort by relevance Sort by last modified time
    Searched refs:TouchCancel (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformEvent.h 73 TouchCancel,
  /external/chromium_org/content/browser/android/
touch_point.cc 30 if (event.type == WebTouchEvent::TouchCancel)
105 blink::WebTouchEvent::TouchCancel,
  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture_target_android.cc 58 case blink::WebInputEvent::TouchCancel:
touch_event_queue.cc 30 event.event.type = WebInputEvent::TouchCancel;
342 // Fake a TouchCancel to cancel the touch points of the touch event
432 event.type != blink::WebInputEvent::TouchCancel)
463 event.type == WebInputEvent::TouchCancel) {
input_router_impl_unittest.cc 218 case WebInputEvent::TouchCancel:
707 int end_type = static_cast<int>(WebInputEvent::TouchCancel);
    [all...]
synthetic_gesture_controller_unittest.cc 178 ASSERT_NE(touch_event->type, blink::WebInputEvent::TouchCancel);
225 ASSERT_NE(touch_event->type, blink::WebInputEvent::TouchCancel);
touch_event_queue_unittest.cc 643 // TouchCancel (first inserting a TouchStart so the TouchCancel will be sent)
745 // GestureScrollBegin inserts a synthetic TouchCancel before the TouchStart.
755 EXPECT_EQ(WebInputEvent::TouchCancel, sent_event().type);
758 // Acking the TouchCancel will result in dispatch of the next TouchStart.
760 // The synthetic TouchCancel should not reach client, only the TouchStart.
870 // A TouchCancel should not start the timeout.
880 // Tests that a delayed TouchEvent ack will trigger a TouchCancel timeout,
922 // The synthetic TouchCancel ack should not reach the client, but should
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 138 TouchCancel,
209 || type == TouchCancel;
  /external/chromium_org/content/common/input/
web_input_event_traits.cc 238 CASE_TYPE(TouchCancel);
296 case WebInputEvent::TouchCancel:
synthetic_web_input_event_builders.cc 177 type = WebInputEvent::TouchCancel;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
TouchActionTest.cpp 274 sendTouchEvent(webView, WebInputEvent::TouchCancel, clientPoint);
281 ASSERT_TRUE(type == WebInputEvent::TouchStart || type == WebInputEvent::TouchCancel);
  /external/chromium_org/content/renderer/pepper/
event_conversion.cc 115 case WebInputEvent::TouchCancel:
307 web_event->type = WebInputEvent::TouchCancel;
331 web_event->type == WebInputEvent::TouchCancel) {
558 case WebInputEvent::TouchCancel:
722 case WebInputEvent::TouchCancel:
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 82 return blink::WebInputEvent::TouchCancel;
108 case blink::WebInputEvent::TouchCancel:
render_widget_host_view_guest.cc 575 cancel_event.type = blink::WebInputEvent::TouchCancel;
render_widget_host_view_win.cc     [all...]
render_widget_host_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 177 case WebInputEvent::TouchCancel:
WebPopupMenuImpl.cpp 254 case WebInputEvent::TouchCancel:
WebPluginScrollbarImpl.cpp 267 case WebInputEvent::TouchCancel:
WebInputEventConversion.cpp 363 case WebInputEvent::TouchCancel:
364 return PlatformEvent::TouchCancel;
394 if (type == EventTypeNames::touchcancel)
728 else if (event.type() == EventTypeNames::touchcancel)
729 type = TouchCancel;
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 536 case WebInputEvent::TouchCancel: eventName = "TouchCancel"; break;
EventSender.cpp 281 bindMethod("touchCancel", &EventSender::touchCancel);
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.cc 118 return WebKit::WebInputEvent::TouchCancel;

Completed in 464 milliseconds