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

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsErrorService.h57 class nsErrorService : public nsIErrorService class in inherits:nsIErrorService
63 nsErrorService() {} function in class:nsErrorService
69 ~nsErrorService() {}
H A DnsErrorService.cpp38 #include "nsErrorService.h"
94 NS_IMPL_ISUPPORTS1(nsErrorService, nsIErrorService)
97 nsErrorService::Create(nsISupports* outer, const nsIID& aIID, void* *aInstancePtr)
100 nsErrorService* serv = new nsErrorService();
110 nsErrorService::RegisterErrorStringBundle(PRInt16 errorModule, const char *stringBundleURL)
116 nsErrorService::UnregisterErrorStringBundle(PRInt16 errorModule)
122 nsErrorService::GetErrorStringBundle(PRInt16 errorModule, char **result)
132 nsErrorService::RegisterErrorStringBundleKey(nsresult error, const char *stringBundleKey)
138 nsErrorService
[all...]
/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsXPComInit.cpp55 #include "nsErrorService.h"
355 COMPONENT(ERRORSERVICE, nsErrorService::Create),

Completed in 1148 milliseconds