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

  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 125 GestureTapCancel,
237 || type == GestureTapCancel
  /external/chromium_org/content/common/input/
web_input_event_traits.cc 227 CASE_TYPE(GestureTapCancel);
291 case WebInputEvent::GestureTapCancel:
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 167 case WebInputEvent::GestureTapCancel:
WebPopupMenuImpl.cpp 267 case WebInputEvent::GestureTapCancel:
WebInputEventConversion.cpp 210 case WebInputEvent::GestureTapCancel:
WebViewImpl.cpp 698 case WebInputEvent::GestureTapCancel:
795 case WebInputEvent::GestureTapCancel:
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
gesture_event_filter.cc 142 case WebInputEvent::GestureTapCancel:
input_router_impl_unittest.cc 752 // Test that GestureShowPress, GestureTapDown and GestureTapCancel events don't
785 SimulateGestureEvent(WebInputEvent::GestureTapCancel,
827 SendInputEventACK(WebInputEvent::GestureTapCancel,
    [all...]
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 177 gesture_event.type = blink::WebInputEvent::GestureTapCancel;
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 524 case WebInputEvent::GestureTapCancel: eventName = "GestureTapCancel"; break;
EventSender.cpp 296 bindMethod("gestureTapCancel", &EventSender::gestureTapCancel);
    [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc     [all...]

Completed in 683 milliseconds