Searched refs:nsExceptionService (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsExceptionService.cpp40 #include "nsExceptionService.h"
48 #define CHECK_MANAGER_USE_OK() if (!mService || !nsExceptionService::lock) return NS_ERROR_NOT_INITIALIZED
75 nsExceptionManager(nsExceptionService *svc);
79 nsExceptionService *mService; // not ref-counted
121 nsExceptionManager::nsExceptionManager(nsExceptionService *svc) :
166 PRUintn nsExceptionService::tlsIndex = BAD_TLS_INDEX;
167 PRLock *nsExceptionService::lock = PR_FALSE;
168 nsExceptionManager *nsExceptionService::firstThread = nsnull;
171 PRInt32 nsExceptionService::totalInstances = 0;
174 NS_IMPL_THREADSAFE_ISUPPORTS2(nsExceptionService, nsIExceptionServic
176 nsExceptionService::nsExceptionService() function in class:nsExceptionService
[all...]
H A DnsExceptionService.h52 class nsExceptionService : public nsIExceptionService, public nsIObserver class in inherits:nsIExceptionService,nsIObserver
60 nsExceptionService();
90 ~nsExceptionService();
/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsXPComInit.cpp62 #include "nsExceptionService.h"
192 NS_GENERIC_FACTORY_CONSTRUCTOR(nsExceptionService)

Completed in 921 milliseconds