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

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsExceptionService.cpp156 /* nsIException getExceptionFromProvider( in nsresult rc, in nsIException defaultException); */
157 NS_IMETHODIMP nsExceptionManager::GetExceptionFromProvider(nsresult rc, nsIException * defaultException, nsIException **_retval) argument
161 return mService->GetExceptionFromProvider(rc, defaultException, _retval);
258 /* nsIException getExceptionFromProvider( in nsresult rc, in nsIException defaultException); */
260 nsIException * defaultException, nsIException **_retval)
263 return DoGetExceptionFromProvider(rc, defaultException, _retval);
318 nsIException * defaultException,
336 *_exc = defaultException;
341 return provider->GetException(errCode, defaultException, _exc);
259 GetExceptionFromProvider(nsresult rc, nsIException * defaultException, nsIException **_retval) argument
317 DoGetExceptionFromProvider(nsresult errCode, nsIException * defaultException, nsIException **_exc) argument

Completed in 59 milliseconds