Home
last modified time | relevance | path

Searched defs:StringImpl (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DBindingVisitors.h34 class StringImpl; variable
/external/chromium_org/third_party/WebKit/Source/core/dom/
DRawDataDocumentParser.h58 virtual void append(PassRefPtr<StringImpl>) OVERRIDE in append()
DPresentationAttributeStyle.cpp115 static bool attributeNameSort(const pair<StringImpl*, AtomicString>& p1, const pair<StringImpl*, At… in attributeNameSort()
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DStringImpl.h129 explicit StringImpl(ConstructEmptyStringTag) in StringImpl() function
145 explicit StringImpl(ConstructEmptyString16BitTag) in StringImpl() function
159 StringImpl(unsigned length, Force8Bit) in StringImpl() function
171 StringImpl(unsigned length) in StringImpl() function
184 StringImpl(unsigned length, unsigned hash, StaticStringTag) in StringImpl() function
/external/chromium_org/third_party/WebKit/Source/wtf/
DForward.h49 class StringImpl; variable
/external/chromium_org/third_party/WebKit/public/platform/
DWebString.h47 class StringImpl; variable
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.cpp290 void mapAttributeToCSSProperty(HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap, const Qual… in mapAttributeToCSSProperty()