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

  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformEvent.h 62 GestureLongPress,
  /external/chromium_org/third_party/WebKit/Source/core/events/
GestureEvent.cpp 65 case PlatformEvent::GestureLongPress:
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 128 GestureLongPress,
241 || type == GestureLongPress
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 209 if (gesture_event_type == blink::WebInputEvent::GestureLongPress)
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 170 case WebInputEvent::GestureLongPress:
WebPopupMenuImpl.cpp 270 case WebInputEvent::GestureLongPress:
WebInputEventConversion.cpp 224 case WebInputEvent::GestureLongPress:
225 m_type = PlatformEvent::GestureLongPress;
WebViewImpl.cpp 700 case WebInputEvent::GestureLongPress:
761 case WebInputEvent::GestureLongPress:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventConversionTest.cpp 200 webGestureEvent.type = WebInputEvent::GestureLongPress;
399 webGestureEvent.type = WebInputEvent::GestureLongPress;
WebViewTest.cpp 127 } else if (event.type == WebInputEvent::GestureLongPress) {
    [all...]
  /external/chromium_org/content/common/input/
web_input_event_traits.cc 230 CASE_TYPE(GestureLongPress);
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 209 gesture_event.type = blink::WebInputEvent::GestureLongPress;
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
Scrollbar.cpp 368 case PlatformEvent::GestureLongPress:
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.cpp 297 bindMethod("gestureLongPress", &EventSender::gestureLongPress);
    [all...]
TestPlugin.cpp 527 case WebInputEvent::GestureLongPress: eventName = "GestureLongPress"; break;
  /external/chromium_org/content/renderer/
render_widget.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc     [all...]

Completed in 527 milliseconds