Searched refs:touchPoints (Results 1 – 13 of 13) sorted by relevance
96 static Vector<WebTouchPoint> touchPoints; variable324 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 …]
36 WebTouchEvent::WebTouchEvent(WebEvent::Type type, Vector<WebPlatformTouchPoint> touchPoints, bool c… in WebTouchEvent() argument38 , m_touchPoints(touchPoints) in WebTouchEvent()
253 for (int i = 0; i < webEvent.touchPoints().size(); ++i) in WebKit2PlatformTouchEvent()254 m_touchPoints.append(WebKit2PlatformTouchPoint(webEvent.touchPoints().at(i))); in WebKit2PlatformTouchEvent()
314 const Vector<WebPlatformTouchPoint>& touchPoints() const { return m_touchPoints; } in touchPoints() function
514 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()
38 const QList<QTouchEvent::TouchPoint>& points = event->touchPoints(); in PlatformTouchEvent()
80 const Vector<PlatformTouchPoint>& touchPoints() const { return m_touchPoints; } in touchPoints() function
311 WebTouchPoint touchPoints[touchPointsLengthCap]; variable
175 const QList<QTouchEvent::TouchPoint>& points = event->touchPoints(); in createWebTouchEvent()
227 m_touchPoints.append(PlatformTouchPointBuilder(widget, event.touchPoints[i])); in PlatformTouchEventBuilder()
3095 const Vector<PlatformTouchPoint>& points = event.touchPoints(); in handleTouchEvent()
22478 ...to here. Also changed WebTouchEvent::touchPoints not to copy the33492 (WebKit::WebTouchEvent::touchPoints):
22941 (WebCore::PlatformTouchEvent::touchPoints):