Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformTouchPoint.h36 TouchStationary, enumerator
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorInputAgent.cpp253 convertedState = PlatformTouchPoint::TouchStationary; in dispatchTouchEvent()
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventConversion.cpp403 return PlatformTouchPoint::TouchStationary; in toPlatformTouchPointState()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp3375 case PlatformTouchPoint::TouchStationary: in eventNameForTouchPointState()
3608 if (pointState != PlatformTouchPoint::TouchStationary && knownTarget) { in handleTouchEvent()