Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_loop_current.h89 void RemoveDestructionObserver(DestructionObserver* destruction_observer);
Dmessage_loop_current.cc44 void MessageLoopCurrent::RemoveDestructionObserver( in RemoveDestructionObserver() function in base::MessageLoopCurrent
/external/libchrome/mojo/core/
Dbroker_host.cc45 base::MessageLoopCurrent::Get()->RemoveDestructionObserver(this); in ~BrokerHost()
Dchannel_posix.cc336 base::MessageLoopCurrent::Get()->RemoveDestructionObserver(this); in ShutDownOnIOThread()
428 base::MessageLoopCurrent::Get()->RemoveDestructionObserver(this); in OnFileCanReadWithoutBlocking()
Dchannel_win.cc182 base::MessageLoopCurrent::Get()->RemoveDestructionObserver(this); in ShutDownOnIOThread()
Dchannel_fuchsia.cc302 base::MessageLoopCurrent::Get()->RemoveDestructionObserver(this); in ShutDownOnIOThread()
Dnode_controller.cc134 base::MessageLoopCurrent::Get()->RemoveDestructionObserver(this); in ~ThreadDestructionObserver()
/external/libchrome/base/files/
Dfile_descriptor_watcher_posix.cc107 MessageLoopCurrentForIO::Get()->RemoveDestructionObserver(this); in ~Watcher()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dconnector.cc89 base::MessageLoopCurrent::Get()->RemoveDestructionObserver(this); in WillDestroyCurrentMessageLoop()