Home
last modified time | relevance | path

Searched refs:TouchStationary (Results 1 – 7 of 7) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/qt/
H A DPlatformTouchPointQt.cpp38 case Qt::TouchPointStationary: m_state = TouchStationary; break; in PlatformTouchPoint()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/
H A DWebEventConversion.cpp217 case WebPlatformTouchPoint::TouchStationary: in WebKit2PlatformTouchPoint()
218 m_state = PlatformTouchPoint::TouchStationary; in WebKit2PlatformTouchPoint()
H A DWebEvent.h279 TouchStationary, enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DPlatformTouchPoint.h42 TouchStationary, enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/qt/
H A DWebEventFactoryQt.cpp191 state = WebPlatformTouchPoint::TouchStationary; in createWebTouchEvent()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DEventHandler.cpp3154 if (pointState != PlatformTouchPoint::TouchStationary) { in handleTouchEvent()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2010-05-2416035 …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::PlatformTouchPoint
22009 As the TouchStationary state is not handled in the EventHandler,
22013 (WebCore::PlatformTouchPoint::): Remove TouchStationary.
22015 (WebCore::PlatformTouchPoint::PlatformTouchPoint): Remove TouchStationary.