Searched refs:TouchCancelled (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DPlatformTouchPoint.h43 TouchCancelled, enumerator in enum:WebCore::PlatformTouchPoint::State
/external/webkit/Source/WebCore/platform/efl/
H A DPlatformTouchEventEfl.cpp62 state = PlatformTouchPoint::TouchCancelled;
/external/webkit/Source/WebKit2/Shared/
H A DWebEventConversion.cpp220 case WebPlatformTouchPoint::TouchCancelled:
221 m_state = PlatformTouchPoint::TouchCancelled;
H A DWebEvent.h280 TouchCancelled enumerator in enum:WebKit::WebPlatformTouchPoint::TouchPointState
/external/webkit/Source/WebKit/chromium/src/
H A DWebInputEventConversion.cpp202 return PlatformTouchPoint::TouchCancelled;
/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp3060 case PlatformTouchPoint::TouchCancelled:
3118 case PlatformTouchPoint::TouchCancelled:
3173 } else if (pointState == PlatformTouchPoint::TouchReleased || pointState == PlatformTouchPoint::TouchCancelled) {
3196 if (pointState != PlatformTouchPoint::TouchReleased && pointState != PlatformTouchPoint::TouchCancelled) {
3225 bool isTouchCancelEvent = (state == PlatformTouchPoint::TouchCancelled);
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp3259 defaultTouchState = WebCore::PlatformTouchPoint::TouchCancelled;

Completed in 400 milliseconds