Searched refs:TouchPointState (Results 1 – 3 of 3) sorted by relevance
275 enum TouchPointState { enum285 …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()
38 WebPlatformTouchPoint::WebPlatformTouchPoint(unsigned id, TouchPointState state, const IntPoint& sc… in WebPlatformTouchPoint()
170 …WebPlatformTouchPoint::TouchPointState state = static_cast<WebPlatformTouchPoint::TouchPointState>… in createWebTouchEvent()