Searched refs:hasValidNamespaceForAttributes (Results 1 – 3 of 3) sorted by relevance
765 static bool hasValidNamespaceForAttributes(const QualifiedName&);
968 bool Document::hasValidNamespaceForAttributes(const QualifiedName& qName) in hasValidNamespaceForAttributes() function in WebCore::Document4184 if (!shouldIgnoreNamespaceChecks && !hasValidNamespaceForAttributes(qName)) { in createAttributeNS()
2040 if (!Document::hasValidNamespaceForAttributes(qName)) { in parseAttributeName()