Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/webui/
Dchrome_url_data_manager_backend.cc137 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
/external/chromium/chrome/browser/net/
Dview_blob_internals_job_factory.h18 static bool IsSupportedURL(const GURL& url);
Dview_http_cache_job_factory.h18 static bool IsSupportedURL(const GURL& url);
Dview_blob_internals_job_factory.cc15 bool ViewBlobInternalsJobFactory::IsSupportedURL(const GURL& url) { in IsSupportedURL() function in ViewBlobInternalsJobFactory
Dview_http_cache_job_factory.cc185 bool ViewHttpCacheJobFactory::IsSupportedURL(const GURL& url) { in IsSupportedURL() function in ViewHttpCacheJobFactory