Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp819 int realRow = -1; in mapFromSource() local
824 realRow = i; in mapFromSource()
828 if (realRow == -1) in mapFromSource()
831 … return createIndex(realRow, sourceIndex.column(), sourceModel()->rowCount() - sourceIndex.row()); in mapFromSource()
877 int realRow = mapFromSource(sourceModel()->index(sourceRow, 0)).row(); in sourceRowsInserted() local
878 beginRemoveRows(QModelIndex(), realRow, realRow); in sourceRowsInserted()
879 m_sourceRow.removeAt(realRow); in sourceRowsInserted()