Searched defs:GetParent (Results 1 - 25 of 26) sorted by relevance

12

/vbox/src/libs/xpcom18a4/python/
H A Dxpt.py92 def GetParent(self): member in class:Interface
94 raw_parent = self.interface_info.GetParent()
124 parent = self.GetParent()
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecBeOS.cpp203 void nsFileSpec::GetParent(nsFileSpec& outSpec) const function in class:nsFileSpec
212 } // nsFileSpec::GetParent
H A DnsFileSpecOS2.cpp467 void nsFileSpec::GetParent(nsFileSpec& outSpec) const function in class:nsFileSpec
476 } // nsFileSpec::GetParent
H A DnsFileSpecUnix.cpp271 void nsFileSpec::GetParent(nsFileSpec& outSpec) const function in class:nsFileSpec
280 } // nsFileSpec::GetParent
H A DnsFileSpecWin.cpp407 void nsFileSpec::GetParent(nsFileSpec& outSpec) const function in class:nsFileSpec
416 } // nsFileSpec::GetParent
H A DnsFileSpecImpl.cpp292 NS_IMETHODIMP nsFileSpecImpl::GetParent(nsIFileSpec * *aParent) function in class:nsFileSpecImpl
297 mFileSpec.GetParent(parent);
H A DnsFileSpecMac.cpp854 void nsFileSpec::GetParent(nsFileSpec& outSpec) const function in class:nsFileSpec
859 } // nsFileSpec::GetParent
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsFileSpecImpl.cpp270 NS_IMETHODIMP nsFileSpecImpl::GetParent(nsIFileSpec * *aParent) function in class:nsFileSpecImpl
275 mFileSpec.GetParent(parent);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp646 rv = GetParent(getter_AddRefs(newParentDir));
1103 nsLocalFile::GetParent(nsIFile * *aParent) function in class:nsLocalFile
1444 GetParent(getter_AddRefs(parent));
H A DnsLocalFileUnix.cpp581 if (NS_FAILED(rv = GetParent(getter_AddRefs(oldParent))))
731 if (NS_FAILED(rv = GetParent(getter_AddRefs(workParent))))
1180 nsLocalFile::GetParent(nsIFile **aParent) function in class:nsLocalFile
1442 while (NS_SUCCEEDED(rv = self->GetParent(getter_AddRefs(parent)))) {
1569 bPath.GetParent(&bPath);
H A DnsLocalFileWin.cpp1095 rv = GetParent(getter_AddRefs(newParentDir));
1746 nsLocalFile::GetParent(nsIFile * *aParent) function in class:nsLocalFile
H A DnsLocalFileOSX.cpp653 rv = GetParent(getter_AddRefs(parentDir));
1242 NS_IMETHODIMP nsLocalFile::GetParent(nsIFile * *aParent) function in class:nsLocalFile
2219 rv = GetParent(getter_AddRefs(newParentDir));
H A DnsLocalFileMac.cpp2017 nsLocalFile::GetParent(nsIFile * *aParent) function in class:nsLocalFile
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2143 nsresult (*GetParent)(IMachine *pThis, IVirtualBox * *parent); member in struct:IMachine_vtbl
3244 nsresult (*GetParent)(ISnapshot *pThis, ISnapshot * *parent); member in struct:ISnapshot_vtbl
3365 nsresult (*GetParent)(IHardDisk *pThis, IHardDisk * *parent); member in struct:IHardDisk_vtbl
H A DVBoxCAPI_v3_0.h2681 nsresult (*GetParent)(IMachine *pThis, IVirtualBox * *parent); member in struct:IMachine_vtbl
3797 nsresult (*GetParent)(ISnapshot *pThis, ISnapshot * *parent); member in struct:ISnapshot_vtbl
3918 nsresult (*GetParent)(IHardDisk *pThis, IHardDisk * *parent); member in struct:IHardDisk_vtbl
H A DVBoxCAPI_v3_1.h2584 nsresult (*GetParent)(IMachine *pThis, IVirtualBox * *parent); member in struct:IMachine_vtbl
3823 nsresult (*GetParent)(ISnapshot *pThis, ISnapshot * *parent); member in struct:ISnapshot_vtbl
3900 nsresult (*GetParent)(IMedium *pThis, IMedium * *parent); member in struct:IMedium_vtbl
H A DVBoxCAPI_v3_2.h2639 nsresult (*GetParent)(IMachine *pThis, IVirtualBox * *parent); member in struct:IMachine_vtbl
4027 nsresult (*GetParent)(ISnapshot *pThis, ISnapshot * *parent); member in struct:ISnapshot_vtbl
4106 nsresult (*GetParent)(IMedium *pThis, IMedium * *parent); member in struct:IMedium_vtbl
H A DVBoxCAPI_v4_0.h2887 nsresult (*GetParent)(IMachine *pThis, IVirtualBox * *parent); member in struct:IMachine_vtbl
4290 nsresult (*GetParent)(ISnapshot *pThis, ISnapshot * *parent); member in struct:ISnapshot_vtbl
4373 nsresult (*GetParent)(IMedium *pThis, IMedium * *parent); member in struct:IMedium_vtbl
H A DVBoxCAPI_v4_1.h3078 nsresult (*GetParent)(IMachine *pThis, IVirtualBox * *parent); member in struct:IMachine_vtbl
4653 nsresult (*GetParent)(ISnapshot *pThis, ISnapshot * *parent); member in struct:ISnapshot_vtbl
4749 nsresult (*GetParent)(IMedium *pThis, IMedium * *parent); member in struct:IMedium_vtbl
H A DVBoxCAPI_v4_2.h3347 nsresult (*GetParent)(IMachine *pThis, IVirtualBox * *parent); member in struct:IMachine_vtbl
5566 nsresult (*GetParent)(ISnapshot *pThis, ISnapshot * *parent); member in struct:ISnapshot_vtbl
5664 nsresult (*GetParent)(IMedium *pThis, IMedium * *parent); member in struct:IMedium_vtbl
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dwined3d.h2897 virtual HRESULT STDMETHODCALLTYPE GetParent(
2918 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DBaseVtbl
2934 #define IWineD3DBase_GetParent(This,parent) (This)->lpVtbl->GetParent(This,parent)
3062 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVtbl
3177 #define IWineD3D_GetParent(This,parent) (This)->lpVtbl->GetParent(This,parent)
3416 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DResourceVtbl
3472 #define IWineD3DResource_GetParent(This,parent) (This)->lpVtbl->GetParent(This,parent)
3588 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DRendertargetViewVtbl
3609 #define IWineD3DRendertargetView_GetParent(This,parent) (This)->lpVtbl->GetParent(This,parent)
3670 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DPaletteVtbl
3794 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DClipperVtbl
4052 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DSurfaceVtbl
4673 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVolumeVtbl
4893 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DBaseTextureVtbl
5145 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DTextureVtbl
5397 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DCubeTextureVtbl
5653 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVolumeTextureVtbl
5881 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVertexDeclarationVtbl
6036 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DQueryVtbl
6182 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DSwapChainVtbl
6415 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DBufferVtbl
6565 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DBaseShaderVtbl
6639 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVertexShaderVtbl
6718 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DGeometryShaderVtbl
6778 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DPixelShaderVtbl
7474 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DDeviceVtbl
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwined3d.h2898 virtual HRESULT STDMETHODCALLTYPE GetParent(
2919 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DBaseVtbl
2935 #define IWineD3DBase_GetParent(This,parent) (This)->lpVtbl->GetParent(This,parent)
3063 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVtbl
3178 #define IWineD3D_GetParent(This,parent) (This)->lpVtbl->GetParent(This,parent)
3417 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DResourceVtbl
3473 #define IWineD3DResource_GetParent(This,parent) (This)->lpVtbl->GetParent(This,parent)
3589 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DRendertargetViewVtbl
3610 #define IWineD3DRendertargetView_GetParent(This,parent) (This)->lpVtbl->GetParent(This,parent)
3671 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DPaletteVtbl
3795 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DClipperVtbl
4053 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DSurfaceVtbl
4674 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVolumeVtbl
4894 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DBaseTextureVtbl
5146 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DTextureVtbl
5398 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DCubeTextureVtbl
5654 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVolumeTextureVtbl
5882 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVertexDeclarationVtbl
6037 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DQueryVtbl
6183 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DSwapChainVtbl
6416 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DBufferVtbl
6566 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DBaseShaderVtbl
6640 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVertexShaderVtbl
6719 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DGeometryShaderVtbl
6779 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DPixelShaderVtbl
7475 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DDeviceVtbl
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2897 virtual HRESULT STDMETHODCALLTYPE GetParent(
2918 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DBaseVtbl
2934 #define IWineD3DBase_GetParent(This,parent) (This)->lpVtbl->GetParent(This,parent)
3062 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVtbl
3177 #define IWineD3D_GetParent(This,parent) (This)->lpVtbl->GetParent(This,parent)
3416 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DResourceVtbl
3472 #define IWineD3DResource_GetParent(This,parent) (This)->lpVtbl->GetParent(This,parent)
3588 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DRendertargetViewVtbl
3609 #define IWineD3DRendertargetView_GetParent(This,parent) (This)->lpVtbl->GetParent(This,parent)
3670 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DPaletteVtbl
3794 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DClipperVtbl
4052 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DSurfaceVtbl
4673 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVolumeVtbl
4893 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DBaseTextureVtbl
5145 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DTextureVtbl
5397 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DCubeTextureVtbl
5653 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVolumeTextureVtbl
5881 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVertexDeclarationVtbl
6036 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DQueryVtbl
6182 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DSwapChainVtbl
6415 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DBufferVtbl
6565 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DBaseShaderVtbl
6639 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVertexShaderVtbl
6718 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DGeometryShaderVtbl
6778 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DPixelShaderVtbl
7474 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DDeviceVtbl
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwined3d.h2878 virtual HRESULT STDMETHODCALLTYPE GetParent(
2899 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DBaseVtbl
2915 #define IWineD3DBase_GetParent(This,parent) (This)->lpVtbl->GetParent(This,parent)
3043 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVtbl
3158 #define IWineD3D_GetParent(This,parent) (This)->lpVtbl->GetParent(This,parent)
3397 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DResourceVtbl
3453 #define IWineD3DResource_GetParent(This,parent) (This)->lpVtbl->GetParent(This,parent)
3569 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DRendertargetViewVtbl
3590 #define IWineD3DRendertargetView_GetParent(This,parent) (This)->lpVtbl->GetParent(This,parent)
3651 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DPaletteVtbl
3775 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DClipperVtbl
4033 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DSurfaceVtbl
4654 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVolumeVtbl
4874 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DBaseTextureVtbl
5126 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DTextureVtbl
5378 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DCubeTextureVtbl
5634 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVolumeTextureVtbl
5862 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVertexDeclarationVtbl
6017 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DQueryVtbl
6163 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DSwapChainVtbl
6396 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DBufferVtbl
6546 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DBaseShaderVtbl
6620 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVertexShaderVtbl
6699 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DGeometryShaderVtbl
6759 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DPixelShaderVtbl
7433 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DDeviceVtbl
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2897 virtual HRESULT STDMETHODCALLTYPE GetParent(
2918 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DBaseVtbl
2934 #define IWineD3DBase_GetParent(This,parent) (This)->lpVtbl->GetParent(This,parent)
3062 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVtbl
3177 #define IWineD3D_GetParent(This,parent) (This)->lpVtbl->GetParent(This,parent)
3416 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DResourceVtbl
3472 #define IWineD3DResource_GetParent(This,parent) (This)->lpVtbl->GetParent(This,parent)
3588 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DRendertargetViewVtbl
3609 #define IWineD3DRendertargetView_GetParent(This,parent) (This)->lpVtbl->GetParent(This,parent)
3670 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DPaletteVtbl
3794 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DClipperVtbl
4052 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DSurfaceVtbl
4673 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVolumeVtbl
4893 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DBaseTextureVtbl
5145 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DTextureVtbl
5397 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DCubeTextureVtbl
5653 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVolumeTextureVtbl
5881 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVertexDeclarationVtbl
6036 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DQueryVtbl
6182 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DSwapChainVtbl
6415 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DBufferVtbl
6565 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DBaseShaderVtbl
6639 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DVertexShaderVtbl
6718 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DGeometryShaderVtbl
6778 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DPixelShaderVtbl
7474 HRESULT (STDMETHODCALLTYPE *GetParent)( member in struct:IWineD3DDeviceVtbl
[all...]

Completed in 744 milliseconds

12