Home
last modified time | relevance | path

Searched refs:appendCharactersReplacingEntities (Results 1 – 4 of 4) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DMarkupAccumulator.cpp46 void appendCharactersReplacingEntities(Vector<UChar>& out, const UChar* content, size_t length, Ent… in appendCharactersReplacingEntities() function
157 appendCharactersReplacingEntities(result, attribute.characters(), attribute.length(), in appendAttributeValue()
206 appendCharactersReplacingEntities(out, characters, length, entityMask); in appendNodeValue()
H A DMarkupAccumulator.h116 void appendCharactersReplacingEntities(Vector<UChar>& out, const UChar* content, size_t length, Ent…
H A Dmarkup.cpp203appendCharactersReplacingEntities(buffer, content.characters(), content.length(), EntityMaskInPCDA… in appendText()
895appendCharactersReplacingEntities(markup, title.characters(), title.length(), EntityMaskInPCDATA); in urlToMarkup()
916appendCharactersReplacingEntities(markup, attr->value().characters(), attr->value().length(), Enti… in imageToMarkup()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2010-12-067814 (WebCore::appendCharactersReplacingEntities):
68103 Added appendCharactersReplacingEntities to escape &, <, >, ", and nbsp based on the mask.
68105appendCharactersReplacingEntities. Replaced appendEscapedContent, ucharRange, and appendUCharRange
68112 (WebCore::appendCharactersReplacingEntities): Added.
68113 (WebCore::MarkupAccumulator::appendAttributeValue): Calls appendCharactersReplacingEntities.
68115 …bCore::MarkupAccumulator::appendText): Calls appendNodeValue and appendCharactersReplacingEntities.