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

  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 126 GestureDoubleTap,
239 || type == GestureDoubleTap
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 168 case WebInputEvent::GestureDoubleTap:
WebPopupMenuImpl.cpp 268 case WebInputEvent::GestureDoubleTap:
WebInputEventConversion.cpp 213 case WebInputEvent::GestureDoubleTap:
WebViewImpl.cpp 779 case WebInputEvent::GestureDoubleTap:
784 // GestureDoubleTap is currently only used by Android for zooming. For WebCore,
785 // GestureTap with tap count = 2 is used instead. So we drop GestureDoubleTap here.
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
gesture_event_filter.cc 145 case WebInputEvent::GestureDoubleTap:
  /external/chromium_org/content/common/input/
web_input_event_traits.cc 228 CASE_TYPE(GestureDoubleTap);
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 525 case WebInputEvent::GestureDoubleTap: eventName = "GestureDoubleTap"; break;
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc     [all...]

Completed in 739 milliseconds