Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp543 QModelIndex treeIndex = m_treeModel->mapFromSource(historyIndex); in mapToSource() local
544 return treeIndex; in mapToSource()
561 QModelIndex treeIndex = m_treeModel->index(row + bumpedItems, column, treeIndexParent); in index() local
562 QModelIndex historyIndex = m_treeModel->mapToSource(treeIndex); in index()
565 historyRow = treeIndex.row(); in index()
576 QModelIndex treeIndex = m_treeModel->mapFromSource(historyIndex); in parent() local
577 QModelIndex treeIndexParent = treeIndex.parent(); in parent()
1220 QModelIndex treeIndex = mapFromSource(sourceModel()->index(start, 0)); in sourceRowsInserted() local
1221 QModelIndex treeParent = treeIndex.parent(); in sourceRowsInserted()
1226 beginInsertRows(treeParent, treeIndex.row(), treeIndex.row()); in sourceRowsInserted()