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

  /external/chromium_org/content/browser/renderer_host/input/
touchscreen_tap_suppression_controller.cc 39 case WebInputEvent::GestureShowPress:
gesture_event_queue.cc 119 case WebInputEvent::GestureShowPress:
input_router_impl_unittest.cc 800 WebInputEvent::GestureShowPress,
    [all...]
web_input_event_util.cc 248 gesture.type = WebInputEvent::GestureShowPress;
gesture_event_queue_unittest.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformEvent.h 59 GestureShowPress,
  /external/chromium_org/third_party/WebKit/Source/core/events/
GestureEvent.cpp 57 case PlatformEvent::GestureShowPress:
58 eventType = EventTypeNames::gestureshowpress; break;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
LinkHighlightTest.cpp 71 touchEvent.type = WebInputEvent::GestureShowPress;
159 touchEvent.type = WebInputEvent::GestureShowPress;
WebInputEventConversionTest.cpp 191 webGestureEvent.type = WebInputEvent::GestureShowPress;
397 webGestureEvent.type = WebInputEvent::GestureShowPress;
WebViewTest.cpp     [all...]
  /external/chromium_org/content/common/input/
web_input_event_traits.cc 282 CASE_TYPE(GestureShowPress);
354 case WebInputEvent::GestureShowPress:
  /external/chromium_org/content/shell/renderer/test_runner/
event_sender.h 138 void GestureShowPress(gin::Arguments* args);
event_sender.cc 366 void GestureShowPress(gin::Arguments* args);
496 .SetMethod("gestureShowPress", &EventSenderBindings::GestureShowPress)
755 void EventSenderBindings::GestureShowPress(gin::Arguments* args) {
757 sender_->GestureShowPress(args);
    [all...]
TestPlugin.cpp 614 case WebInputEvent::GestureShowPress: eventName = "GestureShowPress"; break;
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 151 case WebInputEvent::GestureShowPress:
WebPopupMenuImpl.cpp 303 case WebInputEvent::GestureShowPress:
WebInputEventConversion.cpp 227 case WebInputEvent::GestureShowPress:
228 m_type = PlatformEvent::GestureShowPress;
794 if (event.type() == EventTypeNames::gestureshowpress)
795 type = GestureShowPress;
PopupContainer.cpp 315 case PlatformEvent::GestureShowPress:
WebViewImpl.cpp 662 case WebInputEvent::GestureShowPress:
743 case WebInputEvent::GestureShowPress: {
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 119 GestureShowPress,
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 164 gesture_event.type = blink::WebInputEvent::GestureShowPress;
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 122 case WebInputEvent::GestureShowPress:
    [all...]

Completed in 363 milliseconds