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

  /external/chromium_org/content/browser/renderer_host/input/
touchscreen_tap_suppression_controller.cc 50 case WebInputEvent::GestureDoubleTap:
touch_action_filter.cc 90 case WebInputEvent::GestureDoubleTap:
gesture_event_queue.cc 123 case WebInputEvent::GestureDoubleTap:
web_input_event_util.cc 253 gesture.type = WebInputEvent::GestureDoubleTap;
touch_action_filter_unittest.cc 485 WebInputEvent::GestureDoubleTap, blink::WebGestureDeviceTouchscreen);
513 WebInputEvent::GestureDoubleTap, blink::WebGestureDeviceTouchscreen);
input_router_impl_unittest.cc 815 WebInputEvent::GestureDoubleTap,
    [all...]
  /external/chromium_org/content/common/input/
gesture_event_stream_validator.cc 67 case WebInputEvent::GestureDoubleTap:
synthetic_web_input_event_builders.cc 92 type == WebInputEvent::GestureDoubleTap) {
web_input_event_traits.cc 287 CASE_TYPE(GestureDoubleTap);
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 153 case WebInputEvent::GestureDoubleTap:
WebPopupMenuImpl.cpp 305 case WebInputEvent::GestureDoubleTap:
WebInputEventConversion.cpp 234 case WebInputEvent::GestureDoubleTap:
WebViewImpl.cpp 748 case WebInputEvent::GestureDoubleTap:
753 // GestureDoubleTap is currently only used by Android for zooming. For WebCore,
754 // GestureTap with tap count = 2 is used instead. So we drop GestureDoubleTap here.
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 124 GestureDoubleTap,
420 // and GestureDoubleTap events.
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 132 case WebInputEvent::GestureDoubleTap:
561 case WebInputEvent::GestureDoubleTap:
571 event.type != WebInputEvent::GestureDoubleTap &&
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
TestPlugin.cpp 616 case WebInputEvent::GestureDoubleTap: eventName = "GestureDoubleTap"; break;

Completed in 172 milliseconds