Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/qt/
DPlatformTouchPointQt.cpp36 case Qt::TouchPointMoved: m_state = TouchMoved; break; in PlatformTouchPoint()
/external/webkit/Source/WebCore/platform/efl/
DPlatformTouchEventEfl.cpp59 state = PlatformTouchPoint::TouchMoved; in PlatformTouchEvent()
/external/webkit/Source/WebCore/platform/
DPlatformTouchPoint.h41 TouchMoved, enumerator
/external/webkit/Source/WebCore/platform/brew/
DPlatformTouchEventBrew.cpp54 state = PlatformTouchPoint::TouchMoved; in PlatformTouchEvent()
/external/webkit/Source/WebKit2/Shared/
DWebEventConversion.cpp214 case WebPlatformTouchPoint::TouchMoved: in WebKit2PlatformTouchPoint()
215 m_state = PlatformTouchPoint::TouchMoved; in WebKit2PlatformTouchPoint()
DWebEvent.h278 TouchMoved, enumerator
/external/webkit/Source/WebKit2/Shared/qt/
DWebEventFactoryQt.cpp185 state = WebPlatformTouchPoint::TouchMoved; in createWebTouchEvent()
/external/webkit/Source/WebKit/chromium/src/
DWebInputEventConversion.cpp198 return PlatformTouchPoint::TouchMoved; in toPlatformTouchPointState()
/external/webkit/Source/WebCore/page/
DEventHandler.cpp3064 case PlatformTouchPoint::TouchMoved: in eventNameForTouchPointState()
3114 case PlatformTouchPoint::TouchMoved: in handleTouchEvent()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp3255 defaultTouchState = WebCore::PlatformTouchPoint::TouchMoved; in handleTouchEvent()