Searched defs:Load (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DUISettingsSerializer.h81 enum SerializationDirection { Load, Save }; enumerator in enum:UISettingsSerializer::SerializationDirection
/vbox/src/VBox/Runtime/testcase/
H A DtstLdr-4.cpp105 struct Load struct
124 * Load them.
H A DtstLdr.cpp95 struct Load struct
113 * Load them.
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DxcDll.cpp129 PRBool nsDll::Load(void) function in class:nsDll
143 // Load any library dependencies
209 // Load this dependent library with the global flag and stash
248 lf->Load(&m_instance);
321 if (Load() != PR_TRUE)
356 if (Load() != PR_TRUE) return NS_ERROR_FAILURE;
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsPersistentProperties.cpp147 nsPersistentProperties::Load(nsIInputStream *aIn) function in class:nsPersistentProperties
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp806 nsLocalFile::Load(PRLibrary * *_retval) function in class:nsLocalFile
H A DnsLocalFileUnix.cpp1535 nsLocalFile::Load(PRLibrary **_retval) function in class:nsLocalFile
H A DnsLocalFileWin.cpp176 // see if we can Load the path.
177 HRESULT hres = mPersistFile->Load(in, STGM_READ);
1328 nsLocalFile::Load(PRLibrary * *_retval) function in class:nsLocalFile
H A DnsLocalFileOSX.cpp1458 NS_IMETHODIMP nsLocalFile::Load(PRLibrary **_retval) function in class:nsLocalFile
H A DnsLocalFileMac.cpp1756 nsLocalFile::Load(PRLibrary * *_retval) function in class:nsLocalFile
/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp5294 OHCILOAD Load; local
5301 Load.pTimer = NULL;
5302 Load.cDevs = 0;
5309 Load.apDevs[Load.cDevs++] = pDev;
5316 * Any devices to reattach, if so duplicate the Load struct.
5318 if (Load.cDevs)
5320 pThis->pLoad = (POHCILOAD)PDMDevHlpMMHeapAlloc(pDevIns, sizeof(Load));
5323 *pThis->pLoad = Load;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Durlmon.h1672 virtual HRESULT STDMETHODCALLTYPE Load(
1715 HRESULT (STDMETHODCALLTYPE *Load)( member in struct:IPersistMonikerVtbl
1751 #define IPersistMoniker_Load(This,fFullyAvailable,pimkName,pibc,grfMode) (This)->lpVtbl->Load(This,fFullyAvailable,pimkName,pibc,grfMode)
H A Dobjidl.h2531 virtual HRESULT STDMETHODCALLTYPE Load(
2567 HRESULT (STDMETHODCALLTYPE *Load)( member in struct:IPersistStreamVtbl
2595 #define IPersistStream_Load(This,pStm) (This)->lpVtbl->Load(This,pStm)
2758 HRESULT (STDMETHODCALLTYPE *Load)( member in struct:IMonikerVtbl
2871 #define IMoniker_Load(This,pStm) (This)->lpVtbl->Load(This,pStm)
4296 virtual HRESULT STDMETHODCALLTYPE Load(
4336 HRESULT (STDMETHODCALLTYPE *Load)( member in struct:IPersistFileVtbl
4369 #define IPersistFile_Load(This,pszFileName,dwMode) (This)->lpVtbl->Load(This,pszFileName,dwMode)
4438 virtual HRESULT STDMETHODCALLTYPE Load(
4481 HRESULT (STDMETHODCALLTYPE *Load)( member in struct:IPersistStorageVtbl
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Durlmon.h1678 virtual HRESULT STDMETHODCALLTYPE Load(
1721 HRESULT (STDMETHODCALLTYPE *Load)( member in struct:IPersistMonikerVtbl
1757 #define IPersistMoniker_Load(This,fFullyAvailable,pimkName,pibc,grfMode) (This)->lpVtbl->Load(This,fFullyAvailable,pimkName,pibc,grfMode)
H A Dobjidl.h2531 virtual HRESULT STDMETHODCALLTYPE Load(
2567 HRESULT (STDMETHODCALLTYPE *Load)( member in struct:IPersistStreamVtbl
2595 #define IPersistStream_Load(This,pStm) (This)->lpVtbl->Load(This,pStm)
2758 HRESULT (STDMETHODCALLTYPE *Load)( member in struct:IMonikerVtbl
2871 #define IMoniker_Load(This,pStm) (This)->lpVtbl->Load(This,pStm)
4296 virtual HRESULT STDMETHODCALLTYPE Load(
4336 HRESULT (STDMETHODCALLTYPE *Load)( member in struct:IPersistFileVtbl
4369 #define IPersistFile_Load(This,pszFileName,dwMode) (This)->lpVtbl->Load(This,pszFileName,dwMode)
4438 virtual HRESULT STDMETHODCALLTYPE Load(
4481 HRESULT (STDMETHODCALLTYPE *Load)( member in struct:IPersistStorageVtbl
[all...]

Completed in 2265 milliseconds