Home
last modified time | relevance | path

Searched refs:hasValidNamespaceForAttributes (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h765 static bool hasValidNamespaceForAttributes(const QualifiedName&);
DDocument.cpp968 bool Document::hasValidNamespaceForAttributes(const QualifiedName& qName) in hasValidNamespaceForAttributes() function in WebCore::Document
4184 if (!shouldIgnoreNamespaceChecks && !hasValidNamespaceForAttributes(qName)) { in createAttributeNS()
DElement.cpp2040 if (!Document::hasValidNamespaceForAttributes(qName)) { in parseAttributeName()