Searched refs:appendOpenTag (Results 1 – 3 of 3) sorted by relevance
97 void appendOpenTag(StringBuilder&, const Element&, Namespaces*);
386 appendOpenTag(result, element, namespaces); in appendElement()399 void MarkupAccumulator::appendOpenTag(StringBuilder& result, const Element& element, Namespaces* na… in appendOpenTag() function in blink::MarkupAccumulator
293 appendOpenTag(out, element, 0); in appendElement()