Home
last modified time | relevance | path

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

/external/libchrome/base/synchronization/
Dwaitable_event_watcher_posix.cc167 current_ml->AddDestructionObserver(this); in StartWatching()
/external/libchrome/base/threading/
Dthread_unittest.cc104 base::MessageLoop::current()->AddDestructionObserver(observer); in RegisterDestructionObserver()
/external/libchrome/base/message_loop/
Dmessage_loop.h154 void AddDestructionObserver(DestructionObserver* destruction_observer);
Dmessage_loop.cc251 void MessageLoop::AddDestructionObserver( in AddDestructionObserver() function in base::MessageLoop
Dmessage_loop_unittest.cc890 loop->AddDestructionObserver(&observer); in TEST()
/external/libchrome/base/files/
Dfile_path_watcher_kqueue.cc331 MessageLoop::current()->AddDestructionObserver(this); in Watch()
Dfile_path_watcher_linux.cc460 MessageLoop::current()->AddDestructionObserver(this); in Watch()
/external/libchrome/components/timers/
Dalarm_timer_chromeos.cc55 message_loop_->AddDestructionObserver(this); in MessageLoopObserver()
/external/libchrome/base/trace_event/
Dtrace_log.cc256 message_loop->AddDestructionObserver(this); in ThreadLocalEventBuffer()