Home
last modified time | relevance | path

Searched refs:WebActionMapper (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dtabwidget.cpp288 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 WebActionMapper
767 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 …]
H A Dtabwidget.h92 class WebActionMapper : public QObject
97 WebActionMapper(QAction *root, QWebPage::WebAction webAction, QObject *parent);
208 QList<WebActionMapper*> m_actions;