Searched refs:appendOpenTag (Results 1 – 4 of 4) sorted by relevance
93 void appendOpenTag(Vector<UChar>& out, Element* element, Namespaces*);
323 appendOpenTag(out, element, namespaces); in appendElement()333 void MarkupAccumulator::appendOpenTag(Vector<UChar>& out, Element* element, Namespaces* namespaces) in appendOpenTag() function in WebCore::MarkupAccumulator
258 appendOpenTag(out, element, 0); in appendElement()
59220 (WebCore::MarkupAccumulator::appendOpenTag): Added.