Searched refs:target_message_loop_ (Results 1 – 9 of 9) sorted by relevance
14 if (target_message_loop_) { in ~MessageLoopProxyImpl()15 DCHECK(MessageLoop::current() == target_message_loop_); in ~MessageLoopProxyImpl()50 return (target_message_loop_ && in BelongsToCurrentThread()51 (MessageLoop::current() == target_message_loop_)); in BelongsToCurrentThread()57 target_message_loop_ = NULL; in WillDestroyCurrentMessageLoop()69 if (target_message_loop_ && in OnDestruct()70 (MessageLoop::current() != target_message_loop_)) { in OnDestruct()71 target_message_loop_->DeleteSoon(FROM_HERE, this); in OnDestruct()80 : target_message_loop_(MessageLoop::current()) { in MessageLoopProxyImpl()81 target_message_loop_->AddDestructionObserver(this); in MessageLoopProxyImpl()[all …]
55 MessageLoop* target_message_loop_; variable
21 : target_message_loop_(NULL), in UserImageLoader()31 target_message_loop_ = MessageLoop::current(); in Start()78 target_message_loop_->PostTask(FROM_HERE, in OnImageDecoded()
80 MessageLoop* target_message_loop_; variable
17 : target_message_loop_(NULL), in IconLoader()28 target_message_loop_ = base::MessageLoopProxy::CreateForCurrentThread(); in Start()
48 target_message_loop_->PostTask(FROM_HERE, in ReadIcon()
72 scoped_refptr<base::MessageLoopProxy> target_message_loop_; variable
31 target_message_loop_->PostTask(FROM_HERE, in ReadIcon()
24 target_message_loop_->PostTask(FROM_HERE,