Home
last modified time | relevance | path

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

/external/chromium/base/synchronization/
Dwaitable_event_watcher_posix.cc148 message_loop_->RemoveDestructionObserver(this); in StartWatching()
190 message_loop_->RemoveDestructionObserver(this); in StopWatching()
/external/chromium/base/win/
Dobject_watcher.cc107 MessageLoop::current()->RemoveDestructionObserver(this); in StopWatching()
/external/chromium/base/
Dmessage_loop_proxy_impl.cc16 MessageLoop::current()->RemoveDestructionObserver(this); in ~MessageLoopProxyImpl()
Dmessage_loop.h135 void RemoveDestructionObserver(DestructionObserver* destruction_observer);
Dmessage_loop.cc218 void MessageLoop::RemoveDestructionObserver( in RemoveDestructionObserver() function in MessageLoop
/external/chromium/base/files/
Dfile_path_watcher_win.cc120 MessageLoop::current()->RemoveDestructionObserver(this); in CancelOnMessageLoopThread()
Dfile_path_watcher_linux.cc409 MessageLoop::current()->RemoveDestructionObserver(this); in CancelOnMessageLoopThread()
Dfile_path_watcher_mac.cc481 MessageLoop::current()->RemoveDestructionObserver(this); in CancelOnMessageLoopThread()
/external/chromium/chrome/browser/printing/
Dprint_job.cc35 ui_message_loop_->RemoveDestructionObserver(this); in ~PrintJob()
/external/chromium/webkit/glue/
Dwebmediaplayer_impl.cc368 main_loop_->RemoveDestructionObserver(this); in ~WebMediaPlayerImpl()