Searched refs:job_bound_ (Results 1 – 2 of 2) sorted by relevance
253 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()
348 bool job_bound_ = false; variable