Searched defs:registryLocation (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/sample/
H A DnsSampleModule.cpp77 const char *registryLocation,
93 const char *registryLocation,
75 nsSampleRegistrationProc(nsIComponentManager *aCompMgr, nsIFile *aPath, const char *registryLocation, const char *componentType, const nsModuleComponentInfo *info) argument
91 nsSampleUnregistrationProc(nsIComponentManager *aCompMgr, nsIFile *aPath, const char *registryLocation, const nsModuleComponentInfo *info) argument
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A DipcModuleFactory.cpp58 const char *registryLocation,
78 const char *registryLocation,
108 const char *registryLocation,
128 const char *registryLocation,
106 ipcDConnectServiceRegisterProc(nsIComponentManager *aCompMgr, nsIFile *aPath, const char *registryLocation, const char *componentType, const nsModuleComponentInfo *info) argument
126 ipcDConnectServiceUnregisterProc(nsIComponentManager *aCompMgr, nsIFile *aPath, const char *registryLocation, const nsModuleComponentInfo *info) argument
/vbox/src/libs/xpcom18a4/python/src/
H A DPyGModule.cpp107 const char* registryLocation,
116 nsresult nr = InvokeNativeViaPolicy(methodName, NULL, "OOzz", cm, path, registryLocation, componentType);
125 const char* registryLocation)
133 nsresult nr = InvokeNativeViaPolicy(methodName, NULL, "OOz", cm, path, registryLocation);
105 RegisterSelf(nsIComponentManager *aCompMgr, nsIFile* aPath, const char* registryLocation, const char* componentType) argument
123 UnregisterSelf(nsIComponentManager* aCompMgr, nsIFile* aPath, const char* registryLocation) argument
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsGenericFactory.cpp399 const char* registryLocation,
418 registryLocation,
431 rv = cp->mRegisterSelfProc(aCompMgr, aPath, registryLocation,
469 const char* registryLocation)
479 cp->mUnregisterSelfProc(aCompMgr, aPath, registryLocation, cp);
397 RegisterSelf(nsIComponentManager *aCompMgr, nsIFile* aPath, const char* registryLocation, const char* componentType) argument
467 UnregisterSelf(nsIComponentManager* aCompMgr, nsIFile* aPath, const char* registryLocation) argument
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsNativeComponentLoader.cpp382 const char *registryLocation,
433 res = mobj->RegisterSelf(mCompMgr, fs, registryLocation,
469 manager->SaveFileInfo(fs, registryLocation, modTime);
381 SelfRegisterDll(nsDll *dll, const char *registryLocation, PRBool deferred) argument
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsRegistry.cpp533 nsCOMPtr<nsIFile> registryLocation; local
548 getter_AddRefs(registryLocation));
550 if (registryLocation)
553 rv = registryLocation->GetNativePath(regFile); // dougt fix...

Completed in 56 milliseconds