Lines Matching refs:WebAction
248 const char* QWebPagePrivate::editorCommandForWebActions(QWebPage::WebAction action) in editorCommandForWebActions()
413 static QWebPage::WebAction webActionForContextMenuAction(WebCore::ContextMenuAction action) in webActionForContextMenuAction()
460 QWebPage::WebAction action = webActionForContextMenuAction(item.action()); in createContextMenu()
509 QWebPage::WebAction action = static_cast<QWebPage::WebAction>(a->data().toInt()); in _q_webActionTriggered()
522 void QWebPagePrivate::updateAction(QWebPage::WebAction action) in updateAction()
850 QWebPage::WebAction QWebPagePrivate::editorActionForKeyEvent(QKeyEvent* event) in editorActionForKeyEvent()
854 QWebPage::WebAction action; in editorActionForKeyEvent()
2315 void QWebPage::triggerAction(WebAction action, bool) in triggerAction()
2719 QAction *QWebPage::action(WebAction action) const in action()
3275 QWebPage::WebAction action = webActionForContextMenuAction(WebCore::ContextMenuAction(i)); in updatePositionDependentActions()
3314 if (QAction *a = this->action(QWebPage::WebAction(i))) in updatePositionDependentActions()