Searched refs:m_touchPoints (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/
H A DPlatformTouchEvent.h39 const Vector<PlatformTouchPoint>& touchPoints() const { return m_touchPoints; }
42 Vector<PlatformTouchPoint> m_touchPoints; member in class:WebCore::PlatformTouchEvent
/macosx-10.10/WebKit2-7600.1.25/UIProcess/efl/
H A DEwkTouchEvent.cpp35 , m_touchPoints(touchPoints)
H A DEwkTouchEvent.h49 WKArrayRef touchPoints() const { return m_touchPoints.get(); }
59 WKRetainPtr<WKArrayRef> m_touchPoints; member in class:WebKit::EwkTouchEvent
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebTouchEvent.cpp38 , m_touchPoints(touchPoints)
47 encoder << m_touchPoints; local
55 if (!decoder.decode(result.m_touchPoints))
H A DWebEvent.h299 , m_touchPoints(touchPoints)
309 const Vector<WebPlatformTouchPoint>& touchPoints() const { return m_touchPoints; }
326 Vector<WebPlatformTouchPoint> m_touchPoints; member in class:WebKit::WebTouchEvent
386 const Vector<WebPlatformTouchPoint>& touchPoints() const { return m_touchPoints; }
396 Vector<WebPlatformTouchPoint> m_touchPoints; member in class:WebKit::WebTouchEvent
H A DWebEventConversion.cpp303 m_touchPoints.reserveInitialCapacity(touchCount);
305 m_touchPoints.uncheckedAppend(WebKit2PlatformTouchPoint(webEvent.touchPoints().at(i)));
316 m_touchPoints.append(WebKit2PlatformTouchPoint(webEvent.touchPoints().at(i)));
/macosx-10.10/WebKit2-7600.1.25/Shared/ios/
H A DWebTouchEventIOS.cpp41 encoder << m_touchPoints; local
54 if (!decoder.decode(result.m_touchPoints))
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DPlatformEventFactoryIOS.mm240 m_touchPoints.reserveInitialCapacity(touchCount);
245 m_touchPoints.uncheckedAppend(PlatformTouchPointBuilder(identifier, location, touchPhase));
/macosx-10.10/WebCore-7600.1.25/page/
H A DEventHandler.cpp267 m_touchPoints.append(SyntheticTouchPoint(event));

Completed in 175 milliseconds