Home
last modified time | relevance | path

Searched defs:globalPos (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/qt/
DScrollbarQt.cpp73 const QPoint globalPos = QPoint(event.globalX(), event.globalY()); in contextMenu() local
/external/webkit/Source/WebCore/platform/
DPlatformWheelEvent.h110 const IntPoint& globalPos() const { return m_globalPosition; } // Screen coordinates. in globalPos() function
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp807 void QWebPagePrivate::contextMenuEvent(const QPoint& globalPos) in contextMenuEvent()