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

/vbox/src/VBox/Main/src-all/
H A DAutoCaller.cpp39 ObjectState::ObjectState(VirtualBoxBase *aObj) : argument
40 mObj(aObj), mStateLock(LOCKCLASS_OBJECTSTATE)
370 * @param aObj |this| pointer of the managed VirtualBoxBase object whose
374 AutoInitSpan::AutoInitSpan(VirtualBoxBase *aObj, argument
376 : mObj(aObj),
424 * @param aObj |this| pointer of the managed VirtualBoxBase object whose
427 AutoReinitSpan::AutoReinitSpan(VirtualBoxBase *aObj) argument
428 : mObj(aObj),
472 * @param aObj |this| pointer of the VirtualBoxBase object whose uninit()
475 AutoUninitSpan::AutoUninitSpan(VirtualBoxBase *aObj) argument
[all...]
/vbox/src/VBox/Main/src-server/win/
H A DVBoxComEvents.cpp101 HRESULT ComEventsHelper::fire(IDispatch* aObj, ComEventDesc& event, CComVariant* result) argument
113 hr = aObj->Invoke(dispid, IID_NULL,
/vbox/src/VBox/Main/include/
H A DAutoCaller.h83 * @param aObj Object to add a normal caller to. If NULL, this
87 AutoCaller(VirtualBoxBase *aObj) argument
89 init(aObj, false);
146 * @param aObj New object to attach, may be @c NULL.
148 void attach(VirtualBoxBase *aObj) argument
151 if (mObj != aObj)
161 mObj = aObj;
175 * @param aObj Object to add a caller to. If NULL, this
181 void init(VirtualBoxBase *aObj, bool aLimited) argument
183 mObj = aObj;
243 AutoLimitedCaller(VirtualBoxBase *aObj) argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEventObject.cpp169 nsISupports *aObj,
174 if (!aObj)
177 nsISupports* rawObject = aObj;
398 nsISupports* aObj,
407 mProxyObject = new nsProxyObject(destQueue, proxyType, aObj);
167 GetNewOrUsedProxy(nsIEventQueue *destQueue, PRInt32 proxyType, nsISupports *aObj, REFNSIID aIID) argument
396 nsProxyEventObject(nsIEventQueue *destQueue, PRInt32 proxyType, nsISupports* aObj, nsProxyEventClass* aClass, nsProxyEventObject* root) argument
H A DnsProxyObjectManager.cpp177 nsISupports* aObj,
181 if (!aObj) return NS_ERROR_NULL_POINTER;
210 return aObj->QueryInterface(aIID, aProxyObject);
215 *aProxyObject = nsProxyEventObject::GetNewOrUsedProxy(postQ, proxyType, aObj, aIID);
260 nsISupports* aObj; local
265 (void**)&aObj);
281 rv = GetProxyForObject(destQueue, aIID, aObj, proxyType, aProxyObject);
283 // 6. release ownership of aObj so that aProxyObject owns it.
285 NS_RELEASE(aObj);
302 nsISupports* aObj,
175 GetProxyForObject(nsIEventQueue *destQueue, REFNSIID aIID, nsISupports* aObj, PRInt32 proxyType, void** aProxyObject) argument
300 NS_GetProxyForObject(nsIEventQueue *destQueue, REFNSIID aIID, nsISupports* aObj, PRInt32 proxyType, void** aProxyObject) argument
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.h105 Key(PRUint32 aPeer, const nsISupports *aObj, const nsID *aIID) argument
106 : mPeer (aPeer), mObj (aObj), mIID (aIID) {}
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DVBoxFilePathSelectorWidget.cpp275 bool VBoxFilePathSelectorWidget::eventFilter (QObject *aObj, QEvent *aEv) argument
280 return QIWithRetranslateUI<QComboBox>::eventFilter (aObj, aEv);

Completed in 37 milliseconds