Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/jni/
DWebViewCore.cpp2061 WebCore::PlatformTouchPoint::State touchState = WebCore::PlatformTouchPoint::TouchPressed; in handleTouchEvent() local
2068 touchState = WebCore::PlatformTouchPoint::TouchReleased; in handleTouchEvent()
2072 touchState = WebCore::PlatformTouchPoint::TouchMoved; in handleTouchEvent()
2076 touchState = WebCore::PlatformTouchPoint::TouchCancelled; in handleTouchEvent()
2080 touchState = WebCore::PlatformTouchPoint::TouchPressed; in handleTouchEvent()
2084 touchState = WebCore::PlatformTouchPoint::TouchPressed; in handleTouchEvent()
2104 WebCore::PlatformTouchEvent te(pt, type, touchState, metaState); in handleTouchEvent()