Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_loop_current.h85 void AddDestructionObserver(DestructionObserver* destruction_observer);
Dmessage_loop_current.cc38 void MessageLoopCurrent::AddDestructionObserver( in AddDestructionObserver() function in base::MessageLoopCurrent
Dmessage_loop_unittest.cc1998 loop->AddDestructionObserver(&observer); in TEST_P()
/external/libchrome/base/files/
Dfile_descriptor_watcher_posix.cc122 MessageLoopCurrentForIO::Get()->AddDestructionObserver(this); in StartWatching()
/external/libchrome/mojo/core/
Dbroker_host.cc36 base::MessageLoopCurrent::Get()->AddDestructionObserver(this); in BrokerHost()
Dchannel_win.cc139 base::MessageLoopCurrent::Get()->AddDestructionObserver(this); in StartOnIOThread()
Dchannel_fuchsia.cc292 base::MessageLoopCurrent::Get()->AddDestructionObserver(this); in StartOnIOThread()
Dchannel_posix.cc297 base::MessageLoopCurrent::Get()->AddDestructionObserver(this); in StartOnIOThread()
Dnode_controller.cc130 base::MessageLoopCurrent::Get()->AddDestructionObserver(this); in ThreadDestructionObserver()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dconnector.cc75 base::MessageLoopCurrent::Get()->AddDestructionObserver(this); in RunLoopNestingObserver()
/external/libchrome/base/threading/
Dthread_unittest.cc126 base::MessageLoopCurrent::Get()->AddDestructionObserver(observer); in RegisterDestructionObserver()