Searched defs:AtomicStringImpl (Results 1 – 4 of 4) sorted by relevance
31 AtomicStringImpl() : StringImpl(0) {} in AtomicStringImpl() function
72 friend class AtomicStringImpl; variable
37 class AtomicStringImpl; variable
55 void mapAttributeToCSSProperty(HashMap<AtomicStringImpl*, int>* propertyNameToIdMap, const Qualifie… in mapAttributeToCSSProperty()