Searched refs:found_job (Results 1 – 1 of 1) sorted by relevance
1176 scoped_refptr<Job>& found_job = jobs_[job->key()]; in AddOutstandingJob() local1177 DCHECK(!found_job); in AddOutstandingJob()1178 found_job = job; in AddOutstandingJob()