Searched refs:shouldAddNamespaceAttribute (Results 1 – 2 of 2) sorted by relevance
88 bool shouldAddNamespaceAttribute(const Attribute&, const Element&);
250 bool MarkupAccumulator::shouldAddNamespaceAttribute(const Attribute& attribute, const Element& elem… in shouldAddNamespaceAttribute() function in blink::MarkupAccumulator449 if (namespaces && shouldAddNamespaceAttribute(attribute, element)) { in appendAttribute()