Searched refs:defaultTouchState (Results 1 – 1 of 1) sorted by relevance
3243 WebCore::PlatformTouchPoint::State defaultTouchState; in handleTouchEvent() local3249 defaultTouchState = WebCore::PlatformTouchPoint::TouchPressed; in handleTouchEvent()3253 defaultTouchState = WebCore::PlatformTouchPoint::TouchReleased; in handleTouchEvent()3257 defaultTouchState = WebCore::PlatformTouchPoint::TouchMoved; in handleTouchEvent()3261 defaultTouchState = WebCore::PlatformTouchPoint::TouchCancelled; in handleTouchEvent()3265 defaultTouchState = WebCore::PlatformTouchPoint::TouchStationary; in handleTouchEvent()3269 defaultTouchState = WebCore::PlatformTouchPoint::TouchStationary; in handleTouchEvent()3289 touchStates[c] = defaultTouchState; in handleTouchEvent()