Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp65 , m_historyModel(0) in HistoryManager()
78 m_historyModel = new HistoryModel(this, this); in HistoryManager()
79 m_historyFilterModel = new HistoryFilterModel(m_historyModel, this); in HistoryManager()
131 return m_historyModel; in historyModel()
H A Dhistory.h125 HistoryModel *m_historyModel; variable