Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DMarkupAccumulator.h76 void appendStartTag(Node*, Namespaces* = 0);
DMarkupAccumulator.cpp106 appendStartTag(node, &namespaceHash); in serializeNodesWithNamespaces()
122 void MarkupAccumulator::appendStartTag(Node* node, Namespaces* namespaces) in appendStartTag() function in WebCore::MarkupAccumulator
Dmarkup.cpp348 appendStartTag(n); in serializeNodes()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0632006 …(WebCore::MarkupAccumulator::appendStartTag): Calls appendString instead of appending into m_succe…
59207 …(WebCore::MarkupAccumulator::appendStartTag): No longer takes convertBlocksToInlines and RangeFull…
75461 …(WebCore::MarkupAccumulator::appendStartTag): Removed range, annotate, shouldResolveURLs from the …
75924 (WebCore::MarkupAccumulator::appendStartTag):