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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformEvent.h 61 GestureLongPress,
  /external/chromium_org/third_party/WebKit/Source/core/dom/
GestureEvent.cpp 56 case PlatformEvent::GestureLongPress:
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 127 GestureLongPress,
239 || type == GestureLongPress
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 159 case WebInputEvent::GestureLongPress:
WebPopupMenuImpl.cpp 269 case WebInputEvent::GestureLongPress:
WebInputEventConversion.cpp 201 case WebInputEvent::GestureLongPress:
202 m_type = PlatformEvent::GestureLongPress;
WebViewImpl.cpp 711 case WebInputEvent::GestureLongPress:
767 case WebInputEvent::GestureLongPress:
    [all...]
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 206 if (gesture_event_type == WebKit::WebInputEvent::GestureLongPress)
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventConversionTest.cpp 189 webGestureEvent.type = WebInputEvent::GestureLongPress;
WebViewTest.cpp 140 } else if (event.type == WebInputEvent::GestureLongPress) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.cpp 299 bindMethod("gestureLongPress", &EventSender::gestureLongPress);
    [all...]
TestPlugin.cpp 526 case WebInputEvent::GestureLongPress: eventName = "GestureLongPress"; break;
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 202 gesture_event.type = WebKit::WebInputEvent::GestureLongPress;
  /external/chromium_org/content/renderer/
render_widget.cc 124 CASE_TYPE(GestureLongPress);
844 input_event->type == WebInputEvent::GestureLongPress)
    [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]

Completed in 127 milliseconds