Searched refs:TouchReleased (Results 1 – 10 of 10) sorted by relevance
35 case Qt::TouchPointReleased: m_state = TouchReleased; break; in PlatformTouchPoint()
56 state = PlatformTouchPoint::TouchReleased; in PlatformTouchEvent()
39 TouchReleased, enumerator
49 state = PlatformTouchPoint::TouchReleased; in PlatformTouchEvent()
208 case WebPlatformTouchPoint::TouchReleased: in WebKit2PlatformTouchPoint()209 m_state = PlatformTouchPoint::TouchReleased; in WebKit2PlatformTouchPoint()
276 TouchReleased, enumerator
194 return PlatformTouchPoint::TouchReleased; in toPlatformTouchPointState()206 return PlatformTouchPoint::TouchReleased; in toPlatformTouchPointState()
182 state = WebPlatformTouchPoint::TouchReleased; in createWebTouchEvent()
3058 case PlatformTouchPoint::TouchReleased: in eventNameForTouchPointState()3117 case PlatformTouchPoint::TouchReleased: in handleTouchEvent()3173 …} else if (pointState == PlatformTouchPoint::TouchReleased || pointState == PlatformTouchPoint::To… in handleTouchEvent()3196 …if (pointState != PlatformTouchPoint::TouchReleased && pointState != PlatformTouchPoint::TouchCanc… in handleTouchEvent()
3253 defaultTouchState = WebCore::PlatformTouchPoint::TouchReleased; in handleTouchEvent()3287 touchStates[c] = WebCore::PlatformTouchPoint::TouchReleased; in handleTouchEvent()