Home
last modified time | relevance | path

Searched refs:WebAction (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqwkpage.h30 enum WebAction { enum
101 QAction* action(WebAction action) const;
102 void triggerAction(WebAction action, bool checked = false);
Dqwkpage.cpp63 static WebCore::ContextMenuAction contextMenuActionForWebAction(QWKPage::WebAction action) in contextMenuActionForWebAction()
337 void QWKPagePrivate::updateAction(QWKPage::WebAction action) in updateAction()
391 QWKPage::WebAction action = static_cast<QWKPage::WebAction>(a->data().toInt()); in _q_webActionTriggered()
698 void QWKPage::triggerAction(WebAction webAction, bool) in triggerAction()
724 QAction* QWKPage::action(WebAction action) const in action()
Dqgraphicswkview.h41 void triggerPageAction(QWKPage::WebAction action, bool checked = false);
Dqwkpage_p.h111 void updateAction(QWKPage::WebAction action);
Dqgraphicswkview.cpp139 void QGraphicsWKView::triggerPageAction(QWKPage::WebAction action, bool checked) in triggerPageAction()
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage_p.h92 void updateAction(QWebPage::WebAction action);
160 static QWebPage::WebAction editorActionForKeyEvent(QKeyEvent* event);
162 static const char* editorCommandForWebActions(QWebPage::WebAction action);
Dqwebpage.h83 Q_ENUMS(LinkDelegationPolicy NavigationType WebAction)
94 enum WebAction { enum
279 QAction *action(WebAction action) const;
281 virtual void triggerAction(WebAction action, bool checked = false);
Dqwebview.h83 QAction* pageAction(QWebPage::WebAction action) const;
85 void triggerPageAction(QWebPage::WebAction action, bool checked = false);
Dqgraphicswebview.h84 QAction* pageAction(QWebPage::WebAction action) const;
85 void triggerPageAction(QWebPage::WebAction action, bool checked = false);
Dqwebpage.cpp248 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()
[all …]
Dqwebview.cpp624 QAction *QWebView::pageAction(QWebPage::WebAction action) const in pageAction()
641 void QWebView::triggerPageAction(QWebPage::WebAction action, bool checked) in triggerPageAction()
Dqgraphicswebview.cpp816 QAction *QGraphicsWebView::pageAction(QWebPage::WebAction action) const in pageAction()
832 void QGraphicsWebView::triggerPageAction(QWebPage::WebAction action, bool checked) in triggerPageAction()
/external/webkit/Source/WebKit2/UIProcess/qt/
DWebContextMenuProxyQt.cpp40 static QWKPage::WebAction webActionForContextMenuAction(WebCore::ContextMenuAction action) in webActionForContextMenuAction()
111 QWKPage::WebAction action = webActionForContextMenuAction(item.action()); in createContextMenu()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.cpp438 QWebPage::WebAction action = QWebPagePrivate::editorActionForKeyEvent(kevent->qtEvent()); in handleKeyboardEvent()
505 … QWebPage::WebAction action = QWebPagePrivate::editorActionForKeyEvent(kevent->qtEvent()); in handleKeyboardEvent()
538 QWebPage::WebAction action = QWebPagePrivate::editorActionForKeyEvent(kevent->qtEvent()); in handleInputMethodKeydown()
/external/webkit/Source/WebKit/qt/symbian/bwins/
DQtWebKitu.def80 …on@@W4WebAction@1@@Z @ 79 NONAME ; class QAction * QWebPage::action(enum QWebPage::WebAction) const
340 …age@@@Z @ 339 NONAME ; class QAction * QGraphicsWebView::pageAction(enum QWebPage::WebAction) const
341 …on@QWebPage@@@Z @ 340 NONAME ; class QAction * QWebView::pageAction(enum QWebPage::WebAction) const
587 …@UAEXW4WebAction@1@_N@Z @ 586 NONAME ; void QWebPage::triggerAction(enum QWebPage::WebAction, bool)
588 …bPage@@_N@Z @ 587 NONAME ; void QGraphicsWebView::triggerPageAction(enum QWebPage::WebAction, bool)
589 …tion@QWebPage@@_N@Z @ 588 NONAME ; void QWebView::triggerPageAction(enum QWebPage::WebAction, bool)
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-16350 [Qt] enum QWebPage::WebAction doesn't have value QWebPage::CopyImageUrl
353 Add QWebPage::CopyImageUrlToClipboard into QWebPage::WebAction.
7350 Added a WebAction to stop all pending page refresh/redirect
18583 Add QWebPage::SelectAll to WebAction enum to select all content.
18726 [Qt] API documentation for QWebPage::WebAction enum.
25461 Store a bunch of QActions in QWebPagePrivate, corresponding to QWebPage::WebAction.
25499 …Introduced a central virtual void webActionTriggered(WebAction action) method that is called from …
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-162203 [Qt] enum QWebPage::WebAction doesn't have value QWebPage::CopyImageUrl
10769 … Only 4 basic WebAction have been added on the UIProcess side: back, forward, stop and reload.
/external/webkit/Source/WebCore/
DChangeLog-2011-02-166499 [Qt] enum QWebPage::WebAction doesn't have value QWebPage::CopyImageUrl