HomeSort by relevance Sort by last modified time
    Searched refs:NamespaceError (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExceptionCode.h 47 NamespaceError,
Attr.cpp 102 exceptionState.throwDOMException(NamespaceError, "The prefix '" + xmlnsAtom + "' may not be used on the namespace '" + namespaceURI() + "'.");
107 exceptionState.throwDOMException(NamespaceError, "The prefix '" + prefix + "' may not be used as a namespace prefix for attributes whose qualified name is '" + xmlnsAtom + "'.");
Document.cpp 724 exceptionState.throwUninformativeAndGenericDOMException(NamespaceError);
845 exceptionState.throwUninformativeAndGenericDOMException(NamespaceError);
    [all...]
SelectorQuery.cpp 507 // throw a NamespaceError if the selector includes any namespace prefixes.
509 exceptionState.throwDOMException(NamespaceError, "'" + selectors + "' contains namespaces, which are not supported.");
Node.cpp 524 // node, however Mozilla throws a NamespaceError exception.
525 exceptionState.throwDOMException(NamespaceError, "Prefixes are only supported on element and attribute nodes.");
919 // FIXME: Raise NamespaceError if prefix is malformed per the Namespaces in XML specification.
923 exceptionState.throwDOMException(NamespaceError, "No namespace is set, so a namespace prefix may not be set.");
928 exceptionState.throwDOMException(NamespaceError, "The prefix '" + xmlAtom + "' may not be set on namespace '" + nodeNamespaceURI + "'.");
    [all...]
Element.cpp     [all...]

Completed in 226 milliseconds