Home
last modified time | relevance | path

Searched refs:appendCDATASection (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DMarkupAccumulator.h96 void appendCDATASection(Vector<UChar>& out, const String& section);
DMarkupAccumulator.cpp381 void MarkupAccumulator::appendCDATASection(Vector<UChar>& out, const String& section) in appendCDATASection() function in WebCore::MarkupAccumulator
414 appendCDATASection(result, static_cast<const CDATASection*>(node)->data()); in appendStartMarkup()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0673363 …acted appendText, appendComment, appendProcessingInstruction, appendElement and appendCDATASection.
73373 (WebCore::MarkupAccumulator::appendCDATASection):