Searched refs:CreateJobForRequest (Results 1 – 5 of 5) sorted by relevance
138 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
19 static net::URLRequestJob* CreateJobForRequest(net::URLRequest* request);
22 net::URLRequestJob* ViewBlobInternalsJobFactory::CreateJobForRequest( in CreateJobForRequest() function in ViewBlobInternalsJobFactory
191 net::URLRequestJob* ViewHttpCacheJobFactory::CreateJobForRequest( in CreateJobForRequest() function in ViewHttpCacheJobFactory