Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DMarkupAccumulator.h93 void appendOpenTag(Vector<UChar>& out, Element* element, Namespaces*);
DMarkupAccumulator.cpp323 appendOpenTag(out, element, namespaces); in appendElement()
333 void MarkupAccumulator::appendOpenTag(Vector<UChar>& out, Element* element, Namespaces* namespaces) in appendOpenTag() function in WebCore::MarkupAccumulator
Dmarkup.cpp258 appendOpenTag(out, element, 0); in appendElement()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0659220 (WebCore::MarkupAccumulator::appendOpenTag): Added.