Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/net/
Dview_http_cache_job_factory.h20 static bool IsSupportedURL(const GURL& url);
Dview_blob_internals_job_factory.cc15 bool ViewBlobInternalsJobFactory::IsSupportedURL(const GURL& url) { in IsSupportedURL() function in content::ViewBlobInternalsJobFactory
Dview_blob_internals_job_factory.h23 static bool IsSupportedURL(const GURL& url);
Dview_http_cache_job_factory.cc193 bool ViewHttpCacheJobFactory::IsSupportedURL(const GURL& url) { in IsSupportedURL() function in content::ViewHttpCacheJobFactory
/external/chromium_org/content/browser/webui/
Durl_data_manager_backend.cc443 if (ViewHttpCacheJobFactory::IsSupportedURL(request->url())) in MaybeCreateJob()
455 if (ViewBlobInternalsJobFactory::IsSupportedURL(request->url())) { in MaybeCreateJob()