Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Shared/
DWebEvent.h275 enum TouchPointState { enum
285 …WebPlatformTouchPoint(uint32_t id, TouchPointState, const WebCore::IntPoint& screenPosition, const…
288 TouchPointState state() const { return static_cast<TouchPointState>(m_state); } in state()
293 void setState(TouchPointState state) { m_state = state; } in setState()
DWebPlatformTouchPoint.cpp38 WebPlatformTouchPoint::WebPlatformTouchPoint(unsigned id, TouchPointState state, const IntPoint& sc… in WebPlatformTouchPoint()
/external/webkit/Source/WebKit2/Shared/qt/
DWebEventFactoryQt.cpp170 …WebPlatformTouchPoint::TouchPointState state = static_cast<WebPlatformTouchPoint::TouchPointState>… in createWebTouchEvent()