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

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestPermanentAtoms.cpp52 static void AssertString(nsIAtom *aAtom, const nsACString& aString) argument
55 NS_STATIC_CAST(AtomImpl*,aAtom)->GetUTF8String(&str);
59 static void AssertPermanence(nsIAtom *aAtom, PRBool aPermanence) argument
61 Assert(NS_STATIC_CAST(AtomImpl*,aAtom)->IsPermanent() == aPermanence,
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsAtomTable.cpp71 nsStaticAtomWrapper(const nsStaticAtom* aAtom) : argument
72 mStaticAtom(aAtom)
110 inline void SetAtomImpl(AtomImpl* aAtom) { argument
111 NS_ASSERTION(aAtom, "Setting null atom");
112 mAtom = PtrBits(aAtom);
115 inline void SetStaticAtomWrapper(nsStaticAtomWrapper* aAtom) { argument
116 NS_ASSERTION(aAtom, "Setting null atom");
117 NS_ASSERTION((PtrBits(aAtom) & ~0x1) == PtrBits(aAtom),
120 mAtom = PtrBits(aAtom) |
250 PromoteToPermanent(AtomImpl* aAtom) argument
464 WrapStaticAtom(const nsStaticAtom* aAtom) argument
[all...]

Completed in 52 milliseconds