Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp804 int sourceRow = sourceModel()->rowCount() - proxyIndex.internalId(); in mapToSource() local
805 return sourceModel()->index(sourceRow, proxyIndex.column()); in mapToSource()
876 int sourceRow = sourceModel()->rowCount() - m_historyHash[url]; in sourceRowsInserted() local
877 int realRow = mapFromSource(sourceModel()->index(sourceRow, 0)).row(); in sourceRowsInserted()