Searched defs:aNext (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Main/src-all/ |
H A D | VirtualBoxErrorInfoImpl.cpp | 30 IVirtualBoxErrorInfo *aNext) 37 mNext = aNext; 47 IVirtualBoxErrorInfo *aNext) 49 HRESULT hr = init(aResultCode, aIID, pcszComponent, strText, aNext); 56 IVirtualBoxErrorInfo *aNext) 71 rc = nextEI->init(*pInfo, aNext); 76 mNext = aNext; 124 STDMETHODIMP VirtualBoxErrorInfo::COMGETTER(Next)(IVirtualBoxErrorInfo **aNext) argument 126 CheckComArgOutPointerValid(aNext); 128 /* this will set aNext t 26 init(HRESULT aResultCode, const GUID &aIID, const char *pcszComponent, const Utf8Str &strText, IVirtualBoxErrorInfo *aNext) argument 42 initEx(HRESULT aResultCode, LONG aResultDetail, const GUID &aIID, const char *pcszComponent, const Utf8Str &strText, IVirtualBoxErrorInfo *aNext) argument 55 init(const com::ErrorInfo &info, IVirtualBoxErrorInfo *aNext) argument [all...] |
H A D | EventImpl.cpp | 473 EventMapRecord *aNext = pCur->mNext; local 477 mHead = aNext; 482 pCur = aNext;
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsLocalFileWin.cpp | 2422 NS_IMETHODIMP nsDriveEnumerator::GetNext(nsISupports **aNext) argument 2427 *aNext = nsnull; 2436 *aNext = file;
|
Completed in 75 milliseconds