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

  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformEvent.h 58 GestureTapDown,
  /external/chromium_org/third_party/WebKit/Source/core/events/
GestureEvent.cpp 60 case PlatformEvent::GestureTapDown:
61 eventType = EventTypeNames::gesturetapdown; break;
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 124 GestureTapDown,
236 || type == GestureTapDown
  /external/chromium_org/content/common/input/
web_input_event_traits.cc 226 CASE_TYPE(GestureTapDown);
289 case WebInputEvent::GestureTapDown:
  /external/chromium_org/content/browser/renderer_host/input/
gesture_event_filter_unittest.cc 600 SimulateGestureEvent(WebInputEvent::GestureTapDown,
614 SimulateGestureEvent(WebInputEvent::GestureTapDown,
632 SimulateGestureEvent(WebInputEvent::GestureTapDown,
646 SendInputEventACK(WebInputEvent::GestureTapDown,
827 SimulateGestureEvent(WebInputEvent::GestureTapDown
    [all...]
gesture_event_filter.cc 136 case WebInputEvent::GestureTapDown:
input_router_impl_unittest.cc 752 // Test that GestureShowPress, GestureTapDown and GestureTapCancel events don't
764 SimulateGestureEvent(WebInputEvent::GestureTapDown,
801 SendInputEventACK(WebInputEvent::GestureTapDown,
    [all...]
input_router_impl.cc 682 WebInputEvent::GestureTapDown, mouse_event.timeStampSeconds,
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 165 case WebInputEvent::GestureTapDown:
WebPopupMenuImpl.cpp 265 case WebInputEvent::GestureTapDown:
WebInputEventConversion.cpp 202 case WebInputEvent::GestureTapDown:
203 m_type = PlatformEvent::GestureTapDown;
748 else if (event.type() == EventTypeNames::gesturetapdown)
749 type = GestureTapDown;
PopupContainer.cpp 309 case PlatformEvent::GestureTapDown:
WebViewImpl.cpp 791 case WebInputEvent::GestureTapDown:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventConversionTest.cpp 178 webGestureEvent.type = WebInputEvent::GestureTapDown;
377 webGestureEvent.type = WebInputEvent::GestureTapDown;
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 163 gesture_event.type = blink::WebInputEvent::GestureTapDown;
render_widget_host_view_guest.cc 607 if (web_gesture.type == blink::WebGestureEvent::GestureTapDown) {
render_widget_host_view_android.cc     [all...]
render_widget_host_view_win.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
Scrollbar.cpp 350 case PlatformEvent::GestureTapDown:
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 522 case WebInputEvent::GestureTapDown: eventName = "GestureTapDown"; break;
EventSender.cpp 294 bindMethod("gestureTapDown", &EventSender::gestureTapDown);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]
  /external/chromium_org/content/browser/devtools/
renderer_overrides_handler.cc     [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc     [all...]

Completed in 394 milliseconds