Searched refs:appendAttributeValue (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | MarkupAccumulator.cpp | 199 void MarkupAccumulator::appendAttributeValue(StringBuilder& result, const String& attribute, bool d… in appendAttributeValue() function in blink::MarkupAccumulator 231 appendAttributeValue(result, resolvedURLString, false); in appendQuotedURLAttributeValue() 283 appendAttributeValue(result, namespaceURI, false); in appendNamespace() 477 appendAttributeValue(result, attribute.value(), documentIsHTML); in appendAttribute()
|
D | MarkupAccumulator.h | 85 void appendAttributeValue(StringBuilder&, const String&, bool);
|
D | markup.cpp | 204 appendAttributeValue(out, style->asText(), document.isHTMLDocument()); in appendStyleNodeOpenTag() 338 appendAttributeValue(out, newInlineStyle->style()->asText(), documentIsHTML); in appendElement()
|
/external/chromium_org/third_party/expat/files/lib/ |
D | xmlparse.c | 364 appendAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata, 4926 enum XML_Error result = appendAttributeValue(parser, enc, isCdata, ptr, in storeAttributeValue() 4938 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in appendAttributeValue() function 5068 result = appendAttributeValue(parser, internalEncoding, isCdata, in appendAttributeValue()
|
/external/expat/lib/ |
D | xmlparse.c | 364 appendAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata, 4926 enum XML_Error result = appendAttributeValue(parser, enc, isCdata, ptr, in storeAttributeValue() 4938 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in appendAttributeValue() function 5068 result = appendAttributeValue(parser, internalEncoding, isCdata, in appendAttributeValue()
|