Searched refs:mFactory (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsGenericFactory.h100 mFactory = fact;
105 nsCOMPtr<nsIGenericFactory> mFactory; member in struct:nsGenericModule::FactoryNode
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.h272 if (mFactory) {
273 *aFactory = mFactory.get();
289 mFactory = do_QueryInterface(*aFactory);
294 nsCOMPtr<nsIFactory> mFactory; member in class:nsFactoryEntry
H A DnsComponentManager.cpp376 mFactory = aFactory;
385 mFactory = nsnull;
1354 nsCOMPtr<nsIClassInfo> classInfo = do_QueryInterface(factoryEntry->mFactory);
2953 (data->factory && data->factory == factoryEntry->mFactory.get())))
3003 if (old && (old->mFactory.get() == aFactory))

Completed in 66 milliseconds