Searched defs:mInfoHash (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/components/ |
H A D | nsStaticComponentLoader.cpp | 66 if (mInfoHash.ops) 67 PL_DHashTableFinish(&mInfoHash); 77 PLDHashTable mInfoHash; member in class:nsStaticComponentLoader 115 if (!mInfoHash.ops) { // creation failed in init, why are we here? 134 PL_DHashTableOperate(&mInfoHash, infoList[i].name, 155 PL_DHashTableOperate(&mInfoHash, aLocation, 179 if (!PL_DHashTableInit(&mInfoHash, &sInfoHashOps, nsnull, 181 mInfoHash.ops = nsnull; 234 PL_DHashTableEnumerate(&mInfoHash, info_RegisterSelf, this);
|
Completed in 102 milliseconds