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

  /external/webkit/WebCore/platform/qt/
PlatformTouchPointQt.cpp 30 PlatformTouchPoint::PlatformTouchPoint(const QTouchEvent::TouchPoint& point)
32 // The QTouchEvent::TouchPoint API states that ids will be >= 0.
PlatformTouchEventQt.cpp 37 const QList<QTouchEvent::TouchPoint>& points = event->touchPoints();
  /external/webkit/WebCore/platform/
PlatformTouchPoint.h 48 PlatformTouchPoint(const QTouchEvent::TouchPoint&);
  /external/webkit/WebKitTools/DumpRenderTree/qt/
EventSenderQt.h 87 QList<QTouchEvent::TouchPoint> m_touchPoints;
EventSenderQt.cpp 291 QTouchEvent::TouchPoint point(id);
304 QTouchEvent::TouchPoint &p = m_touchPoints[index];
386 QList<QTouchEvent::TouchPoint>::Iterator it = m_touchPoints.begin();
  /external/webkit/WebKitTools/QtLauncher/
main.cpp 138 QList<QTouchEvent::TouchPoint> touchPoints;
263 QTouchEvent::TouchPoint touchPoint;
264 touchPoint.setState(Qt::TouchPointMoved);
267 touchPoint.setState(Qt::TouchPointPressed);
269 touchPoint.setState(Qt::TouchPointReleased);
271 touchPoint.setId(0);
272 touchPoint.setScreenPos(ev->globalPos());
273 touchPoint.setPos(ev->pos());
274 touchPoint.setPressure(1)
    [all...]

Completed in 951 milliseconds