Lines Matching refs:nsObserverService
45 #include "nsObserverService.h"
55 // Log module for nsObserverService logging...
68 // nsObserverService Implementation
71 NS_IMPL_THREADSAFE_ISUPPORTS1(nsObserverService, nsIObserverService)
73 nsObserverService::nsObserverService()
78 nsObserverService::~nsObserverService(void)
85 nsObserverService::Create(nsISupports* outer, const nsIID& aIID, void* *aInstancePtr)
93 nsObserverService* os = new nsObserverService();
110 nsresult nsObserverService::GetObserverList(const char* aTopic, nsObserverList** anObserverList)
149 NS_IMETHODIMP nsObserverService::AddObserver(nsIObserver* anObserver, const char* aTopic, PRBool ownsWeak)
163 NS_IMETHODIMP nsObserverService::RemoveObserver(nsIObserver* anObserver, const char* aTopic)
177 NS_IMETHODIMP nsObserverService::EnumerateObservers(const char* aTopic, nsISimpleEnumerator** anEnumerator)
192 NS_IMETHODIMP nsObserverService::NotifyObservers( nsISupports *aSubject,