Home
last modified time | relevance | path

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

/external/chromium/base/win/
Dobject_watcher.cc72 MessageLoop::current()->AddDestructionObserver(this); in StartWatching()
/external/chromium/base/
Dmessage_loop_proxy_impl.cc81 target_message_loop_->AddDestructionObserver(this); in MessageLoopProxyImpl()
Dmessage_loop.h131 void AddDestructionObserver(DestructionObserver* destruction_observer);
Dmessage_loop.cc212 void MessageLoop::AddDestructionObserver( in AddDestructionObserver() function in MessageLoop
Dmessage_loop_unittest.cc1760 loop->AddDestructionObserver(&observer); in TEST()
/external/chromium/base/synchronization/
Dwaitable_event_watcher_posix.cc177 current_ml->AddDestructionObserver(this); in StartWatching()
/external/chromium/base/threading/
Dthread_unittest.cc128 MessageLoop::current()->AddDestructionObserver(observer_); in Run()
/external/chromium/base/files/
Dfile_path_watcher_win.cc87 MessageLoop::current()->AddDestructionObserver(this); in Watch()
Dfile_path_watcher_linux.cc376 MessageLoop::current()->AddDestructionObserver(this); in Watch()
Dfile_path_watcher_mac.cc429 MessageLoop::current()->AddDestructionObserver(this); in Watch()
/external/chromium/chrome/browser/printing/
Dprint_job.cc31 ui_message_loop_->AddDestructionObserver(this); in PrintJob()
/external/chromium/chrome/browser/
Dcrash_handler_host_linux.cc98 ml->AddDestructionObserver(this); in Init()
Dprocess_singleton_linux.cc596 ml->AddDestructionObserver(this); in StartListening()
/external/chromium/webkit/glue/
Dwebmediaplayer_impl.cc306 main_loop_->AddDestructionObserver(this); in Initialize()