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

/vbox/src/VBox/Main/src-all/
H A DVirtualBoxBase.cpp113 * @param aThis object where the exception happened
117 HRESULT VirtualBoxBase::handleUnexpectedExceptions(VirtualBoxBase *const aThis, RT_SRC_POS_DECL) argument
126 return setErrorInternal(E_FAIL, aThis->getClassIID(), aThis->getComponentName(),
135 return setErrorInternal(E_FAIL, aThis->getClassIID(), aThis->getComponentName(),
144 return setErrorInternal(E_FAIL, aThis->getClassIID(), aThis->getComponentName(),
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.cpp3686 ipcDConnectService::ProcessMessageOnWorkerThread(ipcDConnectService *aThis, PRUint32 aSenderID, void *aData, PRUint32 aDataLen) argument
3688 if (!aThis->mDisconnected)
3689 aThis->OnIncomingRequest(aSenderID, (const DConnectOp *)aData, aDataLen);

Completed in 52 milliseconds