Searched refs:acceptsURL (Results 1 – 5 of 5) sorted by relevance
32 if (!acceptsURL(url)) { in request()77 bool LocalFileSource::acceptsURL(const std::string& url) { in acceptsURL() function in mbgl::LocalFileSource
30 if (!acceptsURL(url)) { in request()77 bool AssetFileSource::acceptsURL(const std::string& url) { in acceptsURL() function in mbgl::AssetFileSource
107 if (AssetFileSource::acceptsURL(resource.url)) { in request()110 } else if (LocalFileSource::acceptsURL(resource.url)) { in request()
18 static bool acceptsURL(const std::string& url);