Searched refs:aFactory (Results 1 - 12 of 12) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsObsoleteModuleLoading.h14 nsIFactory **aFactory);
23 nsIFactory **aFactory);
H A DnsComponentManagerObsolete.h80 nsIFactory **aFactory);
112 nsIFactory *aFactory,
151 nsIFactory *aFactory);
H A DnsComponentManager.h120 NS_IMETHOD RegisterFactory(const nsCID & aClass, const char *aClassName, const char *aContractID, nsIFactory *aFactory);
121 // NS_IMETHOD UnregisterFactory(const nsCID & aClass, nsIFactory *aFactory);
161 nsresult FindFactory(const char *contractID, PRUint32 aContractIDLen, nsIFactory **aFactory) ;
162 nsresult LoadFactory(nsFactoryEntry *aEntry, nsIFactory **aFactory);
265 nsFactoryEntry(const nsCID &aClass, nsIFactory *aFactory, class nsFactoryEntry* parent = nsnull);
270 nsresult GetFactory(nsIFactory **aFactory, argument
273 *aFactory = mFactory.get();
274 NS_ADDREF(*aFactory);
287 rv = loader->GetFactory(mCid, mLocation, mgr->mLoaderData[mTypeIndex].type, aFactory);
289 mFactory = do_QueryInterface(*aFactory);
[all...]
H A DnsIComponentRegistrar.idl101 * @param aFactory : Factory that will be registered for CID aClass
109 in nsIFactory aFactory);
117 * @param aFactory : Factory previously registered to create instances of
124 in nsIFactory aFactory);
H A DnsNativeComponentLoader.h76 nsIFactory **aFactory);
H A DnsComponentManagerObsolete.cpp54 nsIFactory **aFactory)
59 return cm->FindFactory(aClass, aFactory);
121 nsIFactory *aFactory,
128 aFactory, aReplace);
178 nsIFactory *aFactory)
183 return cm->UnregisterFactory(aClass, aFactory);
53 FindFactory(const nsCID &aClass, nsIFactory **aFactory) argument
118 RegisterFactory(const nsCID &aClass, const char *aClassName, const char *aContractID, nsIFactory *aFactory, PRBool aReplace) argument
177 UnregisterFactory(const nsCID &aClass, nsIFactory *aFactory) argument
H A DnsIComponentManagerObsolete.idl145 * @param aFactory : Factory that will be registered for CID aClass
150 in string aContractID, in nsIFactory aFactory,
244 * @param aFactory : Factory previously registered to create instances of
247 void unregisterFactory(in nsCIDRef aClass, in nsIFactory aFactory);
H A DnsCategoryManager.cpp716 NS_CategoryManagerGetFactory( nsIFactory** aFactory )
718 // assert(aFactory);
722 *aFactory = 0;
726 *aFactory = new_factory;
727 NS_ADDREF(*aFactory);
H A DnsComponentManager.cpp372 nsIFactory *aFactory,
376 mFactory = aFactory;
1549 nsIFactory **aFactory)
1552 if (!aFactory)
1554 *aFactory = nsnull;
1557 rv = aEntry->GetFactory(aFactory, this);
1623 nsIFactory **aFactory)
1625 PR_ASSERT(aFactory != nsnull);
1632 return entry->GetFactory(aFactory, this);
1639 nsIFactory **aFactory)
371 nsFactoryEntry(const nsCID &aClass, nsIFactory *aFactory, class nsFactoryEntry* parent) argument
1548 LoadFactory(nsFactoryEntry *aEntry, nsIFactory **aFactory) argument
1622 FindFactory(const nsCID &aClass, nsIFactory **aFactory) argument
1637 FindFactory(const char *contractID, PRUint32 aContractIDLen, nsIFactory **aFactory) argument
2599 RegisterFactory(const nsCID &aClass, const char *aClassName, const char *aContractID, nsIFactory *aFactory, PRBool aReplace) argument
2981 UnregisterFactory(const nsCID &aClass, nsIFactory *aFactory) argument
3402 RegisterFactory(const nsCID & aClass, const char *aClassName, const char *aContractID, nsIFactory *aFactory) argument
[all...]
H A DnsNativeComponentLoader.cpp1105 nsIFactory **aFactory)
1116 (void **)aFactory);
1104 GetFactoryFromModule(nsDll *aDll, const nsCID &aCID, nsIFactory **aFactory) argument
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsRegistry.cpp2001 NS_RegistryGetFactory(nsIFactory** aFactory ) {
2004 if( aFactory == 0 ) {
2007 *aFactory = 0;
2015 *aFactory = inst;
/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsXPComInit.cpp135 extern nsresult NS_RegistryGetFactory(nsIFactory** aFactory);

Completed in 68 milliseconds