multi_threaded_proxy_resolver.cc | 64 Job* outstanding_job() const { return outstanding_job_.get(); } 79 scoped_refptr<Job> outstanding_job_; member in class:net::MultiThreadedProxyResolver::Executor 314 DCHECK(!outstanding_job_); 315 outstanding_job_ = job; 327 DCHECK_EQ(job, outstanding_job_.get()); 328 outstanding_job_ = NULL; 349 if (outstanding_job_) { 350 outstanding_job_->Cancel(); 352 outstanding_job_->set_executor(NULL); 361 outstanding_job_ = NULL [all...] |