Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.h174 QModelIndex mapFromSource(const QModelIndex &sourceIndex) const;
215 QModelIndex mapFromSource(const QModelIndex & sourceIndex) const;
263 QModelIndex mapFromSource(const QModelIndex &sourceIndex) const;
286 QModelIndex mapFromSource(const QModelIndex &sourceIndex) const;
H A Dhistory.cpp520 QModelIndex HistoryMenuModel::mapFromSource(const QModelIndex &sourceIndex) const in mapFromSource() function in HistoryMenuModel
543 QModelIndex treeIndex = m_treeModel->mapFromSource(historyIndex); in mapToSource()
576 QModelIndex treeIndex = m_treeModel->mapFromSource(historyIndex); in parent()
773 emit dataChanged(mapFromSource(topLeft), mapFromSource(bottomRight)); in sourceDataChanged()
808 QModelIndex HistoryFilterModel::mapFromSource(const QModelIndex &sourceIndex) const in mapFromSource() function in HistoryFilterModel
877 int realRow = mapFromSource(sourceModel()->index(sourceRow, 0)).row(); in sourceRowsInserted()
958 QModelIndex HistoryCompletionModel::mapFromSource(const QModelIndex &sourceIndex) const in mapFromSource() function in HistoryCompletionModel
1220 QModelIndex treeIndex = mapFromSource(sourceModel()->index(start, 0)); in sourceRowsInserted()
1231 QModelIndex HistoryTreeModel::mapFromSource(const QModelIndex &sourceIndex) const in mapFromSource() function in HistoryTreeModel
H A Dbookmarks.cpp704 QModelIndex idx = m_proxyModel->mapFromSource(model->index(menu)); in AddBookmarkDialog()
829 idx = m_proxyModel->mapFromSource(idx); in expandNodes()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/bic/data/
H A DQtPositioning.5.4.0.linux-gcc-amd64.txt2038 400 (int (*)(...))QIdentityProxyModel::mapFromSource
2159 400 (int (*)(...))QSortFilterProxyModel::mapFromSource
H A DQtPositioning.5.3.0.linux-gcc-amd64.txt2027 400 (int (*)(...))QIdentityProxyModel::mapFromSource
2147 400 (int (*)(...))QSortFilterProxyModel::mapFromSource
H A DQtPositioning.5.14.0.linux-gcc-amd64.txt3158 400 (int (*)(...))QIdentityProxyModel::mapFromSource
4110 400 (int (*)(...))QSortFilterProxyModel::mapFromSource
4775 400 (int (*)(...))QTransposeProxyModel::mapFromSource
H A DQtPositioning.5.15.0.linux-gcc-amd64.txt3163 400 (int (*)(...))QIdentityProxyModel::mapFromSource
4120 400 (int (*)(...))QSortFilterProxyModel::mapFromSource
4785 400 (int (*)(...))QTransposeProxyModel::mapFromSource
H A DQtPositioning.5.13.0.linux-gcc-amd64.txt2948 400 (int (*)(...))QIdentityProxyModel::mapFromSource
3900 400 (int (*)(...))QSortFilterProxyModel::mapFromSource
4736 400 (int (*)(...))QTransposeProxyModel::mapFromSource
H A DQtPositioning.5.6.0.linux-gcc-amd64.txt2292 400 (int (*)(...))QIdentityProxyModel::mapFromSource
2413 400 (int (*)(...))QSortFilterProxyModel::mapFromSource
H A DQtPositioning.5.9.0.linux-gcc-amd64.txt2741 400 (int (*)(...))QIdentityProxyModel::mapFromSource
3667 400 (int (*)(...))QSortFilterProxyModel::mapFromSource
H A DQtPositioning.5.8.0.linux-gcc-amd64.txt2651 400 (int (*)(...))QIdentityProxyModel::mapFromSource
3652 400 (int (*)(...))QSortFilterProxyModel::mapFromSource
H A DQtPositioning.5.7.0.linux-gcc-amd64.txt2589 400 (int (*)(...))QIdentityProxyModel::mapFromSource
2710 400 (int (*)(...))QSortFilterProxyModel::mapFromSource
H A DQtPositioning.5.10.0.linux-gcc-amd64.txt2746 400 (int (*)(...))QIdentityProxyModel::mapFromSource
3693 400 (int (*)(...))QSortFilterProxyModel::mapFromSource
H A DQtPositioning.5.11.0.linux-gcc-amd64.txt2746 400 (int (*)(...))QIdentityProxyModel::mapFromSource
3693 400 (int (*)(...))QSortFilterProxyModel::mapFromSource
H A DQtPositioning.5.12.0.linux-gcc-amd64.txt2836 400 (int (*)(...))QIdentityProxyModel::mapFromSource
3768 400 (int (*)(...))QSortFilterProxyModel::mapFromSource
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py4110 self.view.setCurrentIndex(self.model.mapFromSource(self.data_model.index(row, 0, QModelIndex())))