Home
last modified time | relevance | path

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

/external/chromium/net/proxy/
Dmulti_threaded_proxy_resolver.cc430 if (executors_.size() < max_num_threads_) { in GetProxyForURL()
462 DCHECK_EQ(1u, executors_.size()); in CancelSetPacScript()
464 executors_[0]->outstanding_job()->type()); in CancelSetPacScript()
475 for (ExecutorList::iterator it = executors_.begin(); in PurgeMemory()
476 it != executors_.end(); ++it) { in PurgeMemory()
509 for (ExecutorList::const_iterator it = executors_.begin(); in CheckNoOutstandingUserRequests()
510 it != executors_.end(); ++it) { in CheckNoOutstandingUserRequests()
525 for (ExecutorList::iterator it = executors_.begin(); in ReleaseAllExecutors()
526 it != executors_.end(); ++it) { in ReleaseAllExecutors()
530 executors_.clear(); in ReleaseAllExecutors()
[all …]
Dmulti_threaded_proxy_resolver.h135 ExecutorList executors_; variable