Searched refs:shouldAddNamespaceElement (Results 1 – 2 of 2) sorted by relevance
87 bool shouldAddNamespaceElement(const Element&, Namespaces&);
235 bool MarkupAccumulator::shouldAddNamespaceElement(const Element& element, Namespaces& namespaces) in shouldAddNamespaceElement() function in blink::MarkupAccumulator403 …if (!serializeAsHTMLDocument(element) && namespaces && shouldAddNamespaceElement(element, *namespa… in appendOpenTag()