Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
Dmarkup.cpp95 static void appendAttributeValue(Vector<UChar>& result, const String& attr, bool escapeNBSP) in appendAttributeValue() function
212 appendAttributeValue(result, urlString, false); in appendQuotedURLAttributeValue()
355 appendAttributeValue(result, ns, false); in appendNamespace()
474 appendAttributeValue(result, attr->value(), documentIsHTML); in appendStartMarkup()
521 appendAttributeValue(result, style->cssText(), documentIsHTML); in appendStartMarkup()
781 appendAttributeValue(openTag, style->cssText(), document->isHTMLDocument()); in addStyleMarkup()
/external/expat/lib/
Dxmlparse.c362 appendAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
4814 enum XML_Error result = appendAttributeValue(parser, enc, isCdata, ptr, in storeAttributeValue()
4826 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in appendAttributeValue() function
4956 result = appendAttributeValue(parser, internalEncoding, isCdata, in appendAttributeValue()
/external/webkit/WebCore/
DChangeLog-2008-08-1016290 (WebCore::appendAttributeValue):
20434 (WebCore::appendAttributeValue): Escape '>' as '&gt;'.
23480 (WebCore::appendAttributeValue):
DChangeLog-2009-06-1669900 (WebCore::appendAttributeValue):
71877 (WebCore::appendAttributeValue): Ditto
DChangeLog-2007-10-141405 (WebCore::appendAttributeValue):