/vbox/src/libs/xpcom18a4/python/ |
H A D | xpt.py | 92 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 D | nsFileSpecBeOS.cpp | 203 void nsFileSpec::GetParent(nsFileSpec& outSpec) const function in class:nsFileSpec 212 } // nsFileSpec::GetParent
|
H A D | nsFileSpecOS2.cpp | 467 void nsFileSpec::GetParent(nsFileSpec& outSpec) const function in class:nsFileSpec 476 } // nsFileSpec::GetParent
|
H A D | nsFileSpecUnix.cpp | 271 void nsFileSpec::GetParent(nsFileSpec& outSpec) const function in class:nsFileSpec 280 } // nsFileSpec::GetParent
|
H A D | nsFileSpecWin.cpp | 407 void nsFileSpec::GetParent(nsFileSpec& outSpec) const function in class:nsFileSpec 416 } // nsFileSpec::GetParent
|
H A D | nsFileSpecImpl.cpp | 292 NS_IMETHODIMP nsFileSpecImpl::GetParent(nsIFileSpec * *aParent) function in class:nsFileSpecImpl 297 mFileSpec.GetParent(parent);
|
H A D | nsFileSpecMac.cpp | 854 void nsFileSpec::GetParent(nsFileSpec& outSpec) const function in class:nsFileSpec 859 } // nsFileSpec::GetParent
|
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/ |
H A D | nsFileSpecImpl.cpp | 270 NS_IMETHODIMP nsFileSpecImpl::GetParent(nsIFileSpec * *aParent) function in class:nsFileSpecImpl 275 mFileSpec.GetParent(parent);
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsLocalFileOS2.cpp | 646 rv = GetParent(getter_AddRefs(newParentDir)); 1103 nsLocalFile::GetParent(nsIFile * *aParent) function in class:nsLocalFile 1444 GetParent(getter_AddRefs(parent));
|
H A D | nsLocalFileUnix.cpp | 581 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 D | nsLocalFileWin.cpp | 1095 rv = GetParent(getter_AddRefs(newParentDir)); 1746 nsLocalFile::GetParent(nsIFile * *aParent) function in class:nsLocalFile
|
H A D | nsLocalFileOSX.cpp | 653 rv = GetParent(getter_AddRefs(parentDir)); 1242 NS_IMETHODIMP nsLocalFile::GetParent(nsIFile * *aParent) function in class:nsLocalFile 2219 rv = GetParent(getter_AddRefs(newParentDir));
|
H A D | nsLocalFileMac.cpp | 2017 nsLocalFile::GetParent(nsIFile * *aParent) function in class:nsLocalFile
|
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v2_2.h | 2143 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 D | VBoxCAPI_v3_0.h | 2681 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 D | VBoxCAPI_v3_1.h | 2584 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 D | VBoxCAPI_v3_2.h | 2639 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 D | VBoxCAPI_v4_0.h | 2887 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 D | VBoxCAPI_v4_1.h | 3078 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 D | VBoxCAPI_v4_2.h | 3347 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 D | wined3d.h | 2897 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 D | wined3d.h | 2898 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 D | wined3d.h | 2897 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 D | wined3d.h | 2878 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 D | wined3d.h | 2897 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...] |