Searched refs:constructor_message_loop_ (Results 1 – 4 of 4) sorted by relevance
15 : constructor_message_loop_(MessageLoop::current()), in SequencedWorkerPoolOwner()50 constructor_message_loop_->PostTask( in OnDestruct()52 constructor_message_loop_->QuitWhenIdleClosure()); in OnDestruct()
49 MessageLoop* const constructor_message_loop_; variable
1140 : constructor_message_loop_(MessageLoopProxy::current()), in SequencedWorkerPool()1148 : constructor_message_loop_(MessageLoopProxy::current()), in SequencedWorkerPool()1155 DCHECK(constructor_message_loop_.get()); in OnDestruct()1159 constructor_message_loop_->DeleteSoon(FROM_HERE, this); in OnDestruct()1279 DCHECK(constructor_message_loop_->BelongsToCurrentThread()); in Shutdown()
350 const scoped_refptr<MessageLoopProxy> constructor_message_loop_; variable