Home
last modified time | relevance | path

Searched refs:m_actions (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()
316 for (int i = 0; i < m_actions.count(); ++i) { in currentChanged()
317 WebActionMapper *mapper = m_actions[i]; in currentChanged()
468 for (int i = 0; i < m_actions.count(); ++i) { in newTab()
469 WebActionMapper *mapper = m_actions[i]; in newTab()
H A Dtabwidget.h208 QList<WebActionMapper*> m_actions; variable