HomeSort by relevance Sort by last modified time
    Searched refs:WebAction (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebKit/qt/Api/
qwebpage_p.h 75 void updateAction(QWebPage::WebAction action);
129 static QWebPage::WebAction editorActionForKeyEvent(QKeyEvent* event);
131 static const char* editorCommandForWebActions(QWebPage::WebAction action);
qwebpage.h 75 Q_ENUMS(LinkDelegationPolicy NavigationType WebAction)
86 enum WebAction {
222 QAction *action(WebAction action) const;
223 virtual void triggerAction(WebAction action, bool checked = false);
qgraphicswebview.h 77 QAction* pageAction(QWebPage::WebAction action) const;
78 void triggerPageAction(QWebPage::WebAction action, bool checked = false);
qwebview.h 78 QAction* pageAction(QWebPage::WebAction action) const;
79 void triggerPageAction(QWebPage::WebAction action, bool checked = false);
qwebpage.cpp 354 // Lookup the appropriate editor command to use for WebAction \a action
355 const char* QWebPagePrivate::editorCommandForWebActions(QWebPage::WebAction action)
475 static QWebPage::WebAction webActionForContextMenuAction(WebCore::ContextMenuAction action)
517 QWebPage::WebAction action = webActionForContextMenuAction(item.action());
565 QWebPage::WebAction action = static_cast<QWebPage::WebAction>(a->data().toInt());
577 void QWebPagePrivate::updateAction(QWebPage::WebAction action)
982 QWebPage::WebAction QWebPagePrivate::editorActionForKeyEvent(QKeyEvent* event)
986 QWebPage::WebAction action;
    [all...]
qwebview.cpp 571 QAction *QWebView::pageAction(QWebPage::WebAction action) const
587 void QWebView::triggerPageAction(QWebPage::WebAction action, bool checked)
qgraphicswebview.cpp 882 QAction *QGraphicsWebView::pageAction(QWebPage::WebAction action) const
893 void QGraphicsWebView::triggerPageAction(QWebPage::WebAction action, bool checked)
  /external/webkit/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 373 QWebPage::WebAction action = QWebPagePrivate::editorActionForKeyEvent(kevent->qtEvent());

Completed in 128 milliseconds