Searched defs:PlatformTouchPoint (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/qt/
H A DPlatformTouchPointQt.cpp24 #include "PlatformTouchPoint.h"
30 PlatformTouchPoint::PlatformTouchPoint(const QTouchEvent::TouchPoint& point) function in class:WebCore::PlatformTouchPoint
/external/webkit/Source/WebCore/platform/android/
H A DPlatformTouchPointAndroid.cpp27 #include "PlatformTouchPoint.h"
33 PlatformTouchPoint::PlatformTouchPoint(unsigned id, const IntPoint& windowPos, State state) function in class:WebCore::PlatformTouchPoint
/external/webkit/Source/WebCore/platform/brew/
H A DPlatformTouchPointBrew.cpp27 #include "PlatformTouchPoint.h"
33 PlatformTouchPoint::PlatformTouchPoint(int id, const IntPoint& windowPos, State state) function in class:WebCore::PlatformTouchPoint
/external/webkit/Source/WebCore/platform/efl/
H A DPlatformTouchPointEfl.cpp29 #include "PlatformTouchPoint.h"
35 PlatformTouchPoint::PlatformTouchPoint(unsigned id, const IntPoint& windowPos, State state) function in class:WebCore::PlatformTouchPoint
/external/webkit/Source/WebCore/platform/
H A DPlatformTouchPoint.h36 class PlatformTouchPoint { class in namespace:WebCore
48 PlatformTouchPoint(const QTouchEvent::TouchPoint&);
49 PlatformTouchPoint() {}; function in class:WebCore::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 1605 milliseconds