Searched refs:sourceRow (Results 1 – 1 of 1) sorted by relevance
804 int sourceRow = sourceModel()->rowCount() - proxyIndex.internalId(); in mapToSource() local805 return sourceModel()->index(sourceRow, proxyIndex.column()); in mapToSource()876 int sourceRow = sourceModel()->rowCount() - m_historyHash[url]; in sourceRowsInserted() local877 int realRow = mapFromSource(sourceModel()->index(sourceRow, 0)).row(); in sourceRowsInserted()