Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_stream_factory_impl.cc42 tmp_job_set.swap(orphaned_job_set_); in ~HttpStreamFactoryImpl()
44 DCHECK(orphaned_job_set_.empty()); in ~HttpStreamFactoryImpl()
158 DCHECK(!ContainsKey(orphaned_job_set_, job)); in OrphanJob()
162 orphaned_job_set_.insert(job); in OrphanJob()
198 orphaned_job_set_.erase(job); in OnOrphanedJobComplete()
Dhttp_stream_factory_impl.h95 std::set<const Job*> orphaned_job_set_; variable
/external/chromium_org/net/http/
Dhttp_stream_factory_impl.cc58 tmp_job_set.swap(orphaned_job_set_); in ~HttpStreamFactoryImpl()
60 DCHECK(orphaned_job_set_.empty()); in ~HttpStreamFactoryImpl()
257 DCHECK(!ContainsKey(orphaned_job_set_, job)); in OrphanJob()
261 orphaned_job_set_.insert(job); in OrphanJob()
315 orphaned_job_set_.erase(job); in OnOrphanedJobComplete()
Dhttp_stream_factory_impl.h68 size_t num_orphaned_jobs() const { return orphaned_job_set_.size(); } in num_orphaned_jobs()
146 std::set<const Job*> orphaned_job_set_; variable