Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/webui/
Dchrome_url_data_manager_backend.cc138 static net::URLRequestJob* CreateJobForRequest(net::URLRequest* request,
267 return DevToolsJobFactory::CreateJobForRequest(request, path); in Factory()
272 return ViewHttpCacheJobFactory::CreateJobForRequest(request); in Factory()
276 return ViewAppCacheInternalsJobFactory::CreateJobForRequest(request); in Factory()
280 return ViewBlobInternalsJobFactory::CreateJobForRequest(request); in Factory()
436 net::URLRequestJob* DevToolsJobFactory::CreateJobForRequest( in CreateJobForRequest() function in DevToolsJobFactory
/external/chromium/chrome/browser/net/
Dview_blob_internals_job_factory.h19 static net::URLRequestJob* CreateJobForRequest(net::URLRequest* request);
Dview_http_cache_job_factory.h19 static net::URLRequestJob* CreateJobForRequest(net::URLRequest* request);
Dview_blob_internals_job_factory.cc22 net::URLRequestJob* ViewBlobInternalsJobFactory::CreateJobForRequest( in CreateJobForRequest() function in ViewBlobInternalsJobFactory
Dview_http_cache_job_factory.cc191 net::URLRequestJob* ViewHttpCacheJobFactory::CreateJobForRequest( in CreateJobForRequest() function in ViewHttpCacheJobFactory