Home
last modified time | relevance | path

Searched refs:AddDestructionObserver (Results 1 – 10 of 10) sorted by relevance

/external/libmojo/mojo/edk/system/
Dbroker_host.cc30 base::MessageLoop::current()->AddDestructionObserver(this); in BrokerHost()
Dchannel_win.cc152 base::MessageLoop::current()->AddDestructionObserver(this); in StartOnIOThread()
Dchannel_posix.cc216 base::MessageLoop::current()->AddDestructionObserver(this); in StartOnIOThread()
Dnode_controller.cc120 base::MessageLoop::current()->AddDestructionObserver(this); in ThreadDestructionObserver()
/external/libchrome/base/files/
Dfile_descriptor_watcher_posix.cc115 MessageLoopForIO::current()->AddDestructionObserver(this); in StartWatching()
/external/libchrome/base/message_loop/
Dmessage_loop.h159 void AddDestructionObserver(DestructionObserver* destruction_observer);
Dmessage_loop.cc205 void MessageLoop::AddDestructionObserver( in AddDestructionObserver() function in base::MessageLoop
Dmessage_loop_unittest.cc860 loop->AddDestructionObserver(&observer); in TEST()
/external/libchrome/base/threading/
Dthread_unittest.cc124 base::MessageLoop::current()->AddDestructionObserver(observer); in RegisterDestructionObserver()
/external/libchrome/base/trace_event/
Dtrace_log.cc254 message_loop->AddDestructionObserver(this); in ThreadLocalEventBuffer()