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.h37 TouchCancelled, enumerator
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorInputAgent.cpp256 convertedState = PlatformTouchPoint::TouchCancelled; in dispatchTouchEvent()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp3564 case PlatformTouchPoint::TouchCancelled: in eventNameForTouchPointState()
3627 …tate() != PlatformTouchPoint::TouchReleased && point.state() != PlatformTouchPoint::TouchCancelled) in handleTouchEvent()
3652 case PlatformTouchPoint::TouchCancelled: in handleTouchEvent()
3701 …ntState == PlatformTouchPoint::TouchReleased || pointState == PlatformTouchPoint::TouchCancelled) { in handleTouchEvent()
3743 …ntState != PlatformTouchPoint::TouchReleased && pointState != PlatformTouchPoint::TouchCancelled) { in handleTouchEvent()
3774 bool isTouchCancelEvent = (state == PlatformTouchPoint::TouchCancelled); in handleTouchEvent()
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventConversion.cpp383 return PlatformTouchPoint::TouchCancelled; in toPlatformTouchPointState()