Searched defs:OrphanJob (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl.cc245 void HttpStreamFactoryImpl::OrphanJob(Job* job, const Request* request) { function in class:net::HttpStreamFactoryImpl
/external/chromium_org/net/url_request/
H A Durl_request.cc210 OrphanJob();
930 OrphanJob();
943 void URLRequest::OrphanJob() { function in class:net::URLRequest
947 // - OrphanJob is called on JobRestart, in this case the URLRequestJob cannot
949 // - OrphanJob is called in ~URLRequest, in this case

Completed in 1285 milliseconds