Searched refs:TouchStationary (Results 1 – 10 of 10) sorted by relevance
38 case Qt::TouchPointStationary: m_state = TouchStationary; break; in PlatformTouchPoint()
42 TouchStationary, enumerator
217 case WebPlatformTouchPoint::TouchStationary: in WebKit2PlatformTouchPoint()218 m_state = PlatformTouchPoint::TouchStationary; in WebKit2PlatformTouchPoint()
279 TouchStationary, enumerator
191 state = WebPlatformTouchPoint::TouchStationary; in createWebTouchEvent()
200 return PlatformTouchPoint::TouchStationary; in toPlatformTouchPointState()
3265 defaultTouchState = WebCore::PlatformTouchPoint::TouchStationary; in handleTouchEvent()3269 defaultTouchState = WebCore::PlatformTouchPoint::TouchStationary; in handleTouchEvent()
3207 if (pointState != PlatformTouchPoint::TouchStationary) { in handleTouchEvent()
16035 …The TouchStationary state of WebCore::PlatformTouchPoint is not handled inside the touch event han…16042 the TouchStationary state as a result of discussions in bug 37609.22000 The TouchStationary state of WebCore::PlatformTouchPoint22009 As the TouchStationary state is not handled in the EventHandler,22013 (WebCore::PlatformTouchPoint::): Remove TouchStationary.22015 (WebCore::PlatformTouchPoint::PlatformTouchPoint): Remove TouchStationary.
19740 The TouchStationary state of WebCore::PlatformTouchPoint is not19749 (WebKit::toPlatformTouchPointState): Remove TouchStationary.