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

  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 125 GestureDoubleTap,
237 || type == GestureDoubleTap
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 157 case WebInputEvent::GestureDoubleTap:
WebPopupMenuImpl.cpp 267 case WebInputEvent::GestureDoubleTap:
WebInputEventConversion.cpp 190 case WebInputEvent::GestureDoubleTap:
WebViewImpl.cpp 785 case WebInputEvent::GestureDoubleTap:
790 // GestureDoubleTap is currently only used by Android for zooming. For WebCore,
791 // GestureTap with tap count = 2 is used instead. So we drop GestureDoubleTap here.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 524 case WebInputEvent::GestureDoubleTap: eventName = "GestureDoubleTap"; break;
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc     [all...]
  /external/chromium_org/content/renderer/
render_widget.cc 122 CASE_TYPE(GestureDoubleTap);
    [all...]

Completed in 89 milliseconds