Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotilerequestmanager.cpp63 void tileFetched(const QGeoTileSpec &spec);
82 void QGeoTileRequestManager::tileFetched(const QGeoTileSpec &spec) in tileFetched() function in QGeoTileRequestManager
84 d_ptr->tileFetched(spec); in tileFetched()
178 void QGeoTileRequestManagerPrivate::tileFetched(const QGeoTileSpec &spec) in tileFetched() function in QGeoTileRequestManagerPrivate
H A Dqgeotilerequestmanager_p.h71 void tileFetched(const QGeoTileSpec &spec);
H A Dqgeotiledmappingmanagerengine.cpp215 (*map)->requestManager()->tileFetched(spec); in engineTileFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotiledmap/
H A Dtst_qgeotiledmap.cpp49 void tileFetched(const QGeoTileSpec& spec) { in tileFetched() function in FetchTileCounter
114 …connect(m_fetcher, SIGNAL(tileFetched(const QGeoTileSpec&)), m_tilesCounter.data(), SLOT(tileFetch… in initTestCase()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeotilefetcher_test.h143 void tileFetched(const QGeoTileSpec&);
154 emit tileFetched(mappingReply->tileSpec()); in updateRequest()