Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmap_p.h87 void prefetchData() override;
H A Dqgeomap_p.h131 virtual void prefetchData();
H A Dqgeotiledmap.cpp133 void QGeoTiledMap::prefetchData() in prefetchData() function in QGeoTiledMap
H A Dqgeomap.cpp221 void QGeoMap::prefetchData() in prefetchData() function in QGeoMap
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_error.qml181 map_error_plugin.prefetchData()
182 map_no_plugin.prefetchData()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotiledmap/
H A Dtst_qgeotiledmap.cpp151 m_map->prefetchData(); in fetchTiles()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dqtlocation-changes.qdoc47 \li replaced cameraStopped() method with \l[QML]{QtLocation::Map::}{prefetchData} method
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea.cpp1715 m_map->prefetchData(); in panStateMachine()
1862 m_map->prefetchData(); in stopPan()
1887 m_map->prefetchData(); in handleFlickAnimationStopped()
H A Dqdeclarativegeomap_p.h199 Q_INVOKABLE void prefetchData(); // optional hint for prefetch
H A Dqdeclarativegeomap.cpp715 m_map->prefetchData(); in mappingManagerInitialized()
1596 void QDeclarativeGeoMap::prefetchData() in prefetchData() function in QDeclarativeGeoMap
1600 m_map->prefetchData(); in prefetchData()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/
H A Dmapviewer.qml264 map.prefetchData()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes602 Method { name: "prefetchData" }