Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DDocument.h325 …amespaceURI, const String& qualifiedName, ExceptionCode&, bool shouldIgnoreNamespaceChecks = false…
DDocument.cpp4151 …ng& namespaceURI, const String& qualifiedName, ExceptionCode& ec, bool shouldIgnoreNamespaceChecks) in createAttributeNS() argument
4158 if (!shouldIgnoreNamespaceChecks && hasPrefixNamespaceMismatch(qName)) { in createAttributeNS()
4164 …if (!shouldIgnoreNamespaceChecks && qName.localName() == xmlnsAtom && qName.namespaceURI() != XMLN… in createAttributeNS()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1015585 * dom/Document.h: Add a bool parameter shouldIgnoreNamespaceChecks