Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformTouchPoint.h33 TouchReleased, enumerator
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorInputAgent.cpp250 convertedState = PlatformTouchPoint::TouchReleased; in dispatchTouchEvent()
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventConversion.cpp375 return PlatformTouchPoint::TouchReleased; in toPlatformTouchPointState()
387 return PlatformTouchPoint::TouchReleased; in toPlatformTouchPointState()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp210 m_state = TouchReleased; in SyntheticTouchPoint()
3562 case PlatformTouchPoint::TouchReleased: in eventNameForTouchPointState()
3627 …if (point.state() != PlatformTouchPoint::TouchReleased && point.state() != PlatformTouchPoint::Tou… in handleTouchEvent()
3651 case PlatformTouchPoint::TouchReleased: in handleTouchEvent()
3701 …} else if (pointState == PlatformTouchPoint::TouchReleased || pointState == PlatformTouchPoint::To… in handleTouchEvent()
3743 …if (pointState != PlatformTouchPoint::TouchReleased && pointState != PlatformTouchPoint::TouchCanc… in handleTouchEvent()