Searched defs:aMgr (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiManifest.cpp62 GetCurrentAppDirString(xptiInterfaceInfoManager* aMgr, nsACString &aStr) argument
65 aMgr->GetApplicationDir(getter_AddRefs(appDir));
72 CurrentAppDirMatchesPersistentDescriptor(xptiInterfaceInfoManager* aMgr, argument
76 aMgr->GetApplicationDir(getter_AddRefs(appDir));
121 PRBool xptiManifest::Write(xptiInterfaceInfoManager* aMgr, argument
133 if(!aMgr->GetCloneOfManifestLocation(getter_AddRefs(tempFile)) || !tempFile)
166 GetCurrentAppDirString(aMgr, appDirString);
263 if(!aMgr->GetCloneOfManifestLocation(getter_AddRefs(mainFile)) || !mainFile)
288 ReadManifestIntoMemory(xptiInterfaceInfoManager* aMgr, argument
298 if(!aMgr
380 Read(xptiInterfaceInfoManager* aMgr, xptiWorkingSet* aWorkingSet) argument
695 Delete(xptiInterfaceInfoManager* aMgr) argument
[all...]
H A Dxptiprivate.h770 static PRBool Read(xptiInterfaceInfoManager* aMgr,
773 static PRBool Write(xptiInterfaceInfoManager* aMgr,
776 static PRBool Delete(xptiInterfaceInfoManager* aMgr);
787 xptiZipLoaderSink(xptiInterfaceInfoManager* aMgr, argument
789 mManager(aMgr),
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h454 VBoxVHWATextureImage(const QRect &size, const VBoxVHWAColorFormat &format, class VBoxVHWAGlProgramMngr * aMgr, VBOXVHWAIMG_TYPE flags);
631 VBoxVHWATextureImagePBO(const QRect &size, const VBoxVHWAColorFormat &format, class VBoxVHWAGlProgramMngr * aMgr, VBOXVHWAIMG_TYPE flags) : argument
632 VBoxVHWATextureImage(size, format, aMgr, flags & (~VBOXVHWAIMG_PBO)),
1626 VBoxVHWATextureImageFBO(const QRect &size, const VBoxVHWAColorFormat &format, class VBoxVHWAGlProgramMngr * aMgr, VBOXVHWAIMG_TYPE flags) : argument
1627 T(size, format, aMgr, flags & (~(VBOXVHWAIMG_FBO | VBOXVHWAIMG_LINEAR))),
1628 mFBOTex(size, VBoxVHWAColorFormat(32, 0xff0000, 0xff00, 0xff), aMgr, (flags & (~VBOXVHWAIMG_FBO))),

Completed in 51 milliseconds