Home
last modified time | relevance | path

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

/external/chromium_org/net/proxy/
Dmulti_threaded_proxy_resolver.cc425 if (executors_.size() < max_num_threads_) { in GetProxyForURL()
463 DCHECK_EQ(1u, executors_.size()); in CancelSetPacScript()
465 executors_[0]->outstanding_job()->type()); in CancelSetPacScript()
501 for (ExecutorList::const_iterator it = executors_.begin(); in CheckNoOutstandingUserRequests()
502 it != executors_.end(); ++it) { in CheckNoOutstandingUserRequests()
517 for (ExecutorList::iterator it = executors_.begin(); in ReleaseAllExecutors()
518 it != executors_.end(); ++it) { in ReleaseAllExecutors()
522 executors_.clear(); in ReleaseAllExecutors()
528 for (ExecutorList::iterator it = executors_.begin(); in FindIdleExecutor()
529 it != executors_.end(); ++it) { in FindIdleExecutor()
[all …]
Dmulti_threaded_proxy_resolver.h136 ExecutorList executors_; variable