Searched refs:globalPos (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/qt/
H A DPlatformMouseEventQt.cpp100 m_globalPosition = IntPoint(ce->globalPos());
111 m_globalPosition = IntPoint(me->globalPos());
H A DScrollbarQt.cpp73 const QPoint globalPos = QPoint(event.globalX(), event.globalY()); local
74 QAction* actionSelected = menu.exec(globalPos);
H A DWheelEventQt.cpp82 , m_globalPosition(e->globalPos())
/external/webkit/Source/WebCore/platform/
H A DPlatformWheelEvent.h110 const IntPoint& globalPos() const { return m_globalPosition; } // Screen coordinates. function in class:WebCore::PlatformWheelEvent
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage_p.h104 void contextMenuEvent(const QPoint& globalPos);
H A Dqwebpage.cpp807 void QWebPagePrivate::contextMenuEvent(const QPoint& globalPos) argument
811 menu->exec(globalPos);
3055 d->contextMenuEvent(static_cast<QContextMenuEvent*>(ev)->globalPos());
/external/webkit/Tools/QtTestBrowser/
H A Dwebview.cpp274 menu->exec(event->globalPos());
H A Dlauncherwindow.cpp513 touchPoint.setScreenPos(ev->globalPos());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 264 milliseconds