Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformTouchPoint.h34 TouchPressed, enumerator
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorInputAgent.cpp248 convertedState = PlatformTouchPoint::TouchPressed; in dispatchTouchEvent()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp207 m_state = TouchPressed; in SyntheticTouchPoint()
3566 case PlatformTouchPoint::TouchPressed: in eventNameForTouchPointState()
3625 if (point.state() != PlatformTouchPoint::TouchPressed) in handleTouchEvent()
3645 case PlatformTouchPoint::TouchPressed: in handleTouchEvent()
3666 if (pointState == PlatformTouchPoint::TouchPressed) { in handleTouchEvent()
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventConversion.cpp377 return PlatformTouchPoint::TouchPressed; in toPlatformTouchPointState()