Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp1069 if (!m_sourceRowCache.isEmpty()) in rowCount()
1070 return m_sourceRowCache.count(); in rowCount()
1078 m_sourceRowCache.append(i); in rowCount()
1083 Q_ASSERT(m_sourceRowCache.count() == rows); in rowCount()
1099 if (m_sourceRowCache.isEmpty()) in sourceDateRow()
1102 if (row >= m_sourceRowCache.count()) { in sourceDateRow()
1107 return m_sourceRowCache.at(row); in sourceDateRow()
1204 m_sourceRowCache.clear(); in sourceReset()
1214 m_sourceRowCache.clear(); in sourceRowsInserted()
1219 m_sourceRowCache.clear(); in sourceRowsInserted()
[all …]
H A Dhistory.h304 mutable QList<int> m_sourceRowCache; variable