Searched refs:executors_ (Results 1 – 4 of 4) 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
437 if (executors_.size() < max_num_threads_) { in GetProxyForURL()475 DCHECK_EQ(1u, executors_.size()); in CancelSetPacScript()477 executors_[0]->outstanding_job()->type()); in CancelSetPacScript()488 for (ExecutorList::iterator it = executors_.begin(); in PurgeMemory()489 it != executors_.end(); ++it) { in PurgeMemory()522 for (ExecutorList::const_iterator it = executors_.begin(); in CheckNoOutstandingUserRequests()523 it != executors_.end(); ++it) { in CheckNoOutstandingUserRequests()538 for (ExecutorList::iterator it = executors_.begin(); in ReleaseAllExecutors()539 it != executors_.end(); ++it) { in ReleaseAllExecutors()543 executors_.clear(); in ReleaseAllExecutors()[all …]
137 ExecutorList executors_; variable