Searched defs:nsExceptionManager (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsExceptionService.cpp69 class nsExceptionManager : public nsIExceptionManager class in inherits:nsIExceptionManager
75 nsExceptionManager(nsExceptionService *svc);
78 nsExceptionManager *mNextThread; // not ref-counted.
100 ~nsExceptionManager();
105 PRInt32 nsExceptionManager::totalInstances = 0;
108 // Note: the nsExceptionManager object is single threaded - the exception
119 NS_IMPL_ISUPPORTS1(nsExceptionManager, nsIExceptionManager)
121 nsExceptionManager::nsExceptionManager(nsExceptionService *svc) : function in class:nsExceptionManager
131 nsExceptionManager
[all...]

Completed in 156 milliseconds