Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesupportedcategoriesmodel.cpp380 QModelIndex parentIndex = index(parentId); in addedCategory() local
381 beginInsertRows(parentIndex, rowToBeAdded, rowToBeAdded); in addedCategory()
424 QModelIndex parentIndex = index(parentId); in updatedCategory() local
431 beginMoveRows(parentIndex, oldRow, oldRow, in updatedCategory()
432 parentIndex, rowToBeAdded); in updatedCategory()
475 QModelIndex parentIndex = index(parentId); in removedCategory() local
478 beginRemoveRows(parentIndex, categoryIndex.row(), categoryIndex.row()); in removedCategory()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcross_tile_symbol_index.cpp120 auto parentIndex = zoomIndexes.find(parentTileID); in addBucket() local
121 if (parentIndex != zoomIndexes.end()) { in addBucket()
122parentIndex->second.findMatches(bucket.symbolInstances, tileID, usedCrossTileIDs[tileID.overscaled… in addBucket()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dbookmarks.cpp903 QModelIndex parentIndex = m_root; in dropEvent() local
910 parentIndex = idx; in dropEvent()
920 BookmarkNode *parent = m_bookmarksModel->node(parentIndex); in dropEvent()