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

  /external/webkit/Source/WebCore/platform/android/
PlatformTouchPointAndroid.cpp 27 #include "PlatformTouchPoint.h"
33 PlatformTouchPoint::PlatformTouchPoint(unsigned id, const IntPoint& windowPos, State state)
  /external/webkit/Source/WebCore/platform/brew/
PlatformTouchPointBrew.cpp 27 #include "PlatformTouchPoint.h"
33 PlatformTouchPoint::PlatformTouchPoint(int id, const IntPoint& windowPos, State state)
  /external/webkit/Source/WebCore/platform/efl/
PlatformTouchPointEfl.cpp 29 #include "PlatformTouchPoint.h"
35 PlatformTouchPoint::PlatformTouchPoint(unsigned id, const IntPoint& windowPos, State state)
  /external/webkit/Source/WebCore/platform/qt/
PlatformTouchPointQt.cpp 24 #include "PlatformTouchPoint.h"
30 PlatformTouchPoint::PlatformTouchPoint(const QTouchEvent::TouchPoint& point)
  /external/webkit/Source/WebCore/platform/
PlatformTouchPoint.h 36 class PlatformTouchPoint {
48 PlatformTouchPoint(const QTouchEvent::TouchPoint&);
49 PlatformTouchPoint() {};
51 PlatformTouchPoint(unsigned id, const IntPoint& windowPos, State);
53 PlatformTouchPoint(int id, const IntPoint& windowPos, State);
55 PlatformTouchPoint(unsigned id, const IntPoint& windowPos, State);

Completed in 154 milliseconds