Searched refs:TouchPressed (Results 1 - 10 of 10) sorted by relevance

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

Completed in 221 milliseconds