Searched refs:TouchCancelled (Results 1 – 7 of 7) sorted by relevance
62 state = PlatformTouchPoint::TouchCancelled; in PlatformTouchEvent()
43 TouchCancelled, enumerator
220 case WebPlatformTouchPoint::TouchCancelled: in WebKit2PlatformTouchPoint()221 m_state = PlatformTouchPoint::TouchCancelled; in WebKit2PlatformTouchPoint()
280 TouchCancelled enumerator
202 return PlatformTouchPoint::TouchCancelled; in toPlatformTouchPointState()
3066 case PlatformTouchPoint::TouchCancelled: in eventNameForTouchPointState()3124 case PlatformTouchPoint::TouchCancelled: in handleTouchEvent()3179 …ntState == PlatformTouchPoint::TouchReleased || pointState == PlatformTouchPoint::TouchCancelled) { in handleTouchEvent()3202 …ntState != PlatformTouchPoint::TouchReleased && pointState != PlatformTouchPoint::TouchCancelled) { in handleTouchEvent()3231 bool isTouchCancelEvent = (state == PlatformTouchPoint::TouchCancelled); in handleTouchEvent()
3219 defaultTouchState = WebCore::PlatformTouchPoint::TouchCancelled; in handleTouchEvent()