Searched defs:CreateJobForRequest (Results 1 - 3 of 3) sorted by relevance

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

Completed in 74 milliseconds