HomeSort by relevance Sort by last modified time
    Searched refs:IsSupportedURL (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/net/
view_blob_internals_job_factory.h 18 static bool IsSupportedURL(const GURL& url);
view_http_cache_job_factory.h 18 static bool IsSupportedURL(const GURL& url);
view_blob_internals_job_factory.cc 15 bool ViewBlobInternalsJobFactory::IsSupportedURL(const GURL& url) {
view_http_cache_job_factory.cc 185 bool ViewHttpCacheJobFactory::IsSupportedURL(const GURL& url) {
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_backend.cc 137 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) {

Completed in 162 milliseconds