TouchStart        192 Source/core/inspector/InspectorInputAgent.cpp         convertedType = PlatformEvent::TouchStart;
TouchStart        227 Source/core/page/EventHandler.cpp             m_type = TouchStart;
TouchStart         32 Source/platform/PlatformTouchEvent.h         : PlatformEvent(PlatformEvent::TouchStart)
TouchStart        157 Source/web/PageWidgetDelegate.cpp     case WebInputEvent::TouchStart:
TouchStart        358 Source/web/WebInputEventConversion.cpp     case WebInputEvent::TouchStart:
TouchStart        359 Source/web/WebInputEventConversion.cpp         return PlatformEvent::TouchStart;
TouchStart        369 Source/web/WebInputEventConversion.cpp     return PlatformEvent::TouchStart;
TouchStart        724 Source/web/WebInputEventConversion.cpp         type = TouchStart;
TouchStart        187 Source/web/WebPluginContainerImpl.cpp     case WebInputEvent::TouchStart:
TouchStart        264 Source/web/WebPluginScrollbarImpl.cpp     case WebInputEvent::TouchStart:
TouchStart        315 Source/web/WebPopupMenuImpl.cpp     case WebInputEvent::TouchStart:
TouchStart        256 Source/web/tests/TouchActionTest.cpp             sendTouchEvent(webView, WebInputEvent::TouchStart, clientPoint);
TouchStart        293 Source/web/tests/TouchActionTest.cpp     ASSERT_TRUE(type == WebInputEvent::TouchStart || type == WebInputEvent::TouchCancel);
TouchStart        298 Source/web/tests/TouchActionTest.cpp     webTouchEvent.touches[0].state = (type == WebInputEvent::TouchStart ?
TouchStart        134 public/web/WebInputEvent.h         TouchTypeFirst = TouchStart,
TouchStart        209 public/web/WebInputEvent.h             || type == TouchStart