OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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