Home
last modified time | relevance | path

Searched refs:TouchPressed (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/efl/
DPlatformTouchEventEfl.cpp50 PlatformTouchPoint::State state = PlatformTouchPoint::TouchPressed; in PlatformTouchEvent()
53 state = PlatformTouchPoint::TouchPressed; in PlatformTouchEvent()
/external/webkit/Source/WebCore/platform/qt/
DPlatformTouchPointQt.cpp37 case Qt::TouchPointPressed: m_state = TouchPressed; break; in PlatformTouchPoint()
/external/webkit/Source/WebCore/platform/
DPlatformTouchPoint.h40 TouchPressed, enumerator
/external/webkit/Source/WebCore/platform/brew/
DPlatformTouchEventBrew.cpp45 state = PlatformTouchPoint::TouchPressed; in PlatformTouchEvent()
/external/webkit/Source/WebKit2/Shared/
DWebEventConversion.cpp211 case WebPlatformTouchPoint::TouchPressed: in WebKit2PlatformTouchPoint()
212 m_state = PlatformTouchPoint::TouchPressed; in WebKit2PlatformTouchPoint()
DWebEvent.h277 TouchPressed, enumerator
/external/webkit/Source/WebKit2/Shared/qt/
DWebEventFactoryQt.cpp188 state = WebPlatformTouchPoint::TouchPressed; in createWebTouchEvent()
/external/webkit/Source/WebKit/chromium/src/
DWebInputEventConversion.cpp196 return PlatformTouchPoint::TouchPressed; in toPlatformTouchPointState()
/external/webkit/Source/WebCore/page/
DEventHandler.cpp3062 case PlatformTouchPoint::TouchPressed: in eventNameForTouchPointState()
3111 case PlatformTouchPoint::TouchPressed: in handleTouchEvent()
3170 if (pointState == PlatformTouchPoint::TouchPressed) { in handleTouchEvent()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp3247 defaultTouchState = WebCore::PlatformTouchPoint::TouchPressed; in handleTouchEvent()
3283 touchStates[c] = WebCore::PlatformTouchPoint::TouchPressed; in handleTouchEvent()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2442871 TouchPressed state.