HomeSort by relevance Sort by last modified time
    Searched refs:DestructionObserver (Results 1 - 5 of 5) sorted by null

  /external/chromium/base/
object_watcher.h 42 class ObjectWatcher : public MessageLoop::DestructionObserver {
79 // MessageLoop::DestructionObserver implementation:
waitable_event_watcher.h 62 : public MessageLoop::DestructionObserver
145 // Implementation of MessageLoop::DestructionObserver
message_loop.h 63 // A DestructionObserver is notified when the current MessageLoop is being
71 class DestructionObserver {
73 virtual ~DestructionObserver() {}
77 // Add a DestructionObserver, which will start receiving notifications
79 void AddDestructionObserver(DestructionObserver* destruction_observer);
81 // Remove a DestructionObserver. It is safe to call this method while a
82 // DestructionObserver is receiving a notification callback.
83 void RemoveDestructionObserver(DestructionObserver* destruction_observer);
407 ObserverList<DestructionObserver> destruction_observers_;
message_loop.cc 117 FOR_EACH_OBSERVER(DestructionObserver, destruction_observers_,
143 void MessageLoop::AddDestructionObserver(DestructionObserver *obs) {
148 void MessageLoop::RemoveDestructionObserver(DestructionObserver *obs) {
  /external/chromium/net/ocsp/
nss_ocsp.cc 66 class OCSPInitSingleton : public MessageLoop::DestructionObserver {
147 public MessageLoop::DestructionObserver {

Completed in 301 milliseconds