Searched refs:aComponent (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsIComponentLoader.idl89 boolean autoRegisterComponent(in long aWhen, in nsIFile aComponent);
96 boolean autoUnregisterComponent(in long aWhen, in nsIFile aComponent);
/vbox/src/libs/xpcom18a4/python/src/
H A DPyGModule.cpp239 /* boolean autoRegisterComponent (in long aWhen, in nsIFile aComponent); */
240 NS_IMETHODIMP PyG_nsIComponentLoader::AutoRegisterComponent(PRInt32 aWhen, nsIFile *aComponent, PRBool *_retval) argument
245 PyObject *c = PyObject_FromNSInterface(aComponent, NS_GET_IID(nsIFile));
257 /* boolean autoUnregisterComponent (in long aWhen, in nsIFile aComponent); */
258 NS_IMETHODIMP PyG_nsIComponentLoader::AutoUnregisterComponent(PRInt32 aWhen, nsIFile *aComponent, PRBool *_retval) argument
263 PyObject *c = PyObject_FromNSInterface(aComponent, NS_GET_IID(nsIFile));
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DCOMDefs.h541 explicit COMResult(const COMBase &aComponent) argument
542 : mRC(aComponent.lastRC()) {}
547 COMResult(const COMBaseWithEI &aComponent) argument
548 : mRC(aComponent.lastRC()),
549 mErrInfo(aComponent.errorInfo())
555 COMResult &operator=(const COMBase &aComponent) argument
557 mRC = aComponent.lastRC();
564 COMResult &operator=(const COMBaseWithEI &aComponent) argument
566 mRC = aComponent.lastRC();
567 mErrInfo = aComponent
[all...]
/vbox/src/VBox/Main/src-all/
H A DVirtualBoxErrorInfoImpl.cpp108 STDMETHODIMP VirtualBoxErrorInfo::COMGETTER(Component)(BSTR *aComponent) argument
110 CheckComArgOutPointerValid(aComponent);
112 m_strComponent.cloneTo(aComponent);
/vbox/src/VBox/Main/include/
H A DVirtualBoxErrorInfoImpl.h132 STDMETHOD(COMGETTER(Component))(BSTR *aComponent);
H A DVirtualBoxBase.h756 const char *aComponent,
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h3343 #define IVirtualBoxErrorInfo_get_Component(p, aComponent) ((p)->lpVtbl->GetComponent(p, aComponent))
3344 #define IVirtualBoxErrorInfo_GetComponent(p, aComponent) ((p)->lpVtbl->GetComponent(p, aComponent))

Completed in 233 milliseconds