Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dtile_loader_impl.hpp26 Resource::LoadingMethod::CacheOnly)), in TileLoader()
53 resource.loadingMethod = Resource::LoadingMethod::CacheOnly; in loadFromCache()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Dresource.hpp40 CacheOnly = Cache, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Ddefault_file_source.cpp118 if (resource.loadingMethod == Resource::LoadingMethod::CacheOnly) { in request()