Searched defs:factoryEntry (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.cpp1314 nsFactoryEntry *factoryEntry = ((nsContractIDTableEntry*)hdr)->mFactoryEntry; local
1317 while (factoryEntry->mParent)
1318 factoryEntry = factoryEntry->mParent;
1320 if (factoryEntry->mTypeIndex < 0)
1326 GetIDString(factoryEntry->mCid, cidString);
1337 nsFactoryEntry *factoryEntry = ((nsFactoryTableEntry*)hdr)->mFactoryEntry; local
1342 while (factoryEntry->mParent)
1343 factoryEntry = factoryEntry
2950 nsFactoryEntry* factoryEntry = entry->mFactoryEntry; local
[all...]

Completed in 59 milliseconds