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

/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DWebEventConversion.cpp222 class WebKit2PlatformTouchPoint : public WebCore::PlatformTouchPoint { class in namespace:WebKit
224 WebKit2PlatformTouchPoint(const WebPlatformTouchPoint& webTouchPoint) function in class:WebKit::WebKit2PlatformTouchPoint
231 class WebKit2PlatformTouchPoint : public WebCore::PlatformTouchPoint { class in namespace:WebKit
233 WebKit2PlatformTouchPoint(const WebPlatformTouchPoint& webTouchPoint) function in class:WebKit::WebKit2PlatformTouchPoint
305 m_touchPoints.uncheckedAppend(WebKit2PlatformTouchPoint(webEvent.touchPoints().at(i)));
316 m_touchPoints.append(WebKit2PlatformTouchPoint(webEvent.touchPoints().at(i)));

Completed in 170 milliseconds