Searched refs:AddObserver (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsObserverList.h69 nsresult AddObserver(nsIObserver* anObserver, PRBool ownsWeak);
H A DnsObserverService.cpp149 NS_IMETHODIMP nsObserverService::AddObserver(nsIObserver* anObserver, const char* aTopic, PRBool ownsWeak) function in class:nsObserverService
160 return anObserverList->AddObserver(anObserver, ownsWeak);
H A DnsObserverList.cpp61 nsObserverList::AddObserver(nsIObserver* anObserver, PRBool ownsWeak) function in class:nsObserverList
79 NS_ASSERTION(weakRefFactory, "AddObserver: trying weak object that doesnt support nsIWeakReference");
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestObserverService.cpp122 rv = anObserverService->AddObserver(aObserver, topicA.get(), PR_FALSE);
126 rv = anObserverService->AddObserver(bObserver, topicA.get(), PR_FALSE);
130 rv = anObserverService->AddObserver(bObserver, topicB.get(), PR_FALSE);
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DTimerThread.cpp134 observerService->AddObserver(this, "sleep_notification", PR_TRUE);
135 observerService->AddObserver(this, "wake_notification", PR_TRUE);
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsExceptionService.cpp197 observerService->AddObserver(this, NS_XPCOM_SHUTDOWN_OBSERVER_ID, PR_FALSE);

Completed in 2116 milliseconds