Searched refs:aTopic (Results 1 - 9 of 9) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsIObserverService.idl | 65 * @param aTopic : The notification topic or subject. 72 void addObserver( in nsIObserver anObserver, in string aTopic, in boolean ownsWeak); 82 * @param aTopic : The notification topic or subject. 84 void removeObserver( in nsIObserver anObserver, in string aTopic ); 92 * @param aTopic : The notification topic or subject. 96 in string aTopic, 104 * @param aTopic : The notification topic or subject. 106 nsISimpleEnumerator enumerateObservers( in string aTopic );
|
H A D | nsObserverService.cpp | 110 nsresult nsObserverService::GetObserverList(const char* aTopic, nsObserverList** anObserverList) argument 128 nsCStringKey key(aTopic); 149 NS_IMETHODIMP nsObserverService::AddObserver(nsIObserver* anObserver, const char* aTopic, PRBool ownsWeak) argument 154 if (anObserver == nsnull || aTopic == nsnull) 157 rv = GetObserverList(aTopic, &anObserverList); 163 NS_IMETHODIMP nsObserverService::RemoveObserver(nsIObserver* anObserver, const char* aTopic) argument 168 if (anObserver == nsnull || aTopic == nsnull) 171 rv = GetObserverList(aTopic, &anObserverList); 177 NS_IMETHODIMP nsObserverService::EnumerateObservers(const char* aTopic, nsISimpleEnumerator** anEnumerator) argument 182 if (anEnumerator == nsnull || aTopic 192 NotifyObservers( nsISupports *aSubject, const char *aTopic, const PRUnichar *someData ) argument [all...] |
H A D | nsIObserver.idl | 52 * topic |aTopic|. This assumes that the object implementing 63 * @param aTopic : The notification topic or subject. 68 in string aTopic,
|
H A D | nsObserverService.h | 70 nsresult GetObserverList(const char* aTopic, nsObserverList** anObserverList);
|
/vbox/src/libs/xpcom18a4/xpcom/threads/ |
H A D | nsEventQueue.h | 77 void NotifyObservers(const char *aTopic);
|
H A D | TimerThread.cpp | 452 /* void observe (in nsISupports aSubject, in string aTopic, in wstring aData); */ 454 TimerThread::Observe(nsISupports* /* aSubject */, const char *aTopic, const PRUnichar* /* aData */) argument 456 if (strcmp(aTopic, "sleep_notification") == 0) 458 else if (strcmp(aTopic, "wake_notification") == 0)
|
H A D | nsEventQueue.cpp | 220 nsEventQueueImpl::NotifyObservers(const char *aTopic) argument 228 os->NotifyObservers(us, aTopic, NULL);
|
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | TestObserverService.cpp | 84 const char *aTopic, 86 nsCString topic( aTopic ); 96 printf(" aTopic=%s", topic.get()); 83 Observe( nsISupports *aSubject, const char *aTopic, const PRUnichar *someData ) argument
|
/vbox/src/libs/xpcom18a4/xpcom/base/ |
H A D | nsExceptionService.cpp | 310 NS_IMETHODIMP nsExceptionService::Observe(nsISupports *aSubject, const char *aTopic, const PRUnichar *someData) argument
|
Completed in 4797 milliseconds