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

  /external/webkit/WebCore/platform/android/
PlatformTouchPointAndroid.cpp 27 #include "PlatformTouchPoint.h"
33 PlatformTouchPoint::PlatformTouchPoint(const IntPoint& windowPos, State state)
  /external/webkit/WebCore/platform/qt/
PlatformTouchPointQt.cpp 24 #include "PlatformTouchPoint.h"
30 PlatformTouchPoint::PlatformTouchPoint(const QTouchEvent::TouchPoint& point)
  /external/webkit/WebCore/platform/
PlatformTouchPoint.h 37 class PlatformTouchPoint {
48 PlatformTouchPoint(const QTouchEvent::TouchPoint&);
50 PlatformTouchPoint(const IntPoint& windowPos, State);

Completed in 61 milliseconds