Searched refs:GestureTap (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_action_filter.cc93 gesture_event->type = WebInputEvent::GestureTap;
103 gesture_event->type = WebInputEvent::GestureTap;
108 case WebInputEvent::GestureTap:
H A Dtouchscreen_tap_suppression_controller.cc49 case WebInputEvent::GestureTap:
H A Dtouch_action_filter_unittest.cc29 WebInputEvent::GestureTap, blink::WebGestureDeviceTouchscreen);
520 EXPECT_EQ(WebInputEvent::GestureTap, unconfirmed_tap.type);
528 EXPECT_EQ(WebInputEvent::GestureTap, double_tap.type);
540 WebInputEvent::GestureTap, blink::WebGestureDeviceTouchscreen);
559 WebInputEvent::GestureTap, blink::WebGestureDeviceTouchscreen);
566 EXPECT_EQ(WebInputEvent::GestureTap, unconfirmed_tap1.type);
575 WebInputEvent::GestureTap, blink::WebGestureDeviceTouchscreen);
H A Dgesture_event_queue.cc122 case WebInputEvent::GestureTap:
H A Dinput_router_impl_unittest.cc814 WebInputEvent::GestureTap,
1322 // This test will become invalid if GestureTap stops requiring an ack.
1324 GetEventWithType(WebInputEvent::GestureTap)));
1326 SendInputEventACK(WebInputEvent::GestureTap,
1332 SimulateGestureEvent(WebInputEvent::GestureTap,
1354 SendInputEventACK(WebInputEvent::GestureTap, INPUT_EVENT_ACK_STATE_CONSUMED);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformGestureEvent.h85 ASSERT(m_type == PlatformEvent::GestureTap);
131 case GestureTap:
H A DPlatformEvent.h56 GestureTap, enumerator in enum:blink::PlatformEvent::Type
/external/chromium_org/content/common/input/
H A Dgesture_event_stream_validator.cc74 case WebInputEvent::GestureTap:
H A Dgesture_event_stream_validator_unittest.cc186 event = Build(WebInputEvent::GestureTap);
227 event = Build(WebInputEvent::GestureTap);
H A Dsynthetic_web_input_event_builders.cc90 if (type == WebInputEvent::GestureTap ||
/external/chromium_org/components/autofill/content/renderer/
H A Dpage_click_tracker.cc89 if (event.type != blink::WebGestureEvent::GestureTap)
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DGestureEvent.cpp51 case PlatformEvent::GestureTap:
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DImeOnFocusTest.cpp80 webGestureEvent.type = WebInputEvent::GestureTap;
H A DWebViewTest.cpp151 if (event.type == WebInputEvent::GestureTap) {
1132 EXPECT_TRUE(tapElementById(webView, WebInputEvent::GestureTap, clickListener));
1136 EXPECT_TRUE(tapElementById(webView, WebInputEvent::GestureTap, touchstartListener));
1140 EXPECT_TRUE(tapElementById(webView, WebInputEvent::GestureTap, mousedownListener));
1146 EXPECT_TRUE(tapElementById(webView, WebInputEvent::GestureTap, noListener));
1152 EXPECT_TRUE(tapElementById(webView, WebInputEvent::GestureTap, noListener));
1157 event.type = WebInputEvent::GestureTap;
1171 event.type = WebInputEvent::GestureTap;
2168 EXPECT_TRUE(tapElementById(webView, WebInputEvent::GestureTap, WebString::fromUTF8("target")));
H A DWebInputEventConversionTest.cpp279 webGestureEvent.type = WebInputEvent::GestureTap;
485 webGestureEvent.type = WebInputEvent::GestureTap;
591 webGestureEvent.type = WebInputEvent::GestureTap;
/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.cc170 if (event.type == WebInputEvent::GestureTap)
/external/chromium_org/content/browser/web_contents/
H A Dtouch_editable_impl_aura.cc181 if (gesture_event_type == blink::WebInputEvent::GestureTap &&
/external/chromium_org/content/shell/renderer/test_runner/
H A Devent_sender.h136 void GestureTap(gin::Arguments* args);
H A Devent_sender.cc387 void GestureTap(gin::Arguments* args);
517 .SetMethod("gestureTap", &EventSenderBindings::GestureTap)
768 void EventSenderBindings::GestureTap(gin::Arguments* args) { function in class:content::EventSenderBindings
770 sender_->GestureTap(args);
1726 void EventSender::GestureTap(gin::Arguments* args) { function in class:content::EventSender
1727 GestureEvent(WebInputEvent::GestureTap, args);
1961 case WebInputEvent::GestureTap:
/external/chromium_org/third_party/WebKit/Source/web/
H A DPageWidgetDelegate.cpp155 case WebInputEvent::GestureTap:
H A DWebPopupMenuImpl.cpp296 case WebInputEvent::GestureTap:
H A DWebInputEventConversion.cpp212 case WebInputEvent::GestureTap:
213 m_type = PlatformEvent::GestureTap;
233 // DoubleTap gesture is now handled as PlatformEvent::GestureTap with tap_count = 2. So no
823 type = GestureTap;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputEvent.h120 GestureTap, enumerator in enum:blink::WebInputEvent::Type
419 // Tap information must be set for GestureTap, GestureTapUnconfirmed,
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc122 case WebInputEvent::GestureTap:
529 case WebInputEvent::GestureTap:
543 if (event.type != WebInputEvent::GestureTap &&
1023 WebInputEvent::GestureTap, time_ms, x, y);
/external/chromium_org/content/renderer/
H A Drender_widget_fullscreen_pepper.cc183 case WebInputEvent::GestureTap: {

Completed in 453 milliseconds

12