Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dlocal_file_source.cpp32 if (!acceptsURL(url)) { in request()
77 bool LocalFileSource::acceptsURL(const std::string& url) { in acceptsURL() function in mbgl::LocalFileSource
H A Dasset_file_source.cpp30 if (!acceptsURL(url)) { in request()
77 bool AssetFileSource::acceptsURL(const std::string& url) { in acceptsURL() function in mbgl::AssetFileSource
H A Ddefault_file_source.cpp107 if (AssetFileSource::acceptsURL(resource.url)) { in request()
110 } else if (LocalFileSource::acceptsURL(resource.url)) { in request()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/storage/
H A Dlocal_file_source.hpp18 static bool acceptsURL(const std::string& url);
H A Dasset_file_source.hpp18 static bool acceptsURL(const std::string& url);