Home
last modified time | relevance | path

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

/external/chromium/net/proxy/
Dmulti_threaded_proxy_resolver.cc64 Job* outstanding_job() const { return outstanding_job_.get(); } in outstanding_job()
79 scoped_refptr<Job> outstanding_job_; member in net::MultiThreadedProxyResolver::Executor
314 DCHECK(!outstanding_job_); in StartJob()
315 outstanding_job_ = job; in StartJob()
327 DCHECK_EQ(job, outstanding_job_.get()); in OnJobCompleted()
328 outstanding_job_ = NULL; in OnJobCompleted()
349 if (outstanding_job_) { in Destroy()
350 outstanding_job_->Cancel(); in Destroy()
352 outstanding_job_->set_executor(NULL); in Destroy()
361 outstanding_job_ = NULL; in Destroy()
[all …]