Searched refs:GetFactory (Results 1 - 6 of 6) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/ |
H A D | mac_xpidl_panel.cpp | 92 static short GetFactory(Handle settings); 207 result = GetFactory(pb->factoryPrefs); 542 * GetFactory - retrieve factory settings 546 static short GetFactory(Handle settings) function 577 GetFactory(settings);
|
/vbox/src/libs/xpcom18a4/xpcom/components/ |
H A D | nsComponentManager.h | 270 nsresult GetFactory(nsIFactory **aFactory, function in class:nsFactoryEntry 287 rv = loader->GetFactory(mCid, mLocation, mgr->mLoaderData[mTypeIndex].type, aFactory);
|
H A D | nsStaticComponentLoader.cpp | 297 nsStaticComponentLoader::GetFactory(const nsCID &aCID, const char *aLocation, function in class:nsStaticComponentLoader
|
H A D | nsComponentManager.cpp | 1557 rv = aEntry->GetFactory(aFactory, this); 1632 return entry->GetFactory(aFactory, this); 1648 return entry->GetFactory(aFactory, this); 1872 nsresult rv = entry->GetFactory(&factory, this); 1953 nsresult rv = entry->GetFactory(&factory, this);
|
H A D | nsNativeComponentLoader.cpp | 93 nsNativeComponentLoader::GetFactory(const nsIID & aCID, function in class:nsNativeComponentLoader 133 DumpLoadError(dll, "GetFactory", errorMsg); 1048 // 2. GetFactory() This will call CreateDll() with a null spec but will give
|
/vbox/src/libs/xpcom18a4/python/src/ |
H A D | PyGModule.cpp | 177 NS_IMETHODIMP PyG_nsIComponentLoader::GetFactory(const nsIID & aCID, const char *aLocation, const char *aType, nsIFactory **_retval) function in class:PyG_nsIComponentLoader
|
Completed in 49 milliseconds