Searched refs:appendCharactersReplacingEntities (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | MarkupAccumulator.cpp | 46 void appendCharactersReplacingEntities(Vector<UChar>& out, const UChar* content, size_t length, Ent… in appendCharactersReplacingEntities() function 157 appendCharactersReplacingEntities(result, attribute.characters(), attribute.length(), in appendAttributeValue() 202 appendCharactersReplacingEntities(out, characters, length, entityMask); in appendNodeValue()
|
D | MarkupAccumulator.h | 115 void appendCharactersReplacingEntities(Vector<UChar>& out, const UChar* content, size_t length, Ent…
|
D | markup.cpp | 201 …appendCharactersReplacingEntities(buffer, content.characters(), content.length(), EntityMaskInPCDA… in appendText() 912 … appendCharactersReplacingEntities(markup, title.characters(), title.length(), EntityMaskInPCDATA); in urlToMarkup()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 7814 (WebCore::appendCharactersReplacingEntities): 68103 Added appendCharactersReplacingEntities to escape &, <, >, ", and nbsp based on the mask. 68105 … appendCharactersReplacingEntities. Replaced appendEscapedContent, ucharRange, and appendUCharRange 68112 (WebCore::appendCharactersReplacingEntities): Added. 68113 (WebCore::MarkupAccumulator::appendAttributeValue): Calls appendCharactersReplacingEntities. 68115 …bCore::MarkupAccumulator::appendText): Calls appendNodeValue and appendCharactersReplacingEntities.
|