Home
last modified time | relevance | path

Searched refs:globalPos (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/qt/
DScrollbarQt.cpp73 const QPoint globalPos = QPoint(event.globalX(), event.globalY()); in contextMenu() local
74 QAction* actionSelected = menu.exec(globalPos); in contextMenu()
DPlatformMouseEventQt.cpp100 m_globalPosition = IntPoint(ce->globalPos()); in PlatformMouseEvent()
111 m_globalPosition = IntPoint(me->globalPos()); in PlatformMouseEvent()
DWheelEventQt.cpp82 , m_globalPosition(e->globalPos()) in PlatformWheelEvent()
/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_p.h104 void contextMenuEvent(const QPoint& globalPos);
Dqwebpage.cpp807 void QWebPagePrivate::contextMenuEvent(const QPoint& globalPos) in contextMenuEvent() argument
811 menu->exec(globalPos); in contextMenuEvent()
3055 d->contextMenuEvent(static_cast<QContextMenuEvent*>(ev)->globalPos()); in event()
/external/webkit/Tools/QtTestBrowser/
Dwebview.cpp274 menu->exec(event->globalPos()); in contextMenuEvent()
Dlauncherwindow.cpp513 touchPoint.setScreenPos(ev->globalPos()); in eventFilter()
/external/webkit/Source/WebCore/
DChangeLog-2002-12-0314544 (QContextMenuEvent::QContextMenuEvent), (QContextMenuEvent::globalPos),
DChangeLog-2006-05-1033200 (QWheelEvent::globalPos):
DChangeLog-2009-06-1683950 (WebCore::PlatformWheelEvent::globalPos):