Searched refs:WebActionMapper (Results 1 – 2 of 2) sorted by relevance
288 m_actions.append(new WebActionMapper(action, webAction, this)); in addWebAction()317 WebActionMapper *mapper = m_actions[i]; in currentChanged()469 WebActionMapper *mapper = m_actions[i]; in newTab()754 WebActionMapper::WebActionMapper(QAction *root, QWebPage::WebAction webAction, QObject *parent) in WebActionMapper() function in WebActionMapper767 void WebActionMapper::rootDestroyed() in rootDestroyed()772 void WebActionMapper::currentDestroyed() in currentDestroyed()777 void WebActionMapper::addChild(QAction *action) in addChild()784 QWebPage::WebAction WebActionMapper::webAction() const in webAction()789 void WebActionMapper::rootTriggered() in rootTriggered()797 void WebActionMapper::childChanged() in childChanged()[all …]
92 class WebActionMapper : public QObject97 WebActionMapper(QAction *root, QWebPage::WebAction webAction, QObject *parent);208 QList<WebActionMapper*> m_actions;