HomeSort by relevance Sort by last modified time
    Searched defs:WebPlatformTouchPoint (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/Shared/
WebPlatformTouchPoint.cpp 38 WebPlatformTouchPoint::WebPlatformTouchPoint(unsigned id, TouchPointState state, const IntPoint& screenPosition, const IntPoint& position)
46 void WebPlatformTouchPoint::encode(CoreIPC::ArgumentEncoder* encoder) const
51 bool WebPlatformTouchPoint::decode(CoreIPC::ArgumentDecoder* decoder, WebPlatformTouchPoint& t)
WebEvent.h 273 class WebPlatformTouchPoint {
283 WebPlatformTouchPoint() { }
285 WebPlatformTouchPoint(uint32_t id, TouchPointState, const WebCore::IntPoint& screenPosition, const WebCore::IntPoint& position);
296 static bool decode(CoreIPC::ArgumentDecoder*, WebPlatformTouchPoint&);
312 WebTouchEvent(Type, Vector<WebPlatformTouchPoint>, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, Modifiers, double timestamp);
314 const Vector<WebPlatformTouchPoint>& touchPoints() const { return m_touchPoints; }
322 Vector<WebPlatformTouchPoint> m_touchPoints;

Completed in 158 milliseconds