Searched defs:registryLocation (Results 1 - 6 of 6) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/sample/ |
H A D | nsSampleModule.cpp | 77 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 D | ipcModuleFactory.cpp | 58 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 D | PyGModule.cpp | 107 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 D | nsGenericFactory.cpp | 399 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 D | nsNativeComponentLoader.cpp | 382 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 D | nsRegistry.cpp | 533 nsCOMPtr<nsIFile> registryLocation; local 548 getter_AddRefs(registryLocation)); 550 if (registryLocation) 553 rv = registryLocation->GetNativePath(regFile); // dougt fix...
|
Completed in 46 milliseconds