Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/efl/
DPlatformTouchEventEfl.cpp62 state = PlatformTouchPoint::TouchCancelled; in PlatformTouchEvent()
/external/webkit/Source/WebCore/platform/
DPlatformTouchPoint.h43 TouchCancelled, enumerator
/external/webkit/Source/WebKit2/Shared/
DWebEventConversion.cpp220 case WebPlatformTouchPoint::TouchCancelled: in WebKit2PlatformTouchPoint()
221 m_state = PlatformTouchPoint::TouchCancelled; in WebKit2PlatformTouchPoint()
DWebEvent.h280 TouchCancelled enumerator
/external/webkit/Source/WebKit/chromium/src/
DWebInputEventConversion.cpp202 return PlatformTouchPoint::TouchCancelled; in toPlatformTouchPointState()
/external/webkit/Source/WebCore/page/
DEventHandler.cpp3066 case PlatformTouchPoint::TouchCancelled: in eventNameForTouchPointState()
3124 case PlatformTouchPoint::TouchCancelled: in handleTouchEvent()
3179 …ntState == PlatformTouchPoint::TouchReleased || pointState == PlatformTouchPoint::TouchCancelled) { in handleTouchEvent()
3202 …ntState != PlatformTouchPoint::TouchReleased && pointState != PlatformTouchPoint::TouchCancelled) { in handleTouchEvent()
3231 bool isTouchCancelEvent = (state == PlatformTouchPoint::TouchCancelled); in handleTouchEvent()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp3219 defaultTouchState = WebCore::PlatformTouchPoint::TouchCancelled; in handleTouchEvent()