sequenced_worker_pool.cc | 231 // Hold a (cyclic) ref to |worker_pool|, since we want to keep it 233 Worker(const scoped_refptr<SequencedWorkerPool>& worker_pool, 269 scoped_refptr<SequencedWorkerPool> worker_pool() const { function in class:base::SequencedWorkerPool::Worker 296 Inner(SequencedWorkerPool* worker_pool, size_t max_threads, 507 const scoped_refptr<SequencedWorkerPool>& worker_pool, 511 worker_pool_(worker_pool), 557 SequencedWorkerPool* worker_pool, 561 : worker_pool_(worker_pool), [all...] |