GestureTap         51 Source/core/events/GestureEvent.cpp     case PlatformEvent::GestureTap:
GestureTap       1111 Source/core/inspector/InspectorDOMAgent.cpp     if (m_searchingForNode == NotSearching || event.type() != PlatformEvent::GestureTap)
GestureTap       2276 Source/core/page/EventHandler.cpp     case PlatformEvent::GestureTap:
GestureTap       2318 Source/core/page/EventHandler.cpp     } else if (gestureEvent.type() == PlatformEvent::GestureTap) {
GestureTap       2389 Source/core/page/EventHandler.cpp     case PlatformEvent::GestureTap:
GestureTap       2761 Source/core/page/EventHandler.cpp     case PlatformEvent::GestureTap:
GestureTap         84 Source/platform/PlatformGestureEvent.h         ASSERT(m_type == PlatformEvent::GestureTap);
GestureTap        374 Source/platform/scroll/Scrollbar.cpp     case PlatformEvent::GestureTap: {
GestureTap        146 Source/web/PageWidgetDelegate.cpp     case WebInputEvent::GestureTap:
GestureTap        297 Source/web/PopupContainer.cpp     case PlatformEvent::GestureTap: {
GestureTap        305 Source/web/WebDevToolsAgentImpl.cpp     if (WebInputEvent::isGestureEventType(inputEvent.type) && inputEvent.type == WebInputEvent::GestureTap) {
GestureTap        194 Source/web/WebInputEventConversion.cpp     case WebInputEvent::GestureTap:
GestureTap        195 Source/web/WebInputEventConversion.cpp         m_type = PlatformEvent::GestureTap;
GestureTap        760 Source/web/WebInputEventConversion.cpp         type = GestureTap;
GestureTap        327 Source/web/WebPopupMenuImpl.cpp     case WebInputEvent::GestureTap:
GestureTap        649 Source/web/WebViewImpl.cpp     case WebInputEvent::GestureTap:
GestureTap        659 Source/web/WebViewImpl.cpp     case WebInputEvent::GestureTap: {
GestureTap       3854 Source/web/tests/WebFrameTest.cpp     event.type = WebInputEvent::GestureTap;
GestureTap        156 Source/web/tests/WebInputEventConversionTest.cpp         webGestureEvent.type = WebInputEvent::GestureTap;
GestureTap        362 Source/web/tests/WebInputEventConversionTest.cpp         webGestureEvent.type = WebInputEvent::GestureTap;
GestureTap        468 Source/web/tests/WebInputEventConversionTest.cpp         webGestureEvent.type = WebInputEvent::GestureTap;
GestureTap        127 Source/web/tests/WebViewTest.cpp         if (event.type == WebInputEvent::GestureTap) {
GestureTap        976 Source/web/tests/WebViewTest.cpp     EXPECT_TRUE(tapElementById(webView, WebInputEvent::GestureTap, clickListener));
GestureTap        980 Source/web/tests/WebViewTest.cpp     EXPECT_TRUE(tapElementById(webView, WebInputEvent::GestureTap, touchstartListener));
GestureTap        984 Source/web/tests/WebViewTest.cpp     EXPECT_TRUE(tapElementById(webView, WebInputEvent::GestureTap, mousedownListener));
GestureTap        990 Source/web/tests/WebViewTest.cpp     EXPECT_TRUE(tapElementById(webView, WebInputEvent::GestureTap, noListener));
GestureTap        996 Source/web/tests/WebViewTest.cpp     EXPECT_TRUE(tapElementById(webView, WebInputEvent::GestureTap, noListener));
GestureTap       1001 Source/web/tests/WebViewTest.cpp     event.type = WebInputEvent::GestureTap;
GestureTap       1015 Source/web/tests/WebViewTest.cpp     event.type = WebInputEvent::GestureTap;