Searched defs:contextMenuEvent (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Tools/QtTestBrowser/
H A Dwebview.cpp264 void GraphicsWebView::contextMenuEvent(QGraphicsSceneContextMenuEvent* event) function in class:GraphicsWebView
271 void WebViewTraditional::contextMenuEvent(QContextMenuEvent* event) function in class:WebViewTraditional
/external/webkit/Source/WebKit/qt/Api/
H A Dqgraphicswebview.cpp1132 void QGraphicsWebView::contextMenuEvent(QGraphicsSceneContextMenuEvent* ev) function in class:QGraphicsWebView
H A Dqwebview.cpp262 \l{QWidget::}{contextMenuEvent()} and populating your QMenu with the actions
1036 void QWebView::contextMenuEvent(QContextMenuEvent* ev) function in class:QWebView
H A Dqwebpage.cpp807 void QWebPagePrivate::contextMenuEvent(const QPoint& globalPos) function in class:QWebPagePrivate
821 called from the default contextMenuEvent() handler. The popup menu's
3055 d->contextMenuEvent(static_cast<QContextMenuEvent*>(ev)->globalPos());
3059 d->contextMenuEvent(static_cast<QGraphicsSceneContextMenuEvent*>(ev)->screenPos());

Completed in 56 milliseconds