Searched defs:appendAttributeValue (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DMarkupAccumulator.cpp155 void MarkupAccumulator::appendAttributeValue(Vector<UChar>& result, const String& attribute, bool documentIsHTML) function in class:WebCore::MarkupAccumulator
181 appendAttributeValue(result, urlString, false);
252 appendAttributeValue(result, namespaceURI, false);
373 appendAttributeValue(out, attribute.value(), documentIsHTML);
/external/expat/lib/
H A Dxmlparse.c364 appendAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
4926 enum XML_Error result = appendAttributeValue(parser, enc, isCdata, ptr,
4938 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, function
5068 result = appendAttributeValue(parser, internalEncoding, isCdata,

Completed in 95 milliseconds