Searched defs:hasPrefixNamespaceMismatch (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DDocument.cpp918 bool Document::hasPrefixNamespaceMismatch(const QualifiedName& qName) function in class:WebCore::Document
980 if (hasPrefixNamespaceMismatch(qName)) {
4158 if (!shouldIgnoreNamespaceChecks && hasPrefixNamespaceMismatch(qName)) {

Completed in 332 milliseconds