Home
last modified time | relevance | path

Searched refs:touchPoints (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
DEventSender.cpp96 static Vector<WebTouchPoint> touchPoints; variable
324 touchPoints.clear(); in reset()
848 touchPoint.id = touchPoints.size(); in addTouchPoint()
849 touchPoints.append(touchPoint); in addTouchPoint()
855 touchPoints.clear(); in clearTouchPoints()
863 ASSERT(index < touchPoints.size()); in releaseTouchPoint()
865 WebTouchPoint* touchPoint = &touchPoints[index]; in releaseTouchPoint()
895 ASSERT(index < touchPoints.size()); in updateTouchPoint()
898 WebTouchPoint* touchPoint = &touchPoints[index]; in updateTouchPoint()
909 ASSERT(index < touchPoints.size()); in cancelTouchPoint()
[all …]
/external/webkit/Source/WebKit2/Shared/
DWebTouchEvent.cpp36 WebTouchEvent::WebTouchEvent(WebEvent::Type type, Vector<WebPlatformTouchPoint> touchPoints, bool c… in WebTouchEvent() argument
38 , m_touchPoints(touchPoints) in WebTouchEvent()
DWebEventConversion.cpp253 for (int i = 0; i < webEvent.touchPoints().size(); ++i) in WebKit2PlatformTouchEvent()
254 m_touchPoints.append(WebKit2PlatformTouchPoint(webEvent.touchPoints().at(i))); in WebKit2PlatformTouchEvent()
DWebEvent.h314 const Vector<WebPlatformTouchPoint>& touchPoints() const { return m_touchPoints; } in touchPoints() function
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_views.cc514 point = &touch_event_.touchPoints[touch_event_.touchPointsLength++]; in OnTouchEvent()
539 point = touch_event_.touchPoints + i; in OnTouchEvent()
572 WebKit::WebTouchPoint* iter = touch_event_.touchPoints + i; in OnTouchEvent()
588 for (int i = point - touch_event_.touchPoints; in OnTouchEvent()
591 touch_event_.touchPoints[i] = touch_event_.touchPoints[i + 1]; in OnTouchEvent()
/external/webkit/Source/WebCore/platform/qt/
DPlatformTouchEventQt.cpp38 const QList<QTouchEvent::TouchPoint>& points = event->touchPoints(); in PlatformTouchEvent()
/external/webkit/Source/WebCore/platform/
DPlatformTouchEvent.h80 const Vector<PlatformTouchPoint>& touchPoints() const { return m_touchPoints; } in touchPoints() function
/external/webkit/Source/WebKit/chromium/public/
DWebInputEvent.h311 WebTouchPoint touchPoints[touchPointsLengthCap]; variable
/external/webkit/Source/WebKit2/Shared/qt/
DWebEventFactoryQt.cpp175 const QList<QTouchEvent::TouchPoint>& points = event->touchPoints(); in createWebTouchEvent()
/external/webkit/Source/WebKit/chromium/src/
DWebInputEventConversion.cpp227 m_touchPoints.append(PlatformTouchPointBuilder(widget, event.touchPoints[i])); in PlatformTouchEventBuilder()
/external/webkit/Source/WebCore/page/
DEventHandler.cpp3095 const Vector<PlatformTouchPoint>& points = event.touchPoints(); in handleTouchEvent()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1622478 ...to here. Also changed WebTouchEvent::touchPoints not to copy the
33492 (WebKit::WebTouchEvent::touchPoints):
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2922941 (WebCore::PlatformTouchEvent::touchPoints):