Home
last modified time | relevance | path

Searched refs:job_bound_ (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/http/
Dhttp_stream_factory_job_controller.cc253 if (!job_bound_) { in OnRequestComplete()
974 DCHECK(!job_bound_); in BindJob()
977 job_bound_ = true; in BindJob()
1332 return !request_ || (job_bound_ && bound_job_ != job); in IsJobOrphaned()
1384 job_bound_ = false; in ReconsiderProxyAfterError()
Dhttp_stream_factory_job_controller.h348 bool job_bound_ = false; variable