Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp1243 int dateRow = qMax(0, it - m_sourceRowCache.begin()); in mapFromSource() local
1244 int row = sourceIndex.row() - m_sourceRowCache.at(dateRow); in mapFromSource()
1245 return createIndex(row, sourceIndex.column(), dateRow + 1); in mapFromSource()