Searched refs:appendOpenTag (Results 1 – 3 of 3) sorted by relevance
98 void appendOpenTag(StringBuilder&, Element*, Namespaces*);
399 appendOpenTag(result, element, namespaces); in appendElement()413 void MarkupAccumulator::appendOpenTag(StringBuilder& result, Element* element, Namespaces* namespac… in appendOpenTag() function in WebCore::MarkupAccumulator
280 appendOpenTag(out, element, 0); in appendElement()