Home
last modified time | relevance | path

Searched refs:appendAttributeValue (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DMarkupAccumulator.cpp199 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()
DMarkupAccumulator.h85 void appendAttributeValue(StringBuilder&, const String&, bool);
Dmarkup.cpp204 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/
Dxmlparse.c364 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/
Dxmlparse.c364 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()