Home | History | Annotate | Download | only in Api

Lines Matching refs:WebAction

247 // Lookup the appropriate editor command to use for WebAction \a action
248 const char* QWebPagePrivate::editorCommandForWebActions(QWebPage::WebAction action)
413 static QWebPage::WebAction webActionForContextMenuAction(WebCore::ContextMenuAction action)
460 QWebPage::WebAction action = webActionForContextMenuAction(item.action());
509 QWebPage::WebAction action = static_cast<QWebPage::WebAction>(a->data().toInt());
522 void QWebPagePrivate::updateAction(QWebPage::WebAction action)
850 QWebPage::WebAction QWebPagePrivate::editorActionForKeyEvent(QKeyEvent* event)
854 QWebPage::WebAction action;
1682 \enum QWebPage::WebAction
2315 void QWebPage::triggerAction(WebAction action, bool)
2709 Returns a QAction for the specified WebAction \a action.
2719 QAction *QWebPage::action(WebAction action) const
3169 \sa modified, contentsChanged(), WebAction
3275 QWebPage::WebAction action = webActionForContextMenuAction(WebCore::ContextMenuAction(i));
3314 if (QAction *a = this->action(QWebPage::WebAction(i)))