Home
last modified time | relevance | path

Searched refs:clickX (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/qt/declarative/
Dqdeclarativewebview_p.h76 void doubleClick(int clickX, int clickY);
141 Q_INVOKABLE bool heuristicZoom(int clickX, int clickY, qreal maxzoom);
228 void doubleClick(int clickX, int clickY);
Dqdeclarativewebview.cpp590 bool QDeclarativeWebView::heuristicZoom(int clickX, int clickY, qreal maxZoom) in heuristicZoom() argument
595 …QRect showArea = elementAreaAt(clickX, clickY, d->preferredwidth / maxZoom, d->preferredheight / m… in heuristicZoom()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-312775 * html/HTMLInputElement.h: Removed clickX() and clickY().
2778 so we can remove clickX() and clickY().