Searched refs:tileFetched (Results 1 – 5 of 5) sorted by relevance
63 void tileFetched(const QGeoTileSpec &spec);82 void QGeoTileRequestManager::tileFetched(const QGeoTileSpec &spec) in tileFetched() function in QGeoTileRequestManager84 d_ptr->tileFetched(spec); in tileFetched()178 void QGeoTileRequestManagerPrivate::tileFetched(const QGeoTileSpec &spec) in tileFetched() function in QGeoTileRequestManagerPrivate
71 void tileFetched(const QGeoTileSpec &spec);
215 (*map)->requestManager()->tileFetched(spec); in engineTileFinished()
49 void tileFetched(const QGeoTileSpec& spec) { in tileFetched() function in FetchTileCounter114 …connect(m_fetcher, SIGNAL(tileFetched(const QGeoTileSpec&)), m_tilesCounter.data(), SLOT(tileFetch… in initTestCase()
143 void tileFetched(const QGeoTileSpec&);154 emit tileFetched(mappingReply->tileSpec()); in updateRequest()