Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/qt/
DPlatformTouchPointQt.cpp38 case Qt::TouchPointStationary: m_state = TouchStationary; break; in PlatformTouchPoint()
/external/webkit/Source/WebCore/platform/
DPlatformTouchPoint.h42 TouchStationary, enumerator
/external/webkit/Source/WebKit2/Shared/
DWebEventConversion.cpp217 case WebPlatformTouchPoint::TouchStationary: in WebKit2PlatformTouchPoint()
218 m_state = PlatformTouchPoint::TouchStationary; in WebKit2PlatformTouchPoint()
DWebEvent.h279 TouchStationary, enumerator
/external/webkit/Source/WebKit2/Shared/qt/
DWebEventFactoryQt.cpp191 state = WebPlatformTouchPoint::TouchStationary; in createWebTouchEvent()
/external/webkit/Source/WebKit/chromium/src/
DWebInputEventConversion.cpp200 return PlatformTouchPoint::TouchStationary; in toPlatformTouchPointState()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp3265 defaultTouchState = WebCore::PlatformTouchPoint::TouchStationary; in handleTouchEvent()
3269 defaultTouchState = WebCore::PlatformTouchPoint::TouchStationary; in handleTouchEvent()
/external/webkit/Source/WebCore/page/
DEventHandler.cpp3207 if (pointState != PlatformTouchPoint::TouchStationary) { in handleTouchEvent()
/external/webkit/Source/WebCore/
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.
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1619740 The TouchStationary state of WebCore::PlatformTouchPoint is not
19749 (WebKit::toPlatformTouchPointState): Remove TouchStationary.