Searched refs:IsSupportedURL (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/net/
H A Dview_blob_internals_job_factory.cc15 bool ViewBlobInternalsJobFactory::IsSupportedURL(const GURL& url) { function in class:ViewBlobInternalsJobFactory
H A Dview_blob_internals_job_factory.h18 static bool IsSupportedURL(const GURL& url);
H A Dview_http_cache_job_factory.h18 static bool IsSupportedURL(const GURL& url);
H A Dview_http_cache_job_factory.cc185 bool ViewHttpCacheJobFactory::IsSupportedURL(const GURL& url) { function in class:ViewHttpCacheJobFactory
/external/chromium_org/content/browser/net/
H A Dview_blob_internals_job_factory.cc15 bool ViewBlobInternalsJobFactory::IsSupportedURL(const GURL& url) { function in class:content::ViewBlobInternalsJobFactory
H A Dview_http_cache_job_factory.h20 static bool IsSupportedURL(const GURL& url);
H A Dview_blob_internals_job_factory.h23 static bool IsSupportedURL(const GURL& url);
H A Dview_http_cache_job_factory.cc192 bool ViewHttpCacheJobFactory::IsSupportedURL(const GURL& url) { function in class:content::ViewHttpCacheJobFactory
/external/chromium/chrome/browser/ui/webui/
H A Dchrome_url_data_manager_backend.cc137 static bool IsSupportedURL(const GURL& url, FilePath* path);
266 if (DevToolsJobFactory::IsSupportedURL(request->url(), &path))
271 if (ViewHttpCacheJobFactory::IsSupportedURL(request->url()))
275 if (ViewAppCacheInternalsJobFactory::IsSupportedURL(request->url()))
279 if (ViewBlobInternalsJobFactory::IsSupportedURL(request->url()))
398 bool DevToolsJobFactory::IsSupportedURL(const GURL& url, FilePath* path) { function in class:DevToolsJobFactory
/external/chromium_org/content/browser/webui/
H A Durl_data_manager_backend.cc393 if (ViewHttpCacheJobFactory::IsSupportedURL(request->url()))
405 if (ViewBlobInternalsJobFactory::IsSupportedURL(request->url())) {

Completed in 444 milliseconds