Searched defs:StringImpl (Results 1 – 7 of 7) sorted by relevance
34 class StringImpl; variable
58 virtual void append(PassRefPtr<StringImpl>) OVERRIDE in append()
115 static bool attributeNameSort(const pair<StringImpl*, AtomicString>& p1, const pair<StringImpl*, At… in attributeNameSort()
129 explicit StringImpl(ConstructEmptyStringTag) in StringImpl() function145 explicit StringImpl(ConstructEmptyString16BitTag) in StringImpl() function159 StringImpl(unsigned length, Force8Bit) in StringImpl() function171 StringImpl(unsigned length) in StringImpl() function184 StringImpl(unsigned length, unsigned hash, StaticStringTag) in StringImpl() function
49 class StringImpl; variable
47 class StringImpl; variable
290 void mapAttributeToCSSProperty(HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap, const Qual… in mapAttributeToCSSProperty()