Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp542 …QModelIndex historyIndex = m_treeModel->sourceModel()->index(proxyIndex.internalId(), proxyIndex.c… in mapToSource() local
543 QModelIndex treeIndex = m_treeModel->mapFromSource(historyIndex); in mapToSource()
562 QModelIndex historyIndex = m_treeModel->mapToSource(treeIndex); in index() local
563 int historyRow = historyIndex.row(); in index()
575 QModelIndex historyIndex = m_treeModel->sourceModel()->index(index.internalId(), 0); in parent() local
576 QModelIndex treeIndex = m_treeModel->mapFromSource(historyIndex); in parent()