Searched refs:touchPoints (Results 1 - 11 of 11) 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 DWebEventConversion.cpp253 for (int i = 0; i < webEvent.touchPoints().size(); ++i)
254 m_touchPoints.append(WebKit2PlatformTouchPoint(webEvent.touchPoints().at(i)));
H A DWebEvent.h314 const Vector<WebPlatformTouchPoint>& touchPoints() const { return m_touchPoints; } function in class:WebKit::WebTouchEvent
/external/webkit/Source/WebCore/platform/qt/
H A DPlatformTouchEventQt.cpp38 const QList<QTouchEvent::TouchPoint>& points = event->touchPoints();
/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...]
/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/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_views.cc514 point = &touch_event_.touchPoints[touch_event_.touchPointsLength++];
539 point = touch_event_.touchPoints + i;
572 WebKit::WebTouchPoint* iter = touch_event_.touchPoints + i;
588 for (int i = point - touch_event_.touchPoints;
591 touch_event_.touchPoints[i] = touch_event_.touchPoints[i + 1];
/external/webkit/Source/WebKit2/Shared/qt/
H A DWebEventFactoryQt.cpp175 const QList<QTouchEvent::TouchPoint>& points = event->touchPoints();
/external/webkit/Source/WebKit/chromium/src/
H A DWebInputEventConversion.cpp227 m_touchPoints.append(PlatformTouchPointBuilder(widget, event.touchPoints[i]));
/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp3095 const Vector<PlatformTouchPoint>& points = event.touchPoints();

Completed in 204 milliseconds