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

  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview.cpp 94 pressPoint = event->pos();
104 QWebHitTestResult hit = page()->mainFrame()->hitTestContent(pressPoint.toPoint());
137 if ((event->pos() - pressPoint).manhattanLength() > QApplication::startDragDistance())
    [all...]
qdeclarativewebview_p.h 79 QPointF pressPoint;

Completed in 56 milliseconds