Searched refs:aComponent (Results 1 - 7 of 7) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/components/ |
H A D | nsIComponentLoader.idl | 89 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 D | PyGModule.cpp | 239 /* 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 D | COMDefs.h | 541 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 D | VirtualBoxErrorInfoImpl.cpp | 108 STDMETHODIMP VirtualBoxErrorInfo::COMGETTER(Component)(BSTR *aComponent) argument 110 CheckComArgOutPointerValid(aComponent); 112 m_strComponent.cloneTo(aComponent);
|
/vbox/src/VBox/Main/include/ |
H A D | VirtualBoxErrorInfoImpl.h | 132 STDMETHOD(COMGETTER(Component))(BSTR *aComponent);
|
H A D | VirtualBoxBase.h | 756 const char *aComponent,
|
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v4_3.h | 3343 #define IVirtualBoxErrorInfo_get_Component(p, aComponent) ((p)->lpVtbl->GetComponent(p, aComponent)) 3344 #define IVirtualBoxErrorInfo_GetComponent(p, aComponent) ((p)->lpVtbl->GetComponent(p, aComponent))
|
Completed in 352 milliseconds