Searched refs:mTypeIndex (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.h278 if (mTypeIndex < 0)
283 rv = mgr->GetLoaderForType(mTypeIndex, getter_AddRefs(loader));
287 rv = loader->GetFactory(mCid, mLocation, mgr->mLoaderData[mTypeIndex].type, aFactory);
296 int mTypeIndex; member in class:nsFactoryEntry
H A DnsComponentManager.cpp331 if (entry->mFactoryEntry->mTypeIndex == NS_COMPONENT_TYPE_SERVICE_ONLY &&
365 : mCid(aClass), mTypeIndex(aType), mParent(parent)
374 : mCid(aClass), mTypeIndex(NS_COMPONENT_TYPE_FACTORY_ONLY), mParent(parent)
399 NS_ENSURE_TRUE(mTypeIndex != NS_COMPONENT_TYPE_FACTORY_ONLY, NS_ERROR_INVALID_ARG);
402 NS_ENSURE_TRUE((mTypeIndex == NS_COMPONENT_TYPE_SERVICE_ONLY || mCid.Equals(aClass)),
408 mTypeIndex = aType;
1210 if (!cidEntry || cidEntry->mTypeIndex < 0)
1320 if (factoryEntry->mTypeIndex < 0)
1345 if (factoryEntry->mTypeIndex < 0) {
1362 if (factoryEntry->mTypeIndex)
[all...]

Completed in 47 milliseconds