Searched refs:aNext (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DVirtualBoxErrorInfoImpl.cpp30 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 DEventImpl.cpp473 EventMapRecord *aNext = pCur->mNext; local
477 mHead = aNext;
482 pCur = aNext;
/vbox/src/VBox/Main/include/
H A DVirtualBoxErrorInfoImpl.h116 IVirtualBoxErrorInfo *aNext = NULL);
123 IVirtualBoxErrorInfo *aNext = NULL);
126 IVirtualBoxErrorInfo *aNext = NULL);
134 STDMETHOD(COMGETTER(Next))(IVirtualBoxErrorInfo **aNext);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileWin.cpp2422 NS_IMETHODIMP nsDriveEnumerator::GetNext(nsISupports **aNext) argument
2427 *aNext = nsnull;
2436 *aNext = file;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h3347 #define IVirtualBoxErrorInfo_get_Next(p, aNext) ((p)->lpVtbl->GetNext(p, aNext))
3348 #define IVirtualBoxErrorInfo_GetNext(p, aNext) ((p)->lpVtbl->GetNext(p, aNext))

Completed in 462 milliseconds