Searched refs:executors_ (Results 1 – 2 of 2) sorted by relevance
430 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 …]
135 ExecutorList executors_; variable