HomeSort by relevance Sort by last modified time
    Searched refs:TouchPointState (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/Shared/
WebPlatformTouchPoint.cpp 38 WebPlatformTouchPoint::WebPlatformTouchPoint(unsigned id, TouchPointState state, const IntPoint& screenPosition, const IntPoint& position)
WebEvent.h 275 enum TouchPointState {
285 WebPlatformTouchPoint(uint32_t id, TouchPointState, const WebCore::IntPoint& screenPosition, const WebCore::IntPoint& position);
288 TouchPointState state() const { return static_cast<TouchPointState>(m_state); }
293 void setState(TouchPointState state) { m_state = state; }
  /external/webkit/Source/WebKit2/Shared/qt/
WebEventFactoryQt.cpp 170 WebPlatformTouchPoint::TouchPointState state = static_cast<WebPlatformTouchPoint::TouchPointState>(0);

Completed in 39 milliseconds