Home
last modified time | relevance | path

Searched refs:NamespaceError (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DExceptionCode.h48 NamespaceError, enumerator
DSelectorQuery.cpp512 …exceptionState.throwDOMException(NamespaceError, "'" + selectors + "' contains namespaces, which a… in add()
DElement.cpp1173 …exceptionState.throwDOMException(NamespaceError, "No namespace is set, so a namespace prefix may n… in setPrefix()
1178 …exceptionState.throwDOMException(NamespaceError, "The prefix '" + xmlAtom + "' may not be set on n… in setPrefix()
1915 …exceptionState.throwDOMException(NamespaceError, "'" + namespaceURI + "' is an invalid namespace f… in parseAttributeName()
DDocument.cpp809 …exceptionState.throwDOMException(NamespaceError, "The namespace URI provided ('" + namespaceURI + … in createQualifiedName()
984 … exceptionState.throwDOMException(NamespaceError, "The imported node has an invalid namespace."); in importNode()
4278 exceptionState.throwDOMException(NamespaceError, message.toString()); in parseQualifiedName()
4558 …exceptionState.throwDOMException(NamespaceError, "The namespace URI provided ('" + namespaceURI + … in createAttributeNS()
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXPathParser.cpp502 …exceptionState.throwDOMException(NamespaceError, "The string '" + statement + "' contains unresolv… in parseStatement()