HomeSort by relevance Sort by last modified time
    Searched refs:waiting_job_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/http/
http_stream_factory_impl_job.cc 96 waiting_job_(NULL),
191 DCHECK(!job->waiting_job_);
193 job->waiting_job_ = this;
216 DCHECK(blocking_job_->waiting_job_);
217 blocking_job_->waiting_job_ = NULL;
442 // If there was an error, we should have already resumed the |waiting_job_|,
444 DCHECK(result == OK || waiting_job_ == NULL);
637 DCHECK(!waiting_job_);
642 if (waiting_job_) {
643 waiting_job_->Resume(this)
    [all...]
http_stream_factory_impl_job.h 262 // |waiting_job_| is a Job waiting to see if |this| can reuse a connection.
263 // If |this| is unable to do so, we'll notify |waiting_job_| that it's ok to
265 Job* waiting_job_; member in class:net::HttpStreamFactoryImpl::Job

Completed in 233 milliseconds