HomeSort by relevance Sort by last modified time
    Searched refs:PlatformTouchPointBuilder (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.h 86 class PlatformTouchPointBuilder : public WebCore::PlatformTouchPoint {
88 PlatformTouchPointBuilder(WebCore::Widget*, const WebTouchPoint&);
WebInputEventConversion.cpp 403 PlatformTouchPointBuilder::PlatformTouchPointBuilder(Widget* widget, const WebTouchPoint& point)
434 m_touchPoints.append(PlatformTouchPointBuilder(widget, event.touches[i]));

Completed in 34 milliseconds