Searched refs:IsSupportedURL (Results 1 – 5 of 5) sorted by relevance
137 static bool IsSupportedURL(const GURL& url, FilePath* path);266 if (DevToolsJobFactory::IsSupportedURL(request->url(), &path)) in Factory()271 if (ViewHttpCacheJobFactory::IsSupportedURL(request->url())) in Factory()275 if (ViewAppCacheInternalsJobFactory::IsSupportedURL(request->url())) in Factory()279 if (ViewBlobInternalsJobFactory::IsSupportedURL(request->url())) in Factory()398 bool DevToolsJobFactory::IsSupportedURL(const GURL& url, FilePath* path) { in IsSupportedURL() function in DevToolsJobFactory
18 static bool IsSupportedURL(const GURL& url);
15 bool ViewBlobInternalsJobFactory::IsSupportedURL(const GURL& url) { in IsSupportedURL() function in ViewBlobInternalsJobFactory
185 bool ViewHttpCacheJobFactory::IsSupportedURL(const GURL& url) { in IsSupportedURL() function in ViewHttpCacheJobFactory