TouchPressed      248 Source/core/inspector/InspectorInputAgent.cpp             convertedState = PlatformTouchPoint::TouchPressed;
TouchPressed      206 Source/core/page/EventHandler.cpp             m_state = TouchPressed;
TouchPressed     3566 Source/core/page/EventHandler.cpp     case PlatformTouchPoint::TouchPressed:
TouchPressed     3627 Source/core/page/EventHandler.cpp         if (point.state() != PlatformTouchPoint::TouchPressed)
TouchPressed     3647 Source/core/page/EventHandler.cpp         case PlatformTouchPoint::TouchPressed:
TouchPressed     3668 Source/core/page/EventHandler.cpp         if (pointState == PlatformTouchPoint::TouchPressed) {
TouchPressed      378 Source/web/WebInputEventConversion.cpp         return PlatformTouchPoint::TouchPressed;