Home
last modified time | relevance | path

Searched refs:target_message_loop_ (Results 1 – 9 of 9) sorted by relevance

/external/chromium/base/
Dmessage_loop_proxy_impl.cc14 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 …]
Dmessage_loop_proxy_impl.h55 MessageLoop* target_message_loop_; variable
/external/chromium/chrome/browser/chromeos/login/
Duser_image_loader.cc21 : target_message_loop_(NULL), in UserImageLoader()
31 target_message_loop_ = MessageLoop::current(); in Start()
78 target_message_loop_->PostTask(FROM_HERE, in OnImageDecoded()
Duser_image_loader.h80 MessageLoop* target_message_loop_; variable
/external/chromium/chrome/browser/
Dicon_loader.cc17 : target_message_loop_(NULL), in IconLoader()
28 target_message_loop_ = base::MessageLoopProxy::CreateForCurrentThread(); in Start()
Dicon_loader_win.cc48 target_message_loop_->PostTask(FROM_HERE, in ReadIcon()
Dicon_loader.h72 scoped_refptr<base::MessageLoopProxy> target_message_loop_; variable
Dicon_loader_linux.cc31 target_message_loop_->PostTask(FROM_HERE, in ReadIcon()
Dicon_loader_mac.mm24 target_message_loop_->PostTask(FROM_HERE,