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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformEvent.h 58 GestureTapDown,
Scrollbar.cpp 337 case PlatformEvent::GestureTapDown:
  /external/chromium_org/third_party/WebKit/Source/web/tests/
LinkHighlightTest.cpp 69 touchEvent.type = WebInputEvent::GestureTapDown;
175 touchEvent.type = WebInputEvent::GestureTapDown;
WebInputEventConversionTest.cpp 178 webGestureEvent.type = WebInputEvent::GestureTapDown;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
GestureEvent.cpp 53 case PlatformEvent::GestureTapDown:
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 123 GestureTapDown,
235 || type == GestureTapDown
  /external/chromium_org/content/browser/renderer_host/input/
gesture_event_filter.cc 21 // GestureTapDown and when it is forwarded to the renderer.
163 case WebInputEvent::GestureTapDown:
183 case WebInputEvent::GestureTapDown:
184 // GestureTapDown is always paired with either a Tap, or TapCancel, so it
324 DCHECK_EQ(deferred_tap_down_event_.event.type, WebInputEvent::GestureTapDown);
immediate_input_router_unittest.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 155 case WebInputEvent::GestureTapDown:
WebPopupMenuImpl.cpp 265 case WebInputEvent::GestureTapDown:
WebInputEventConversion.cpp 183 case WebInputEvent::GestureTapDown:
184 m_type = PlatformEvent::GestureTapDown;
727 type = GestureTapDown;
PopupContainer.cpp 312 case PlatformEvent::GestureTapDown:
WebViewImpl.cpp 702 case WebInputEvent::GestureTapDown:
780 case WebInputEvent::GestureTapDown: {
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_guest.cc 562 if (web_gesture.type == WebKit::WebGestureEvent::GestureTapDown) {
ui_events_helper.cc 163 gesture_event.type = WebKit::WebInputEvent::GestureTapDown;
render_widget_host_impl.cc     [all...]
render_widget_host_view_win.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 522 case WebInputEvent::GestureTapDown: eventName = "GestureTapDown"; break;
EventSender.cpp 297 bindMethod("gestureTapDown", &EventSender::gestureTapDown);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 263 // If the platform we're on supports GestureTapDown and GestureTapCancel then we'll
    [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc     [all...]
  /external/chromium_org/content/renderer/
render_widget.cc 120 CASE_TYPE(GestureTapDown);
    [all...]

Completed in 635 milliseconds