Searched refs:shouldAddNamespaceAttribute (Results 1 – 3 of 3) sorted by relevance
85 bool shouldAddNamespaceAttribute(const Attribute&, Namespaces&);
213 bool MarkupAccumulator::shouldAddNamespaceAttribute(const Attribute& attribute, Namespaces& namespa… in shouldAddNamespaceAttribute() function in WebCore::MarkupAccumulator377 if (!documentIsHTML && namespaces && shouldAddNamespaceAttribute(attribute, *namespaces)) in appendAttribute()
59211 …(WebCore::MarkupAccumulator::shouldAddNamespaceAttribute): Takes a reference to Attribute instead …75937 (WebCore::MarkupAccumulator::shouldAddNamespaceAttribute):