HomeSort by relevance Sort by last modified time
    Searched defs:m_touchPoints (Results 1 - 5 of 5) sorted by null

  /external/webkit/Tools/DumpRenderTree/qt/
EventSenderQt.h 108 QList<QTouchEvent::TouchPoint> m_touchPoints;
  /external/webkit/Source/WebCore/platform/
PlatformTouchEvent.h 82 const Vector<PlatformTouchPoint>& touchPoints() const { return m_touchPoints; }
94 Vector<PlatformTouchPoint> m_touchPoints;
  /external/webkit/Source/WebKit2/Shared/qt/
WebEventFactoryQt.cpp 177 Vector<WebPlatformTouchPoint> m_touchPoints;
198 m_touchPoints.append(WebPlatformTouchPoint(id, state, points.at(i).screenPos().toPoint(), points.at(i).pos().toPoint()));
206 return WebTouchEvent(type, m_touchPoints, m_ctrlKey, m_altKey, m_shiftKey, m_metaKey, modifiers, timestamp);
  /external/webkit/Tools/QtTestBrowser/
launcherwindow.h 238 QList<QTouchEvent::TouchPoint> m_touchPoints;
  /external/webkit/Source/WebKit2/Shared/
WebEvent.h 314 const Vector<WebPlatformTouchPoint>& touchPoints() const { return m_touchPoints; }
322 Vector<WebPlatformTouchPoint> m_touchPoints;

Completed in 78 milliseconds