Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/qt/
DPlatformTouchPointQt.cpp35 case Qt::TouchPointReleased: m_state = TouchReleased; break; in PlatformTouchPoint()
/external/webkit/Source/WebCore/platform/efl/
DPlatformTouchEventEfl.cpp56 state = PlatformTouchPoint::TouchReleased; in PlatformTouchEvent()
/external/webkit/Source/WebCore/platform/
DPlatformTouchPoint.h39 TouchReleased, enumerator
/external/webkit/Source/WebCore/platform/brew/
DPlatformTouchEventBrew.cpp49 state = PlatformTouchPoint::TouchReleased; in PlatformTouchEvent()
/external/webkit/Source/WebKit2/Shared/
DWebEventConversion.cpp208 case WebPlatformTouchPoint::TouchReleased: in WebKit2PlatformTouchPoint()
209 m_state = PlatformTouchPoint::TouchReleased; in WebKit2PlatformTouchPoint()
DWebEvent.h276 TouchReleased, enumerator
/external/webkit/Source/WebKit/chromium/src/
DWebInputEventConversion.cpp194 return PlatformTouchPoint::TouchReleased; in toPlatformTouchPointState()
206 return PlatformTouchPoint::TouchReleased; in toPlatformTouchPointState()
/external/webkit/Source/WebKit2/Shared/qt/
DWebEventFactoryQt.cpp182 state = WebPlatformTouchPoint::TouchReleased; in createWebTouchEvent()
/external/webkit/Source/WebCore/page/
DEventHandler.cpp3058 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()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp3253 defaultTouchState = WebCore::PlatformTouchPoint::TouchReleased; in handleTouchEvent()
3287 touchStates[c] = WebCore::PlatformTouchPoint::TouchReleased; in handleTouchEvent()