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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsAtomTable.cpp498 NS_RegisterStaticAtoms(const nsStaticAtom* aAtoms, PRUint32 aAtomCount) argument
505 NS_ASSERTION(nsCRT::IsAscii(aAtoms[i].mString),
508 GetAtomHashEntry(aAtoms[i].mString);
510 if (he->HasValue() && aAtoms[i].mAtom) {
522 if (aAtoms[i].mAtom)
523 *aAtoms[i].mAtom = he->GetAtom();
527 nsStaticAtomWrapper* atom = WrapStaticAtom(&aAtoms[i]);
532 if (aAtoms[i].mAtom)
533 *aAtoms[i].mAtom = atom;

Completed in 43 milliseconds