Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformTouchPoint.h34 TouchCancelled, enumerator
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorInputAgent.cpp252 convertedState = PlatformTouchPoint::TouchCancelled; in dispatchTouchEvent()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp3496 case PlatformTouchPoint::TouchCancelled: in eventNameForTouchPointState()
3538 …tate() != PlatformTouchPoint::TouchReleased && point.state() != PlatformTouchPoint::TouchCancelled) in handleTouchEvent()
3657 …ntState == PlatformTouchPoint::TouchReleased || pointState == PlatformTouchPoint::TouchCancelled) { in handleTouchEvent()
3722 …ntState != PlatformTouchPoint::TouchReleased && pointState != PlatformTouchPoint::TouchCancelled) { in handleTouchEvent()
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventConversion.cpp403 return PlatformTouchPoint::TouchCancelled; in toPlatformTouchPointState()