Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp822 for (int i = 0; i < m_sourceRow.count(); ++i) { in mapFromSource()
823 if (m_sourceRow.at(i) == sourceModelRow) { in mapFromSource()
841 return createIndex(row, column, m_sourceRow[row]); in index()
853 m_sourceRow.clear(); in load()
860 m_sourceRow.append(sourceModel()->rowCount() - i); in load()
879 m_sourceRow.removeAt(realRow); in sourceRowsInserted()
885 m_sourceRow.insert(0, sourceModel()->rowCount()); in sourceRowsInserted()
909 int start = sourceModel()->rowCount() - m_sourceRow.value(row); in removeRows()
910 int end = sourceModel()->rowCount() - m_sourceRow.value(lastRow); in removeRows()
H A Dhistory.h194 mutable QList<int> m_sourceRow; variable