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

/external/webkit/Source/WebKit2/Shared/
H A DWebTouchEvent.cpp36 WebTouchEvent::WebTouchEvent(WebEvent::Type type, Vector<WebPlatformTouchPoint> touchPoints, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, Modifiers modifiers, double timestamp) argument
38 , m_touchPoints(touchPoints)
H A DWebEvent.h314 const Vector<WebPlatformTouchPoint>& touchPoints() const { return m_touchPoints; } function in class:WebKit::WebTouchEvent
/external/webkit/Source/WebCore/platform/
H A DPlatformTouchEvent.h80 const Vector<PlatformTouchPoint>& touchPoints() const { return m_touchPoints; } function in class:WebCore::PlatformTouchEvent
/external/webkit/Source/WebKit/chromium/public/
H A DWebInputEvent.h311 WebTouchPoint touchPoints[touchPointsLengthCap]; member in class:WebKit::WebTouchEvent
/external/webkit/Tools/DumpRenderTree/chromium/
H A DEventSender.cpp96 static Vector<WebTouchPoint> touchPoints; variable
324 touchPoints.clear();
848 touchPoint.id = touchPoints.size();
849 touchPoints.append(touchPoint);
855 touchPoints.clear();
863 ASSERT(index < touchPoints.size());
865 WebTouchPoint* touchPoint = &touchPoints[index];
895 ASSERT(index < touchPoints.size());
898 WebTouchPoint* touchPoint = &touchPoints[index];
909 ASSERT(index < touchPoints
[all...]

Completed in 252 milliseconds