Searched refs:MenuAction (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DQWebPageAdapter.h100 enum MenuAction { enum in class:QWebPageAdapter
235 MenuAction action;
296 void updateActionInternal(MenuAction, const char* commandName, bool* enabled, bool* checked);
297 void triggerAction(MenuAction, QWebHitTestResultPrivate*, const char* commandName, bool endToEndReload);
298 QString contextMenuItemTagForAction(MenuAction, bool* checkable) const;
H A DQWebPageAdapter.cpp795 static QWebPageAdapter::MenuAction adapterActionForContextMenuAction(WebCore::ContextMenuAction action)
820 QWebPageAdapter::MenuAction action = adapterActionForContextMenuAction(item.action());
955 void QWebPageAdapter::updateActionInternal(QWebPageAdapter::MenuAction action, const char* commandName, bool* enabled, bool* checked)
995 void QWebPageAdapter::triggerAction(QWebPageAdapter::MenuAction action, QWebHitTestResultPrivate* hitTestResult, const char* commandName, bool endToEndReload)
1084 QString QWebPageAdapter::contextMenuItemTagForAction(QWebPageAdapter::MenuAction action, bool* checkable) const
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetApi/
H A Dqwebpage.cpp454 static QWebPage::WebAction webActionForAdapterMenuAction(QWebPageAdapter::MenuAction action)
471 static QWebPageAdapter::MenuAction adapterMenuActionForWebAction(QWebPage::WebAction action)
573 QWebPageAdapter::MenuAction mappedAction = QWebPageAdapter::NoAction;
1691 QWebPageAdapter::MenuAction mappedAction = QWebPageAdapter::NoAction;
2169 QWebPageAdapter::MenuAction mappedAction = QWebPageAdapter::NoAction;
2726 QWebPage::WebAction action = webActionForAdapterMenuAction(QWebPageAdapter::MenuAction(i));

Completed in 121 milliseconds