throwDOMException 77 Source/bindings/v8/ExceptionState.h virtual void throwDOMException(const ExceptionCode&, const String& message); throwDOMException 126 Source/bindings/v8/ExceptionState.h virtual void throwDOMException(const ExceptionCode&, const String& message) OVERRIDE; throwDOMException 135 Source/bindings/v8/ExceptionState.h virtual void throwDOMException(const ExceptionCode&, const String& message) OVERRIDE; throwDOMException 48 Source/bindings/v8/ExceptionStatePlaceholder.h virtual void throwDOMException(const ExceptionCode&, const String& message = String()) OVERRIDE { } throwDOMException 65 Source/bindings/v8/ExceptionStatePlaceholder.h virtual void throwDOMException(const ExceptionCode&, const String& message = String()) OVERRIDE; throwDOMException 2789 Source/bindings/v8/SerializedScriptValue.cpp exceptionState.throwDOMException(DataCloneError, "ArrayBuffer at index " + String::number(i) + " is already neutered."); throwDOMException 2804 Source/bindings/v8/SerializedScriptValue.cpp exceptionState.throwDOMException(DataCloneError, "ArrayBuffer at index " + String::number(i) + " could not be transferred."); throwDOMException 2833 Source/bindings/v8/SerializedScriptValue.cpp exceptionState.throwDOMException(DataCloneError, errorMessage); throwDOMException 2902 Source/bindings/v8/SerializedScriptValue.cpp exceptionState.throwDOMException(DataCloneError, "Value at index " + String::number(i) + " is an untransferable " + (transferrable->IsUndefined() ? "'undefined'" : "'null'") + " value."); throwDOMException 2910 Source/bindings/v8/SerializedScriptValue.cpp exceptionState.throwDOMException(DataCloneError, "Message port at index " + String::number(i) + " is a duplicate of an earlier port."); throwDOMException 2917 Source/bindings/v8/SerializedScriptValue.cpp exceptionState.throwDOMException(DataCloneError, "ArrayBuffer at index " + String::number(i) + " is a duplicate of an earlier ArrayBuffer."); throwDOMException 2922 Source/bindings/v8/SerializedScriptValue.cpp exceptionState.throwDOMException(DataCloneError, "Value at index " + String::number(i) + " does not have a transferable type."); throwDOMException 68 Source/bindings/v8/V8Callback.h exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(index, "Function")); throwDOMException 50 Source/bindings/v8/V8ThrowException.h static v8::Handle<v8::Value> throwDOMException(int ec, const String& message, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate) throwDOMException 52 Source/bindings/v8/V8ThrowException.h return throwDOMException(ec, message, String(), creationContext, isolate); throwDOMException 54 Source/bindings/v8/V8ThrowException.h static v8::Handle<v8::Value> throwDOMException(int, const String& sanitizedMessage, const String& unsanitizedMessage, const v8::Handle<v8::Object>& creationContext, v8::Isolate*); throwDOMException 88 Source/bindings/v8/custom/V8BlobCustomHelpers.cpp exceptionState.throwDOMException(SyntaxError, "The 'type' property must consist of ASCII characters."); throwDOMException 78 Source/bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp exceptionState.throwDOMException(IndexSizeError, "The value provided (" + String::number(v) + ") is negative. Lengths must be greater than or equal to 0."); throwDOMException 46 Source/bindings/v8/custom/V8SQLResultSetRowListCustom.cpp exceptionState.throwDOMException(SyntaxError, ExceptionMessages::notEnoughArguments(1, 0)); throwDOMException 61 Source/bindings/v8/custom/V8SQLResultSetRowListCustom.cpp exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound<unsigned>("index", index, rowList->length())); throwDOMException 52 Source/bindings/v8/custom/V8SQLTransactionCustom.cpp exceptionState.throwDOMException(SyntaxError, ExceptionMessages::notEnoughArguments(1, 0)); throwDOMException 63 Source/bindings/v8/custom/V8SQLTransactionCustom.cpp exceptionState.throwDOMException(TypeMismatchError, "The 'arguments' (2nd) argument provided is not an object."); throwDOMException 100 Source/bindings/v8/custom/V8SQLTransactionCustom.cpp exceptionState.throwDOMException(TypeMismatchError, "The 'callback' (2nd) argument provided is not a function."); throwDOMException 110 Source/bindings/v8/custom/V8SQLTransactionCustom.cpp exceptionState.throwDOMException(TypeMismatchError, "The 'errorCallback' (3rd) argument provided is not a function."); throwDOMException 51 Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp exceptionState.throwDOMException(SyntaxError, ExceptionMessages::notEnoughArguments(1, 0)); throwDOMException 62 Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "DOMString")); throwDOMException 610 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp exceptionState.throwDOMException(SyntaxError, "Failed to convert array argument"); throwDOMException 681 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp exceptionState.throwDOMException(SyntaxError, "Failed to convert array argument"); throwDOMException 796 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp exceptionState.throwDOMException(SyntaxError, "failed to convert Array value"); throwDOMException 82 Source/bindings/v8/custom/V8WindowCustom.cpp exceptionState.throwDOMException(InvalidAccessError, "No script context is available in which to execute the script."); throwDOMException 87 Source/bindings/v8/custom/V8WindowCustom.cpp exceptionState.throwDOMException(InvalidAccessError, "No script context is available in which to execute the script."); throwDOMException 237 Source/core/animation/AnimationPlayer.cpp exceptionState.throwDOMException(InvalidStateError, "AnimationPlayer has source content whose end time is infinity."); throwDOMException 111 Source/core/animation/EffectInput.cpp exceptionState.throwDOMException(NotSupportedError, "Partial keyframes are not supported."); throwDOMException 68 Source/core/clipboard/DataTransferItemList.cpp exceptionState.throwDOMException(InvalidStateError, "The list is not writable."); throwDOMException 87 Source/core/clipboard/DataTransferItemList.cpp exceptionState.throwDOMException(NotSupportedError, "An item already exists for type '" + type + "'."); throwDOMException 1157 Source/core/css/CSSComputedStyleDeclaration.cpp exceptionState.throwDOMException(NoModificationAllowedError, "These styles are computed, and therefore read-only."); throwDOMException 3018 Source/core/css/CSSComputedStyleDeclaration.cpp exceptionState.throwDOMException(NoModificationAllowedError, "These styles are computed, and therefore the '" + name + "' property is read-only."); throwDOMException 3023 Source/core/css/CSSComputedStyleDeclaration.cpp exceptionState.throwDOMException(NoModificationAllowedError, "These styles are computed, and therefore the '" + name + "' property is read-only."); throwDOMException 3039 Source/core/css/CSSComputedStyleDeclaration.cpp exceptionState.throwDOMException(NoModificationAllowedError, "These styles are computed, and therefore the '" + getPropertyNameString(id) + "' property is read-only."); throwDOMException 67 Source/core/css/CSSGroupingRule.cpp exceptionState.throwDOMException(IndexSizeError, "the index " + String::number(index) + " must be less than or equal to the length of the rule list."); throwDOMException 76 Source/core/css/CSSGroupingRule.cpp exceptionState.throwDOMException(SyntaxError, "the rule '" + ruleString + "' is invalid and cannot be parsed."); throwDOMException 84 Source/core/css/CSSGroupingRule.cpp exceptionState.throwDOMException(HierarchyRequestError, "'@import' rules cannot be inserted inside a group rule."); throwDOMException 100 Source/core/css/CSSGroupingRule.cpp exceptionState.throwDOMException(IndexSizeError, "the index " + String::number(index) + " is greated than the length of the rule list."); throwDOMException 74 Source/core/css/CSSMatrix.cpp exceptionState.throwDOMException(SyntaxError, "Failed to interpret '" + string + "' as a transformation operation."); throwDOMException 81 Source/core/css/CSSMatrix.cpp exceptionState.throwDOMException(SyntaxError, "The transformation depends on the box size, which is not supported."); throwDOMException 88 Source/core/css/CSSMatrix.cpp exceptionState.throwDOMException(SyntaxError, "Failed to parse '" + string + "'."); throwDOMException 104 Source/core/css/CSSMatrix.cpp exceptionState.throwDOMException(NotSupportedError, "The matrix is not invertable."); throwDOMException 683 Source/core/css/CSSPrimitiveValue.cpp exceptionState.throwDOMException(NoModificationAllowedError, "CSSPrimitiveValue objects are read-only."); throwDOMException 743 Source/core/css/CSSPrimitiveValue.cpp exceptionState.throwDOMException(InvalidAccessError, "Failed to obtain a double value."); throwDOMException 841 Source/core/css/CSSPrimitiveValue.cpp exceptionState.throwDOMException(NoModificationAllowedError, "CSSPrimitiveValue objects are read-only."); throwDOMException 856 Source/core/css/CSSPrimitiveValue.cpp exceptionState.throwDOMException(InvalidAccessError, "This object's value cannot be represented as a string."); throwDOMException 884 Source/core/css/CSSPrimitiveValue.cpp exceptionState.throwDOMException(InvalidAccessError, "This object is not a counter value."); throwDOMException 894 Source/core/css/CSSPrimitiveValue.cpp exceptionState.throwDOMException(InvalidAccessError, "This object is not a rect value."); throwDOMException 904 Source/core/css/CSSPrimitiveValue.cpp exceptionState.throwDOMException(InvalidAccessError, "This object is not a quad value."); throwDOMException 914 Source/core/css/CSSPrimitiveValue.cpp exceptionState.throwDOMException(InvalidAccessError, "This object is not an RGB color value."); throwDOMException 925 Source/core/css/CSSPrimitiveValue.cpp exceptionState.throwDOMException(InvalidAccessError, "This object is not a pair value."); throwDOMException 303 Source/core/css/CSSStyleSheet.cpp exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is larger than the maximum index (" + String::number(length()) + ")."); throwDOMException 311 Source/core/css/CSSStyleSheet.cpp exceptionState.throwDOMException(SyntaxError, "Failed to parse the rule '" + ruleString + "'."); throwDOMException 318 Source/core/css/CSSStyleSheet.cpp exceptionState.throwDOMException(HierarchyRequestError, "Failed to insert the rule."); throwDOMException 338 Source/core/css/CSSStyleSheet.cpp exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is larger than the maximum index (" + String::number(length() - 1) + ")."); throwDOMException 153 Source/core/css/FontFace.cpp exceptionState.throwDOMException(SyntaxError, "The source provided ('" + source + "') could not be parsed as a value list."); throwDOMException 281 Source/core/css/FontFace.cpp exceptionState.throwDOMException(SyntaxError, "Failed to set '" + s + "' as a property value."); throwDOMException 290 Source/core/css/FontFaceSet.cpp exceptionState.throwDOMException(InvalidModificationError, "Cannot add a CSS-connected FontFace."); throwDOMException 330 Source/core/css/FontFaceSet.cpp exceptionState.throwDOMException(InvalidModificationError, "Cannot delete a CSS-connected FontFace."); throwDOMException 471 Source/core/css/FontFaceSet.cpp exceptionState.throwDOMException(SyntaxError, "Could not resolve '" + fontString + "' as a font."); throwDOMException 222 Source/core/css/MediaList.cpp exceptionState.throwDOMException(NotFoundError, "Failed to delete '" + medium + "'."); throwDOMException 235 Source/core/css/MediaList.cpp exceptionState.throwDOMException(InvalidCharacterError, "The value provided ('" + medium + "') is not a valid medium."); throwDOMException 62 Source/core/dom/CharacterData.cpp exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is greater than the node's length (" + String::number(length()) + ")."); throwDOMException 96 Source/core/dom/CharacterData.cpp exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is greater than the node's length (" + String::number(length()) + ")."); throwDOMException 111 Source/core/dom/CharacterData.cpp exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is greater than the node's length (" + String::number(length()) + ")."); throwDOMException 132 Source/core/dom/CharacterData.cpp exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is greater than the node's length (" + String::number(length()) + ")."); throwDOMException 123 Source/core/dom/ContainerNode.cpp exceptionState.throwDOMException(NotFoundError, "The new child element is null."); throwDOMException 131 Source/core/dom/ContainerNode.cpp exceptionState.throwDOMException(HierarchyRequestError, "The new child element contains the parent."); throwDOMException 140 Source/core/dom/ContainerNode.cpp exceptionState.throwDOMException(HierarchyRequestError, "The new child element is a pseudo-element."); throwDOMException 145 Source/core/dom/ContainerNode.cpp exceptionState.throwDOMException(HierarchyRequestError, "The new child element contains the parent."); throwDOMException 152 Source/core/dom/ContainerNode.cpp exceptionState.throwDOMException(HierarchyRequestError, "Failed to replace child."); throwDOMException 156 Source/core/dom/ContainerNode.cpp exceptionState.throwDOMException(HierarchyRequestError, "Nodes of type '" + newChild->nodeName() + "' may not be inserted inside nodes of type '" + nodeName() + "'."); throwDOMException 167 Source/core/dom/ContainerNode.cpp exceptionState.throwDOMException(HierarchyRequestError, "The new child element contains the parent."); throwDOMException 196 Source/core/dom/ContainerNode.cpp exceptionState.throwDOMException(NotFoundError, "The node before which the new node is to be inserted is not a child of this node."); throwDOMException 305 Source/core/dom/ContainerNode.cpp exceptionState.throwDOMException(NotFoundError, "The node to be replaced is null."); throwDOMException 315 Source/core/dom/ContainerNode.cpp exceptionState.throwDOMException(NotFoundError, "The node to be replaced is not a child of this node."); throwDOMException 425 Source/core/dom/ContainerNode.cpp exceptionState.throwDOMException(NotFoundError, "The node to be removed is not a child of this node."); throwDOMException 439 Source/core/dom/ContainerNode.cpp exceptionState.throwDOMException(NotFoundError, "The node to be removed is no longer a child of this node. Perhaps it was moved in a 'blur' event handler?"); throwDOMException 447 Source/core/dom/ContainerNode.cpp exceptionState.throwDOMException(NotFoundError, "The node to be removed is no longer a child of this node. Perhaps it was moved in response to a mutation?"); throwDOMException 920 Source/core/dom/ContainerNode.cpp exceptionState.throwDOMException(SyntaxError, "The provided selector is empty."); throwDOMException 933 Source/core/dom/ContainerNode.cpp exceptionState.throwDOMException(SyntaxError, "The provided selector is empty."); throwDOMException 38 Source/core/dom/DOMTokenList.cpp exceptionState.throwDOMException(SyntaxError, "The token provided must not be empty."); throwDOMException 45 Source/core/dom/DOMTokenList.cpp exceptionState.throwDOMException(InvalidCharacterError, "The token provided ('" + token + "') contains HTML space characters, which are not valid in tokens."); throwDOMException 47 Source/core/dom/DOMURL.cpp exceptionState.throwDOMException(SyntaxError, "Invalid base URL"); throwDOMException 51 Source/core/dom/DOMURL.cpp exceptionState.throwDOMException(SyntaxError, "Invalid URL"); throwDOMException 71 Source/core/dom/DOMURL.cpp exceptionState.throwDOMException(InvalidStateError, String(blob->isFile() ? "File" : "Blob") + " has been closed."); throwDOMException 199 Source/core/dom/DatasetDOMStringMap.cpp exceptionState.throwDOMException(SyntaxError, "'" + name + "' is not a valid property name."); throwDOMException 711 Source/core/dom/Document.cpp exceptionState.throwDOMException(InvalidCharacterError, "The tag name provided ('" + name + "') is not a valid name."); throwDOMException 724 Source/core/dom/Document.cpp exceptionState.throwDOMException(InvalidCharacterError, "The tag name provided ('" + localName + "') is not a valid name."); throwDOMException 752 Source/core/dom/Document.cpp exceptionState.throwDOMException(NamespaceError, "The namespace URI provided ('" + namespaceURI + "') is not valid for the qualified name provided ('" + qualifiedName + "')."); throwDOMException 794 Source/core/dom/Document.cpp exceptionState.throwDOMException(NotSupportedError, "No element registration context is available."); throwDOMException 849 Source/core/dom/Document.cpp exceptionState.throwDOMException(NotSupportedError, "This operation is not supported for HTML documents."); throwDOMException 853 Source/core/dom/Document.cpp exceptionState.throwDOMException(InvalidCharacterError, "String cannot contain ']]>' since that is the end delimiter of a CData section."); throwDOMException 862 Source/core/dom/Document.cpp exceptionState.throwDOMException(InvalidCharacterError, "The target provided ('" + target + "') is not a valid name."); throwDOMException 866 Source/core/dom/Document.cpp exceptionState.throwDOMException(InvalidCharacterError, "The data provided ('" + data + "') contains '?>'."); throwDOMException 894 Source/core/dom/Document.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 916 Source/core/dom/Document.cpp exceptionState.throwDOMException(NamespaceError, "The imported node has an invalid namespace."); throwDOMException 939 Source/core/dom/Document.cpp exceptionState.throwDOMException(NotSupportedError, "The node provided is a shadow root, which may not be imported."); throwDOMException 950 Source/core/dom/Document.cpp exceptionState.throwDOMException(NotSupportedError, "The node provided is a document, which may not be imported."); throwDOMException 961 Source/core/dom/Document.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 970 Source/core/dom/Document.cpp exceptionState.throwDOMException(NotSupportedError, "The node provided is of type '" + source->nodeName() + "', which may not be adopted."); throwDOMException 981 Source/core/dom/Document.cpp exceptionState.throwDOMException(HierarchyRequestError, "The node provided is a shadow root, which may not be adopted."); throwDOMException 989 Source/core/dom/Document.cpp exceptionState.throwDOMException(HierarchyRequestError, "The node provided is a frame which contains this document."); throwDOMException 1147 Source/core/dom/Document.cpp exceptionState.throwDOMException(NotSupportedError, "This document does not support XML."); throwDOMException 1152 Source/core/dom/Document.cpp exceptionState.throwDOMException(NotSupportedError, "This document does not support the XML version '" + version + "'."); throwDOMException 1162 Source/core/dom/Document.cpp exceptionState.throwDOMException(NotSupportedError, "This document does not support XML."); throwDOMException 1489 Source/core/dom/Document.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 1498 Source/core/dom/Document.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 1509 Source/core/dom/Document.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 1519 Source/core/dom/Document.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 1528 Source/core/dom/Document.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 1537 Source/core/dom/Document.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 2347 Source/core/dom/Document.cpp exceptionState.throwDOMException(HierarchyRequestError, ExceptionMessages::argumentNullOrIncorrectType(1, "HTMLElement")); throwDOMException 2351 Source/core/dom/Document.cpp exceptionState.throwDOMException(HierarchyRequestError, "No document element exists."); throwDOMException 2356 Source/core/dom/Document.cpp exceptionState.throwDOMException(HierarchyRequestError, "The new body element is of type '" + newBody->tagName() + "'. It must be either a 'BODY' or 'FRAMESET' element."); throwDOMException 3780 Source/core/dom/Document.cpp exceptionState.throwDOMException(NotSupportedError, "The provided event type ('" + eventType + "') is invalid."); throwDOMException 4060 Source/core/dom/Document.cpp exceptionState.throwDOMException(NamespaceError, "The qualified name provided ('" + qualifiedName + "') contains multiple colons."); throwDOMException 4074 Source/core/dom/Document.cpp exceptionState.throwDOMException(InvalidCharacterError, message.toString()); throwDOMException 4086 Source/core/dom/Document.cpp exceptionState.throwDOMException(InvalidCharacterError, message.toString()); throwDOMException 4098 Source/core/dom/Document.cpp exceptionState.throwDOMException(NamespaceError, "The qualified name provided ('" + qualifiedName + "') has an empty namespace prefix."); throwDOMException 4106 Source/core/dom/Document.cpp exceptionState.throwDOMException(NamespaceError, "The qualified name provided ('" + qualifiedName + "') has an empty local name."); throwDOMException 4118 Source/core/dom/Document.cpp exceptionState.throwDOMException(InvalidCharacterError, "The qualified name provided is empty."); throwDOMException 908 Source/core/dom/Element.cpp exceptionState.throwDOMException(InvalidCharacterError, "'" + localName + "' is not a valid attribute name."); throwDOMException 1200 Source/core/dom/Element.cpp exceptionState.throwDOMException(InvalidCharacterError, "The prefix '" + prefix + "' is not a valid name."); throwDOMException 1208 Source/core/dom/Element.cpp exceptionState.throwDOMException(NamespaceError, "No namespace is set, so a namespace prefix may not be set."); throwDOMException 1213 Source/core/dom/Element.cpp exceptionState.throwDOMException(NamespaceError, "The prefix '" + xmlAtom + "' may not be set on namespace '" + nodeNamespaceURI + "'."); throwDOMException 1735 Source/core/dom/Element.cpp exceptionState.throwDOMException(HierarchyRequestError, "Author-created shadow roots are disabled for this element."); throwDOMException 1940 Source/core/dom/Element.cpp exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "Attr")); throwDOMException 1951 Source/core/dom/Element.cpp exceptionState.throwDOMException(InUseAttributeError, "The node provided is an attribute node that is already an attribute of another Element; attribute nodes must be explicitly cloned."); throwDOMException 1978 Source/core/dom/Element.cpp exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "Attr")); throwDOMException 1982 Source/core/dom/Element.cpp exceptionState.throwDOMException(NotFoundError, "The node provided is owned by another element."); throwDOMException 1992 Source/core/dom/Element.cpp exceptionState.throwDOMException(NotFoundError, "The attribute was not found on this element."); throwDOMException 2011 Source/core/dom/Element.cpp exceptionState.throwDOMException(NamespaceError, "'" + namespaceURI + "' is an invalid namespace for attributes."); throwDOMException 2259 Source/core/dom/Element.cpp exceptionState.throwDOMException(NoModificationAllowedError, "This element has no parent node."); throwDOMException 2263 Source/core/dom/Element.cpp exceptionState.throwDOMException(NoModificationAllowedError, "This element's parent is of type '" + p->nodeName() + "', which is not an element node."); throwDOMException 2314 Source/core/dom/Element.cpp exceptionState.throwDOMException(SyntaxError, "The value provided ('" + where + "') is not one of 'beforeBegin', 'afterBegin', 'beforeEnd', or 'afterEnd'."); throwDOMException 2324 Source/core/dom/Element.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The element has no parent."); throwDOMException 2331 Source/core/dom/Element.cpp exceptionState.throwDOMException(SyntaxError, "The value provided ('" + where + "') is not one of 'beforeBegin', 'afterBegin', 'beforeEnd', or 'afterEnd'."); throwDOMException 79 Source/core/dom/MessagePort.cpp exceptionState.throwDOMException(DataCloneError, "Port at index " + String::number(i) + " contains the source port."); throwDOMException 232 Source/core/dom/MessagePort.cpp exceptionState.throwDOMException(DataCloneError, "Port at index " + String::number(i) + " is " + type + "."); throwDOMException 81 Source/core/dom/MutationObserver.cpp exceptionState.throwDOMException(NotFoundError, "The provided node was null."); throwDOMException 62 Source/core/dom/NamedNodeMap.cpp exceptionState.throwDOMException(NotFoundError, "No item with name '" + name + "' was found."); throwDOMException 72 Source/core/dom/NamedNodeMap.cpp exceptionState.throwDOMException(NotFoundError, "No item with name '" + namespaceURI + "::" + localName + "' was found."); throwDOMException 81 Source/core/dom/NamedNodeMap.cpp exceptionState.throwDOMException(NotFoundError, "The node provided was null."); throwDOMException 87 Source/core/dom/NamedNodeMap.cpp exceptionState.throwDOMException(HierarchyRequestError, "The node provided is not an attribute node."); throwDOMException 436 Source/core/dom/Node.cpp exceptionState.throwDOMException(HierarchyRequestError, "This node type does not support this method."); throwDOMException 444 Source/core/dom/Node.cpp exceptionState.throwDOMException(HierarchyRequestError, "This node type does not support this method."); throwDOMException 452 Source/core/dom/Node.cpp exceptionState.throwDOMException(NotFoundError, "This node type does not support this method."); throwDOMException 460 Source/core/dom/Node.cpp exceptionState.throwDOMException(HierarchyRequestError, "This node type does not support this method."); throwDOMException 91 Source/core/dom/NodeIterator.cpp exceptionState.throwDOMException(InvalidStateError, "The iterator is detached."); throwDOMException 120 Source/core/dom/NodeIterator.cpp exceptionState.throwDOMException(InvalidStateError, "The iterator is detached."); throwDOMException 131 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detach()' has been invoked on this object?"); throwDOMException 141 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detach()' has been invoked on this object?"); throwDOMException 151 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detach()' has been invoked on this object?"); throwDOMException 161 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detach()' has been invoked on this object?"); throwDOMException 171 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detach()' has been invoked on this object?"); throwDOMException 192 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detach()' has been invoked on this object?"); throwDOMException 214 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detach()' has been invoked on this object?"); throwDOMException 219 Source/core/dom/Range.cpp exceptionState.throwDOMException(NotFoundError, "The node provided was null."); throwDOMException 242 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detach()' has been invoked on this object?"); throwDOMException 247 Source/core/dom/Range.cpp exceptionState.throwDOMException(NotFoundError, "The node provided was null."); throwDOMException 282 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detach()' has been invoked on this object?"); throwDOMException 295 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detach()' has been invoked on this object?"); throwDOMException 300 Source/core/dom/Range.cpp exceptionState.throwDOMException(HierarchyRequestError, "The node provided was null."); throwDOMException 323 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detach()' has been invoked on this object?"); throwDOMException 328 Source/core/dom/Range.cpp exceptionState.throwDOMException(HierarchyRequestError, "The node provided was null."); throwDOMException 333 Source/core/dom/Range.cpp exceptionState.throwDOMException(WrongDocumentError, "The node provided is not in an active document."); throwDOMException 338 Source/core/dom/Range.cpp exceptionState.throwDOMException(WrongDocumentError, "The node provided is not in this Range's Document."); throwDOMException 368 Source/core/dom/Range.cpp exceptionState.throwDOMException(NotFoundError, "The node provided was null."); throwDOMException 373 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "This Range is detached, and the provided node is not."); throwDOMException 393 Source/core/dom/Range.cpp exceptionState.throwDOMException(NotFoundError, "The provided node has no parent."); throwDOMException 411 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detach()' has been invoked on this object?"); throwDOMException 416 Source/core/dom/Range.cpp exceptionState.throwDOMException(NotFoundError, "The source range provided was null."); throwDOMException 428 Source/core/dom/Range.cpp exceptionState.throwDOMException(WrongDocumentError, "The source range is in a different document than this range."); throwDOMException 439 Source/core/dom/Range.cpp exceptionState.throwDOMException(WrongDocumentError, "The source range is in a different document than this range."); throwDOMException 454 Source/core/dom/Range.cpp exceptionState.throwDOMException(SyntaxError, "The comparison method provided must be one of 'START_TO_START', 'START_TO_END', 'END_TO_END', or 'END_TO_START'."); throwDOMException 520 Source/core/dom/Range.cpp exceptionState.throwDOMException(WrongDocumentError, "The two ranges are in separate documents."); throwDOMException 578 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detach()' has been invoked on this object?"); throwDOMException 582 Source/core/dom/Range.cpp exceptionState.throwDOMException(NotFoundError, "The node provided is null."); throwDOMException 597 Source/core/dom/Range.cpp exceptionState.throwDOMException(NotFoundError, "The node provided has no parent."); throwDOMException 941 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detach()' has been invoked on this object?"); throwDOMException 953 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detach()' has been invoked on this object?"); throwDOMException 958 Source/core/dom/Range.cpp exceptionState.throwDOMException(NotFoundError, "The node provided is null."); throwDOMException 968 Source/core/dom/Range.cpp exceptionState.throwDOMException(HierarchyRequestError, "This operation would split a text node, but there's no parent into which to insert."); throwDOMException 987 Source/core/dom/Range.cpp exceptionState.throwDOMException(HierarchyRequestError, "The node to be inserted contains a '" + c->nodeName() + "' node, which may not be inserted here."); throwDOMException 995 Source/core/dom/Range.cpp exceptionState.throwDOMException(HierarchyRequestError, "The node to be inserted is a '" + newNode->nodeName() + "' node, which may not be inserted here."); throwDOMException 1002 Source/core/dom/Range.cpp exceptionState.throwDOMException(HierarchyRequestError, "The node to be inserted contains the insertion point; it may not be inserted into itself."); throwDOMException 1011 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidNodeTypeError, "The node to be inserted is a '" + newNode->nodeName() + "' node, which may not be inserted here."); throwDOMException 1015 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidNodeTypeError, "The node to be inserted is a shadow root, which may not be inserted here."); throwDOMException 1063 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detach()' has been invoked on this object?"); throwDOMException 1103 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detach()' has been invoked on this object?"); throwDOMException 1109 Source/core/dom/Range.cpp exceptionState.throwDOMException(NotSupportedError, "The range's container must be an HTML element."); throwDOMException 1125 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detach()' has been invoked on this object?"); throwDOMException 1139 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidNodeTypeError, "The node provided is of type '" + n->nodeName() + "'."); throwDOMException 1145 Source/core/dom/Range.cpp exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is larger than or equal to the node's length (" + String::number(toCharacterData(n)->length()) + ")."); throwDOMException 1149 Source/core/dom/Range.cpp exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is larger than or equal to than the node's length (" + String::number(toProcessingInstruction(n)->data().length()) + ")."); throwDOMException 1159 Source/core/dom/Range.cpp exceptionState.throwDOMException(IndexSizeError, "There is no child at offset " + String::number(offset) + "."); throwDOMException 1170 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detach()' has been invoked on this object?"); throwDOMException 1175 Source/core/dom/Range.cpp exceptionState.throwDOMException(NotFoundError, "The node provided is null."); throwDOMException 1184 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidNodeTypeError, "the given Node has no parent."); throwDOMException 1192 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidNodeTypeError, "The node provided is of type '" + n->nodeName() + "'."); throwDOMException 1218 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidNodeTypeError, "The node provided is of type '" + n->nodeName() + "'."); throwDOMException 1226 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detach()' has been invoked on this object?"); throwDOMException 1263 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detach()' has been invoked on this object?"); throwDOMException 1268 Source/core/dom/Range.cpp exceptionState.throwDOMException(NotFoundError, "The node provided is null."); throwDOMException 1273 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidNodeTypeError, "the given Node has no parent."); throwDOMException 1292 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidNodeTypeError, "The node provided has an ancestor of type '" + anc->nodeName() + "'."); throwDOMException 1308 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidNodeTypeError, "The node provided is of type '" + refNode->nodeName() + "'."); throwDOMException 1322 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detach()' has been invoked on this object?"); throwDOMException 1327 Source/core/dom/Range.cpp exceptionState.throwDOMException(NotFoundError, "The node provided is null."); throwDOMException 1345 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidNodeTypeError, "The node provided is of type '" + refNode->nodeName() + "'."); throwDOMException 1362 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detach()' has been invoked on this object?"); throwDOMException 1367 Source/core/dom/Range.cpp exceptionState.throwDOMException(NotFoundError, "The node provided is null."); throwDOMException 1378 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidNodeTypeError, "The node provided is of type '" + newParent->nodeName() + "'."); throwDOMException 1398 Source/core/dom/Range.cpp exceptionState.throwDOMException(HierarchyRequestError, "The container node is a detached character data node; no parent node is available for insertion."); throwDOMException 1403 Source/core/dom/Range.cpp exceptionState.throwDOMException(HierarchyRequestError, "The node provided is of type '" + newParent->nodeName() + "', which may not be inserted here."); throwDOMException 1408 Source/core/dom/Range.cpp exceptionState.throwDOMException(HierarchyRequestError, "The node provided contains the insertion point; it may not be inserted into itself."); throwDOMException 1423 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The Range has partially selected a non-Text node."); throwDOMException 1456 Source/core/dom/Range.cpp exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detach()' has been invoked on this object?"); throwDOMException 1468 Source/core/dom/Range.cpp exceptionState.throwDOMException(HierarchyRequestError, "The Range contains a doctype node."); throwDOMException 493 Source/core/dom/SelectorQuery.cpp exceptionState.throwDOMException(SyntaxError, "'" + selectors + "' is not a valid selector."); throwDOMException 499 Source/core/dom/SelectorQuery.cpp exceptionState.throwDOMException(NamespaceError, "'" + selectors + "' contains namespaces, which are not supported."); throwDOMException 112 Source/core/dom/Text.cpp exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is larger than the Text node's length."); throwDOMException 46 Source/core/dom/TreeWalker.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 48 Source/core/dom/custom/CustomElementException.cpp exceptionState.throwDOMException(NotSupportedError, preamble(type) + "Elements cannot be registered from extensions."); throwDOMException 52 Source/core/dom/custom/CustomElementException.cpp exceptionState.throwDOMException(NotSupportedError, preamble(type) + "Prototype constructor property is not configurable."); throwDOMException 56 Source/core/dom/custom/CustomElementException.cpp exceptionState.throwDOMException(InvalidStateError, preamble(type) + "The context is no longer valid."); throwDOMException 60 Source/core/dom/custom/CustomElementException.cpp exceptionState.throwDOMException(InvalidStateError, preamble(type) + "The context is no longer valid."); throwDOMException 64 Source/core/dom/custom/CustomElementException.cpp exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The context is no longer valid."); throwDOMException 68 Source/core/dom/custom/CustomElementException.cpp exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The tag name specified in 'extends' is not a valid tag name."); throwDOMException 72 Source/core/dom/custom/CustomElementException.cpp exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The tag name specified in 'extends' is a custom element name. Use inheritance instead."); throwDOMException 76 Source/core/dom/custom/CustomElementException.cpp exceptionState.throwDOMException(SyntaxError, preamble(type) + "The type name is invalid."); throwDOMException 80 Source/core/dom/custom/CustomElementException.cpp exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The prototype is already in-use as an interface prototype object."); throwDOMException 84 Source/core/dom/custom/CustomElementException.cpp exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The prototype option is not an object."); throwDOMException 88 Source/core/dom/custom/CustomElementException.cpp exceptionState.throwDOMException(NotSupportedError, preamble(type) + "A type with that name is already registered."); throwDOMException 119 Source/core/dom/shadow/ShadowRoot.cpp exceptionState.throwDOMException(DataCloneError, "ShadowRoot nodes are not clonable."); throwDOMException 131 Source/core/dom/shadow/ShadowRoot.cpp exceptionState.throwDOMException(InvalidAccessError, "The ShadowRoot does not have a host."); throwDOMException 926 Source/core/editing/markup.cpp exceptionState.throwDOMException(SyntaxError, "The provided markup is invalid XML, and therefore cannot be inserted into an XML document."); throwDOMException 972 Source/core/editing/markup.cpp exceptionState.throwDOMException(NotSupportedError, "The range's container is '" + element->localName() + "', which is not supported."); throwDOMException 159 Source/core/events/EventTarget.cpp exceptionState.throwDOMException(InvalidStateError, "The event provided is null."); throwDOMException 163 Source/core/events/EventTarget.cpp exceptionState.throwDOMException(InvalidStateError, "The event provided is uninitialized."); throwDOMException 167 Source/core/events/EventTarget.cpp exceptionState.throwDOMException(InvalidStateError, "The event is already being dispatched."); throwDOMException 112 Source/core/fileapi/Blob.cpp exceptionState.throwDOMException(InvalidStateError, "Blob has been closed."); throwDOMException 129 Source/core/fileapi/Blob.cpp exceptionState.throwDOMException(InvalidStateError, "Blob has been closed."); throwDOMException 189 Source/core/fileapi/File.cpp exceptionState.throwDOMException(InvalidStateError, "File has been closed."); throwDOMException 238 Source/core/fileapi/File.cpp exceptionState.throwDOMException(InvalidStateError, "Blob has been closed."); throwDOMException 137 Source/core/fileapi/FileError.cpp exceptionState.throwDOMException(errorCodeToExceptionCode(code), errorCodeToMessage(code)); throwDOMException 81 Source/core/fileapi/FileError.h static void throwDOMException(ExceptionState&, ErrorCode); throwDOMException 227 Source/core/fileapi/FileReader.cpp exceptionState.throwDOMException(InvalidStateError, "The object is already busy reading Blobs."); throwDOMException 232 Source/core/fileapi/FileReader.cpp exceptionState.throwDOMException(InvalidStateError, String(blob->isFile() ? "File" : "Blob") + " has been closed."); throwDOMException 52 Source/core/fileapi/FileReaderSync.cpp exceptionState.throwDOMException(NotFoundError, FileError::notFoundErrorMessage); throwDOMException 65 Source/core/fileapi/FileReaderSync.cpp exceptionState.throwDOMException(NotFoundError, FileError::notFoundErrorMessage); throwDOMException 77 Source/core/fileapi/FileReaderSync.cpp exceptionState.throwDOMException(NotFoundError, FileError::notFoundErrorMessage); throwDOMException 90 Source/core/fileapi/FileReaderSync.cpp exceptionState.throwDOMException(NotFoundError, FileError::notFoundErrorMessage); throwDOMException 104 Source/core/fileapi/FileReaderSync.cpp FileError::throwDOMException(exceptionState, loader.errorCode()); throwDOMException 836 Source/core/frame/DOMWindow.cpp exceptionState.throwDOMException(SyntaxError, "Invalid target origin '" + targetOrigin + "' in a call to 'postMessage'."); throwDOMException 51 Source/core/frame/DOMWindowBase64.cpp exceptionState.throwDOMException(InvalidCharacterError, "The string to be encoded contains characters outside of the Latin1 range."); throwDOMException 64 Source/core/frame/DOMWindowBase64.cpp exceptionState.throwDOMException(InvalidCharacterError, "The string to be decoded contains characters outside of the Latin1 range."); throwDOMException 69 Source/core/frame/DOMWindowBase64.cpp exceptionState.throwDOMException(InvalidCharacterError, "The string to be decoded is not correctly encoded."); throwDOMException 149 Source/core/frame/Location.cpp exceptionState.throwDOMException(SyntaxError, "'" + protocol + "' is an invalid protocol."); throwDOMException 109 Source/core/html/HTMLDialogElement.cpp exceptionState.throwDOMException(InvalidStateError, "The element does not have an 'open' attribute, and therefore cannot be closed."); throwDOMException 150 Source/core/html/HTMLDialogElement.cpp exceptionState.throwDOMException(InvalidStateError, "The element already has an 'open' attribute, and therefore cannot be opened modally."); throwDOMException 154 Source/core/html/HTMLDialogElement.cpp exceptionState.throwDOMException(InvalidStateError, "The element is not in a Document."); throwDOMException 363 Source/core/html/HTMLElement.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The '" + localName() + "' element does not support text insertion."); throwDOMException 370 Source/core/html/HTMLElement.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The '" + localName() + "' element does not support text insertion."); throwDOMException 410 Source/core/html/HTMLElement.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The '" + localName() + "' element does not support text insertion."); throwDOMException 417 Source/core/html/HTMLElement.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The '" + localName() + "' element does not support text insertion."); throwDOMException 423 Source/core/html/HTMLElement.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The element has no parent."); throwDOMException 439 Source/core/html/HTMLElement.cpp exceptionState.throwDOMException(HierarchyRequestError, "The element has no parent."); throwDOMException 548 Source/core/html/HTMLElement.cpp exceptionState.throwDOMException(SyntaxError, "The value provided ('" + enabled + "') is not one of 'true', 'false', 'plaintext-only', or 'inherit'."); throwDOMException 518 Source/core/html/HTMLInputElement.cpp exceptionState.throwDOMException(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does not support selection."); throwDOMException 527 Source/core/html/HTMLInputElement.cpp exceptionState.throwDOMException(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does not support selection."); throwDOMException 536 Source/core/html/HTMLInputElement.cpp exceptionState.throwDOMException(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does not support selection."); throwDOMException 545 Source/core/html/HTMLInputElement.cpp exceptionState.throwDOMException(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does not support selection."); throwDOMException 554 Source/core/html/HTMLInputElement.cpp exceptionState.throwDOMException(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does not support selection."); throwDOMException 563 Source/core/html/HTMLInputElement.cpp exceptionState.throwDOMException(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does not support selection."); throwDOMException 572 Source/core/html/HTMLInputElement.cpp exceptionState.throwDOMException(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does not support selection."); throwDOMException 581 Source/core/html/HTMLInputElement.cpp exceptionState.throwDOMException(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does not support selection."); throwDOMException 999 Source/core/html/HTMLInputElement.cpp exceptionState.throwDOMException(InvalidStateError, "This input element accepts a filename, which may only be programmatically set to the empty string."); throwDOMException 1300 Source/core/html/HTMLInputElement.cpp exceptionState.throwDOMException(IndexSizeError, "The value provided (" + String::number(maxLength) + ") is negative."); throwDOMException 1318 Source/core/html/HTMLInputElement.cpp exceptionState.throwDOMException(IndexSizeError, "The value provided is 0, which is an invalid size."); throwDOMException 1798 Source/core/html/HTMLInputElement.cpp exceptionState.throwDOMException(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does not support selection."); throwDOMException 1808 Source/core/html/HTMLInputElement.cpp exceptionState.throwDOMException(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does not support selection."); throwDOMException 139 Source/core/html/HTMLMarqueeElement.cpp exceptionState.throwDOMException(IndexSizeError, "The provided value (" + String::number(scrollAmount) + ") is negative."); throwDOMException 154 Source/core/html/HTMLMarqueeElement.cpp exceptionState.throwDOMException(IndexSizeError, "The provided value (" + String::number(scrollDelay) + ") is negative."); throwDOMException 169 Source/core/html/HTMLMarqueeElement.cpp exceptionState.throwDOMException(IndexSizeError, "The provided value (" + String::number(loop) + ") is neither positive nor -1."); throwDOMException 1698 Source/core/html/HTMLMediaElement.cpp exceptionState.throwDOMException(InvalidStateError, "The element's readyState is HAVE_NOTHING."); throwDOMException 1872 Source/core/html/HTMLMediaElement.cpp exceptionState.throwDOMException(InvalidStateError, "The element is slaved to a MediaController."); throwDOMException 2108 Source/core/html/HTMLMediaElement.cpp exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexOutsideRange("volume", vol, 0.0, ExceptionMessages::InclusiveBound, 1.0, ExceptionMessages::InclusiveBound)); throwDOMException 2303 Source/core/html/HTMLMediaElement.cpp exceptionState.throwDOMException(SyntaxError, "The 'kind' provided ('" + kind + "') is invalid."); throwDOMException 87 Source/core/html/HTMLOptionsCollection.cpp exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is less than -1."); throwDOMException 186 Source/core/html/HTMLTableElement.cpp exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is less than -1."); throwDOMException 201 Source/core/html/HTMLTableElement.cpp exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is greater than the number of rows in the table (" + String::number(i) + ")."); throwDOMException 232 Source/core/html/HTMLTableElement.cpp exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is less than -1."); throwDOMException 248 Source/core/html/HTMLTableElement.cpp exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is greater than the number of rows in the table (" + String::number(i) + ")."); throwDOMException 127 Source/core/html/HTMLTableRowElement.cpp exceptionState.throwDOMException(IndexSizeError, "The value provided (" + String::number(index) + ") is outside the range [-1, " + String::number(numCells) + "]."); throwDOMException 155 Source/core/html/HTMLTableRowElement.cpp exceptionState.throwDOMException(IndexSizeError, "The value provided (" + String::number(index) + ") is outside the range [0, " + String::number(numCells) + ")."); throwDOMException 66 Source/core/html/HTMLTableSectionElement.cpp exceptionState.throwDOMException(IndexSizeError, "The provided index (" + String::number(index) + " is outside the range [-1, " + String::number(numRows) + "]."); throwDOMException 93 Source/core/html/HTMLTableSectionElement.cpp exceptionState.throwDOMException(IndexSizeError, "The provided index (" + String::number(index) + " is outside the range [-1, " + String::number(numRows) + "]."); throwDOMException 440 Source/core/html/HTMLTextAreaElement.cpp exceptionState.throwDOMException(IndexSizeError, "The value provided (" + String::number(newValue) + ") is not positive or 0."); throwDOMException 209 Source/core/html/HTMLTextFormControlElement.cpp exceptionState.throwDOMException(IndexSizeError, "The provided start value (" + String::number(start) + ") is larger than the provided end value (" + String::number(end) + ")."); throwDOMException 217 Source/core/html/HTMLVideoElement.cpp exceptionState.throwDOMException(InvalidStateError, "This element does not support fullscreen mode."); throwDOMException 71 Source/core/html/ImageData.cpp exceptionState.throwDOMException(IndexSizeError, String::format("The source %s is zero or not a number.", width ? "height" : "width")); throwDOMException 79 Source/core/html/ImageData.cpp exceptionState.throwDOMException(IndexSizeError, "The requested image size exceeds the supported range."); throwDOMException 99 Source/core/html/ImageData.cpp exceptionState.throwDOMException(IndexSizeError, "The source width is zero or not a number."); throwDOMException 105 Source/core/html/ImageData.cpp exceptionState.throwDOMException(IndexSizeError, "The input data has a zero byte length."); throwDOMException 109 Source/core/html/ImageData.cpp exceptionState.throwDOMException(IndexSizeError, "The input data byte length is not a multiple of 4."); throwDOMException 114 Source/core/html/ImageData.cpp exceptionState.throwDOMException(IndexSizeError, "The input data byte length is not a multiple of (4 * width)."); throwDOMException 120 Source/core/html/ImageData.cpp exceptionState.throwDOMException(IndexSizeError, "The input data byte length is not equal to (4 * width * height)."); throwDOMException 288 Source/core/html/MediaController.cpp exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexOutsideRange("volume", level, 0.0, ExceptionMessages::InclusiveBound, 1.0, ExceptionMessages::InclusiveBound)); throwDOMException 120 Source/core/html/TimeRanges.cpp exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("index", index, length())); throwDOMException 129 Source/core/html/TimeRanges.cpp exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("index", index, length())); throwDOMException 52 Source/core/html/canvas/CanvasGradient.cpp exceptionState.throwDOMException(IndexSizeError, "The provided value (" + String::number(value) + ") is outside the range (0.0, 1.0)."); throwDOMException 58 Source/core/html/canvas/CanvasGradient.cpp exceptionState.throwDOMException(SyntaxError, "The value provided ('" + color + "') could not be parsed as a color."); throwDOMException 116 Source/core/html/canvas/CanvasPathMethods.cpp exceptionState.throwDOMException(IndexSizeError, "The radius provided (" + String::number(r) + ") is negative."); throwDOMException 260 Source/core/html/canvas/CanvasPathMethods.cpp exceptionState.throwDOMException(IndexSizeError, "The radius provided (" + String::number(radius) + ") is negative."); throwDOMException 284 Source/core/html/canvas/CanvasPathMethods.cpp exceptionState.throwDOMException(IndexSizeError, "The major-axis radius provided (" + String::number(radiusX) + ") is negative."); throwDOMException 288 Source/core/html/canvas/CanvasPathMethods.cpp exceptionState.throwDOMException(IndexSizeError, "The minor-axis radius provided (" + String::number(radiusY) + ") is negative."); throwDOMException 57 Source/core/html/canvas/CanvasPattern.cpp exceptionState.throwDOMException(SyntaxError, "The provided type ('" + type + "') is not one of 'repeat', 'no-repeat', 'repeat-x', or 'repeat-y'."); throwDOMException 1047 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "Path")); throwDOMException 1090 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "Path")); throwDOMException 1129 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "Path")); throwDOMException 1149 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "Path")); throwDOMException 1185 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "Path")); throwDOMException 1223 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "Path2D")); throwDOMException 1482 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, String("HTMLImageElement, HTMLCanvasElement or HTMLVideoElement"))); throwDOMException 1529 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(InvalidStateError, "The HTMLImageElement provided is in the 'broken' state."); throwDOMException 1684 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(x0, "x0")); throwDOMException 1686 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(y0, "y0")); throwDOMException 1688 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(x1, "x1")); throwDOMException 1690 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(y1, "y1")); throwDOMException 1702 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(x0, "x0")); throwDOMException 1704 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(y0, "y0")); throwDOMException 1706 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(r0, "r0")); throwDOMException 1708 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(x1, "x1")); throwDOMException 1710 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(y1, "y1")); throwDOMException 1712 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(r1, "r1")); throwDOMException 1714 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(IndexSizeError, String::format("The %s provided is less than 0.", r0 < 0 ? "r0" : "r1")); throwDOMException 1740 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(InvalidStateError, String::format("The canvas %s is 0.", imageSource->sourceSize().width() ? "height" : "width")); throwDOMException 1743 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(InvalidStateError, "Source image is in the 'broken' state."); throwDOMException 1828 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::argumentNullOrIncorrectType(1, "ImageData")); throwDOMException 1838 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(IndexSizeError, String::format("The source %s is 0.", sw ? "height" : "width")); throwDOMException 1840 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(sw, "source width")); throwDOMException 1842 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(sh, "source height")); throwDOMException 1865 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(IndexSizeError, String::format("The source %s is 0.", sw ? "height" : "width")); throwDOMException 1867 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(sx, "source X")); throwDOMException 1869 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(sy, "source Y")); throwDOMException 1871 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(sw, "source width")); throwDOMException 1873 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(sh, "source height")); throwDOMException 1910 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "ImageData")); throwDOMException 1920 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "ImageData")); throwDOMException 1922 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(dx, "dx")); throwDOMException 1924 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(dy, "dy")); throwDOMException 1926 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(dirtyX, "dirtyX")); throwDOMException 1928 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(dirtyY, "dirtyY")); throwDOMException 1930 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(dirtyWidth, "dirtyWidth")); throwDOMException 1932 Source/core/html/canvas/CanvasRenderingContext2D.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(dirtyHeight, "dirtyHeight")); throwDOMException 136 Source/core/html/canvas/DataView.cpp exceptionState.throwDOMException(IndexSizeError, "The provided offset (" + String::number(byteOffset) + ") is outside the allowed range."); throwDOMException 151 Source/core/html/canvas/DataView.cpp exceptionState.throwDOMException(IndexSizeError, "The provided offset (" + String::number(byteOffset) + ") is outside the allowed range."); throwDOMException 56 Source/core/html/canvas/Path2D.h exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "Path")); throwDOMException 208 Source/core/html/forms/InputType.cpp exceptionState.throwDOMException(InvalidStateError, "This input element does not support Date values."); throwDOMException 218 Source/core/html/forms/InputType.cpp exceptionState.throwDOMException(InvalidStateError, "This input element does not support Number values."); throwDOMException 800 Source/core/html/forms/InputType.cpp exceptionState.throwDOMException(InvalidStateError, "This form element does not have an allowed value step."); throwDOMException 874 Source/core/html/forms/InputType.cpp exceptionState.throwDOMException(InvalidStateError, "This form element is not steppable."); throwDOMException 268 Source/core/html/track/TextTrack.cpp exceptionState.throwDOMException(NotFoundError, "The specified cue is not listed in the TextTrack's list of cues."); throwDOMException 274 Source/core/html/track/TextTrack.cpp exceptionState.throwDOMException(InvalidStateError, "Failed to remove the specified cue."); throwDOMException 342 Source/core/html/track/TextTrack.cpp exceptionState.throwDOMException(NotFoundError, "The specified region is not listed in the TextTrack's list of regions."); throwDOMException 347 Source/core/html/track/TextTrack.cpp exceptionState.throwDOMException(InvalidStateError, "Failed to remove the specified region."); throwDOMException 123 Source/core/html/track/vtt/VTTCue.cpp exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexOutsideRange("value", value, 0.0, ExceptionMessages::InclusiveBound, 100.0, ExceptionMessages::InclusiveBound)); throwDOMException 280 Source/core/html/track/vtt/VTTCue.cpp exceptionState.throwDOMException(SyntaxError, "The value provided ('" + value + "') is invalid. Only 'rl', 'lr', and the empty string are accepted."); throwDOMException 306 Source/core/html/track/vtt/VTTCue.cpp exceptionState.throwDOMException(IndexSizeError, "The snap-to-lines flag is not set, and the value provided (" + String::number(position) + ") is not between 0 and 100."); throwDOMException 393 Source/core/html/track/vtt/VTTCue.cpp exceptionState.throwDOMException(SyntaxError, "The value provided ('" + value + "') is invalid. Only 'start', 'middle', 'end', 'left', and 'right' are accepted."); throwDOMException 78 Source/core/html/track/vtt/VTTRegion.cpp exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexOutsideRange("value", value, 0.0, ExceptionMessages::InclusiveBound, 100.0, ExceptionMessages::InclusiveBound)); throwDOMException 122 Source/core/html/track/vtt/VTTRegion.cpp exceptionState.throwDOMException(IndexSizeError, "The height provided (" + String::number(value) + ") is negative."); throwDOMException 176 Source/core/html/track/vtt/VTTRegion.cpp exceptionState.throwDOMException(SyntaxError, "The value provided ('" + value + "') is invalid. The 'scroll' property must be either the empty string, or 'up'."); throwDOMException 579 Source/core/inspector/InspectorStyleSheet.cpp exceptionState.throwDOMException(NotFoundError, "The parent style sheet's data hasn't been processed."); throwDOMException 585 Source/core/inspector/InspectorStyleSheet.cpp exceptionState.throwDOMException(SyntaxError, "The property '" + propertyText + "' could not be set."); throwDOMException 592 Source/core/inspector/InspectorStyleSheet.cpp exceptionState.throwDOMException(NotFoundError, "The property '" + propertyText + "' could not be set."); throwDOMException 599 Source/core/inspector/InspectorStyleSheet.cpp exceptionState.throwDOMException(NotFoundError, "The property '" + propertyText + "' could not be set."); throwDOMException 609 Source/core/inspector/InspectorStyleSheet.cpp exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is greater than or equal to the maximum bound (" + String::number(allProperties.size()) + ")."); throwDOMException 841 Source/core/inspector/InspectorStyleSheet.cpp exceptionState.throwDOMException(NotFoundError, "No property could be found for the given ID."); throwDOMException 1012 Source/core/inspector/InspectorStyleSheet.cpp exceptionState.throwDOMException(NotFoundError, "No rule was found for the given ID."); throwDOMException 1022 Source/core/inspector/InspectorStyleSheet.cpp exceptionState.throwDOMException(NotFoundError, "No rule was found for the given ID."); throwDOMException 1027 Source/core/inspector/InspectorStyleSheet.cpp exceptionState.throwDOMException(NotFoundError, "No stylesheet could be found in which to set the selector."); throwDOMException 1034 Source/core/inspector/InspectorStyleSheet.cpp exceptionState.throwDOMException(NotFoundError, "The selector '" + selector + "' could not be set."); throwDOMException 1055 Source/core/inspector/InspectorStyleSheet.cpp exceptionState.throwDOMException(SyntaxError, "The selector '" + selector + "' could not be added."); throwDOMException 1062 Source/core/inspector/InspectorStyleSheet.cpp exceptionState.throwDOMException(NotFoundError, "The selector '" + selector + "' could not be added."); throwDOMException 1081 Source/core/inspector/InspectorStyleSheet.cpp exceptionState.throwDOMException(SyntaxError, "The selector '" + selector + "' could not be added."); throwDOMException 1102 Source/core/inspector/InspectorStyleSheet.cpp exceptionState.throwDOMException(NotFoundError, "No style rule could be found for the provided ID."); throwDOMException 1107 Source/core/inspector/InspectorStyleSheet.cpp exceptionState.throwDOMException(NotFoundError, "No parent stylesheet could be found."); throwDOMException 1113 Source/core/inspector/InspectorStyleSheet.cpp exceptionState.throwDOMException(NotFoundError, "No style rule could be found for the provided ID."); throwDOMException 1558 Source/core/inspector/InspectorStyleSheet.cpp exceptionState.throwDOMException(SyntaxError, "Style sheet text is invalid."); throwDOMException 74 Source/core/loader/appcache/ApplicationCache.cpp exceptionState.throwDOMException(InvalidStateError, "there is no application cache to update."); throwDOMException 81 Source/core/loader/appcache/ApplicationCache.cpp exceptionState.throwDOMException(InvalidStateError, "there is no newer application cache to swap to."); throwDOMException 203 Source/core/page/DOMSelection.cpp exceptionState.throwDOMException(IndexSizeError, String::number(offset) + " is not a valid offset."); throwDOMException 222 Source/core/page/DOMSelection.cpp exceptionState.throwDOMException(InvalidStateError, "there is no selection."); throwDOMException 237 Source/core/page/DOMSelection.cpp exceptionState.throwDOMException(InvalidStateError, "there is no selection."); throwDOMException 257 Source/core/page/DOMSelection.cpp exceptionState.throwDOMException(IndexSizeError, String::number(baseOffset) + " is not a valid base offset."); throwDOMException 262 Source/core/page/DOMSelection.cpp exceptionState.throwDOMException(IndexSizeError, String::number(extentOffset) + " is not a valid extent offset."); throwDOMException 332 Source/core/page/DOMSelection.cpp exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 337 Source/core/page/DOMSelection.cpp exceptionState.throwDOMException(IndexSizeError, String::number(offset) + " is not a valid offset."); throwDOMException 341 Source/core/page/DOMSelection.cpp exceptionState.throwDOMException(IndexSizeError, String::number(offset) + " is larger than the given node's length."); throwDOMException 358 Source/core/page/DOMSelection.cpp exceptionState.throwDOMException(IndexSizeError, String::number(index) + " is not a valid index."); throwDOMException 78 Source/core/page/EventSource.cpp exceptionState.throwDOMException(SyntaxError, "Cannot open an EventSource to an empty URL."); throwDOMException 84 Source/core/page/EventSource.cpp exceptionState.throwDOMException(SyntaxError, "Cannot open an EventSource to '" + url + "'. The URL is invalid."); throwDOMException 96 Source/core/storage/StorageArea.cpp exceptionState.throwDOMException(QuotaExceededError, "Setting the value of '" + key + "' exceeded the quota."); throwDOMException 52 Source/core/svg/SVGAltGlyphElement.cpp exceptionState.throwDOMException(NoModificationAllowedError, ExceptionMessages::readOnly()); throwDOMException 62 Source/core/svg/SVGAltGlyphElement.cpp exceptionState.throwDOMException(NoModificationAllowedError, ExceptionMessages::readOnly()); throwDOMException 248 Source/core/svg/SVGAngle.cpp exceptionState.throwDOMException(SyntaxError, "The value provided ('" + value + "') is invalid."); throwDOMException 267 Source/core/svg/SVGAngle.cpp exceptionState.throwDOMException(NotSupportedError, "Cannot convert from unknown or invalid units."); throwDOMException 52 Source/core/svg/SVGAngleTearOff.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 63 Source/core/svg/SVGAngleTearOff.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 74 Source/core/svg/SVGAngleTearOff.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 79 Source/core/svg/SVGAngleTearOff.cpp exceptionState.throwDOMException(NotSupportedError, "Cannot set value with unknown or invalid units (" + String::number(unitType) + ")."); throwDOMException 90 Source/core/svg/SVGAngleTearOff.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 95 Source/core/svg/SVGAngleTearOff.cpp exceptionState.throwDOMException(NotSupportedError, "Cannot convert to unknown or invalid units (" + String::number(unitType) + ")."); throwDOMException 107 Source/core/svg/SVGAngleTearOff.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 48 Source/core/svg/SVGAnimatedEnumerationBase.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 61 Source/core/svg/SVGBoolean.cpp exceptionState.throwDOMException(SyntaxError, "The value provided ('" + value + "') is invalid."); throwDOMException 101 Source/core/svg/SVGEnumeration.cpp exceptionState.throwDOMException(SyntaxError, "The value provided ('" + string + "') is invalid."); throwDOMException 54 Source/core/svg/SVGGraphicsElement.cpp exceptionState.throwDOMException(InvalidStateError, "The target transformation is not invertable."); throwDOMException 72 Source/core/svg/SVGInteger.cpp exceptionState.throwDOMException(SyntaxError, "The value provided ('" + string + "') is invalid."); throwDOMException 77 Source/core/svg/SVGIntegerOptionalInteger.cpp exceptionState.throwDOMException(SyntaxError, "The value provided ('" + value + "') is invalid."); throwDOMException 219 Source/core/svg/SVGLength.cpp exceptionState.throwDOMException(SyntaxError, "The value provided ('" + string + "') is invalid."); throwDOMException 113 Source/core/svg/SVGLengthContext.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::argumentNullOrIncorrectType(3, "SVGLengthType")); throwDOMException 145 Source/core/svg/SVGLengthContext.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::argumentNullOrIncorrectType(3, "SVGLengthType")); throwDOMException 177 Source/core/svg/SVGLengthContext.cpp exceptionState.throwDOMException(NotSupportedError, "The viewport could not be determined."); throwDOMException 198 Source/core/svg/SVGLengthContext.cpp exceptionState.throwDOMException(NotSupportedError, "The viewport could not be determined."); throwDOMException 236 Source/core/svg/SVGLengthContext.cpp exceptionState.throwDOMException(NotSupportedError, "No context could be found."); throwDOMException 242 Source/core/svg/SVGLengthContext.cpp exceptionState.throwDOMException(NotSupportedError, "No font-size could be determined."); throwDOMException 253 Source/core/svg/SVGLengthContext.cpp exceptionState.throwDOMException(NotSupportedError, "No context could be found."); throwDOMException 264 Source/core/svg/SVGLengthContext.cpp exceptionState.throwDOMException(NotSupportedError, "No context could be found."); throwDOMException 272 Source/core/svg/SVGLengthContext.cpp exceptionState.throwDOMException(NotSupportedError, "No x-height could be determined."); throwDOMException 283 Source/core/svg/SVGLengthContext.cpp exceptionState.throwDOMException(NotSupportedError, "No context could be found."); throwDOMException 69 Source/core/svg/SVGLengthTearOff.cpp es.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 86 Source/core/svg/SVGLengthTearOff.cpp es.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 101 Source/core/svg/SVGLengthTearOff.cpp es.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 112 Source/core/svg/SVGLengthTearOff.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); throwDOMException 117 Source/core/svg/SVGLengthTearOff.cpp exceptionState.throwDOMException(NotSupportedError, "Cannot set value with unknown or invalid units (" + String::number(unitType) + ")."); throwDOMException 128 Source/core/svg/SVGLengthTearOff.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); throwDOMException 133 Source/core/svg/SVGLengthTearOff.cpp exceptionState.throwDOMException(NotSupportedError, "Cannot convert to unknown or invalid units (" + String::number(unitType) + ")."); throwDOMException 81 Source/core/svg/SVGMatrixTearOff.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); \ throwDOMException 164 Source/core/svg/SVGMatrixTearOff.cpp exceptionState.throwDOMException(InvalidStateError, "The matrix is not invertible."); throwDOMException 172 Source/core/svg/SVGMatrixTearOff.cpp exceptionState.throwDOMException(InvalidAccessError, "Arguments cannot be zero."); throwDOMException 97 Source/core/svg/SVGNumber.cpp exceptionState.throwDOMException(SyntaxError, "The value provided ('" + string + "') is invalid."); throwDOMException 113 Source/core/svg/SVGNumberList.cpp exceptionState.throwDOMException(SyntaxError, "Problem parsing number list \""+value+"\""); throwDOMException 74 Source/core/svg/SVGNumberOptionalNumber.cpp exceptionState.throwDOMException(SyntaxError, "The value provided ('" + value + "') is invalid."); throwDOMException 49 Source/core/svg/SVGNumberTearOff.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 159 Source/core/svg/SVGPathSegList.cpp exceptionState.throwDOMException(SyntaxError, "Problem parsing path \"" + string + "\""); throwDOMException 80 Source/core/svg/SVGPoint.cpp exceptionState.throwDOMException(SyntaxError, "Problem parsing point \"" + String(start, end - start) + "\""); throwDOMException 86 Source/core/svg/SVGPoint.cpp exceptionState.throwDOMException(SyntaxError, "Problem parsing point \"" + String(start, end - start) + "\""); throwDOMException 132 Source/core/svg/SVGPointList.cpp exceptionState.throwDOMException(SyntaxError, "Problem parsing points=\""+value+"\""); throwDOMException 50 Source/core/svg/SVGPointTearOff.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 61 Source/core/svg/SVGPointTearOff.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 195 Source/core/svg/SVGPreserveAspectRatio.cpp exceptionState.throwDOMException(SyntaxError, "The value provided ('" + string + "') is invalid."); throwDOMException 43 Source/core/svg/SVGPreserveAspectRatioTearOff.cpp exceptionState.throwDOMException(NotSupportedError, "The alignment provided is invalid."); throwDOMException 47 Source/core/svg/SVGPreserveAspectRatioTearOff.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 57 Source/core/svg/SVGPreserveAspectRatioTearOff.cpp exceptionState.throwDOMException(NotSupportedError, "The meetOrSlice provided is invalid."); throwDOMException 61 Source/core/svg/SVGPreserveAspectRatioTearOff.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 80 Source/core/svg/SVGRect.cpp exceptionState.throwDOMException(SyntaxError, "Problem parsing rect \"" + String(start, end - start) + "\""); throwDOMException 87 Source/core/svg/SVGRect.cpp exceptionState.throwDOMException(SyntaxError, "Problem parsing rect \"" + String(start, end - start) + "\""); throwDOMException 49 Source/core/svg/SVGRectTearOff.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 60 Source/core/svg/SVGRectTearOff.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 71 Source/core/svg/SVGRectTearOff.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 82 Source/core/svg/SVGRectTearOff.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 157 Source/core/svg/SVGStringList.cpp exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("index", index, m_values.size())); throwDOMException 57 Source/core/svg/SVGStringListTearOff.h exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); throwDOMException 68 Source/core/svg/SVGStringListTearOff.h exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); throwDOMException 86 Source/core/svg/SVGStringListTearOff.h exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); throwDOMException 99 Source/core/svg/SVGStringListTearOff.h exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); throwDOMException 118 Source/core/svg/SVGStringListTearOff.h exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); throwDOMException 131 Source/core/svg/SVGStringListTearOff.h exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); throwDOMException 107 Source/core/svg/SVGTextContentElement.cpp exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("charnum", charnum, getNumberOfChars())); throwDOMException 122 Source/core/svg/SVGTextContentElement.cpp exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("charnum", charnum, getNumberOfChars())); throwDOMException 135 Source/core/svg/SVGTextContentElement.cpp exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("charnum", charnum, getNumberOfChars())); throwDOMException 148 Source/core/svg/SVGTextContentElement.cpp exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("charnum", charnum, getNumberOfChars())); throwDOMException 161 Source/core/svg/SVGTextContentElement.cpp exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("charnum", charnum, getNumberOfChars())); throwDOMException 178 Source/core/svg/SVGTextContentElement.cpp exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("charnum", charnum, getNumberOfChars())); throwDOMException 255 Source/core/svg/SVGTransformList.cpp exceptionState.throwDOMException(SyntaxError, "Problem parsing transform list=\""+value+"\""); throwDOMException 58 Source/core/svg/SVGTransformListTearOff.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 61 Source/core/svg/SVGTransformTearOff.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 72 Source/core/svg/SVGTransformTearOff.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 83 Source/core/svg/SVGTransformTearOff.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 94 Source/core/svg/SVGTransformTearOff.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 105 Source/core/svg/SVGTransformTearOff.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 116 Source/core/svg/SVGTransformTearOff.cpp exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 82 Source/core/svg/SVGZoomAndPan.cpp exceptionState.throwDOMException(NoModificationAllowedError, ExceptionMessages::readOnly()); throwDOMException 213 Source/core/svg/properties/SVGAnimatedProperty.h exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); throwDOMException 249 Source/core/svg/properties/SVGListPropertyHelper.h exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("index", index, m_values.size())); throwDOMException 290 Source/core/svg/properties/SVGListPropertyHelper.h exceptionState.throwDOMException(IndexSizeError, String::format("Failed to replace the provided item at index %zu.", index)); throwDOMException 308 Source/core/svg/properties/SVGListPropertyHelper.h exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("index", index, m_values.size())); throwDOMException 92 Source/core/svg/properties/SVGListPropertyTearOffHelper.h exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); throwDOMException 104 Source/core/svg/properties/SVGListPropertyTearOffHelper.h exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); throwDOMException 130 Source/core/svg/properties/SVGListPropertyTearOffHelper.h exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); throwDOMException 150 Source/core/svg/properties/SVGListPropertyTearOffHelper.h exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); throwDOMException 184 Source/core/svg/properties/SVGListPropertyTearOffHelper.h exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); throwDOMException 42 Source/core/testing/InternalSettings.cpp exceptionState.throwDOMException(InvalidAccessError, "The settings object cannot be obtained."); \ throwDOMException 48 Source/core/testing/InternalSettings.cpp exceptionState.throwDOMException(InvalidAccessError, "The settings object cannot be obtained."); \ throwDOMException 54 Source/core/testing/InternalSettings.cpp exceptionState.throwDOMException(InvalidAccessError, "The page object cannot be obtained."); \ throwDOMException 340 Source/core/testing/InternalSettings.cpp exceptionState.throwDOMException(SyntaxError, "The editing behavior type provided ('" + editingBehavior + "') is invalid."); throwDOMException 294 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "No context document is available."); throwDOMException 307 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "No context frame is available."); throwDOMException 350 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidStateError, "Style resolver stats not enabled"); throwDOMException 360 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidStateError, "Style resolver stats not enabled"); throwDOMException 369 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(element1 ? 2 : 1, "Element")); throwDOMException 378 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "The insertion point provided is invalid."); throwDOMException 388 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 398 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 408 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "The host element provided is invalid, or does not have a shadow."); throwDOMException 418 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "The host element provided is invalid, or does not have a shadow."); throwDOMException 428 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "The host element provided is invalid, or does not have a shadow."); throwDOMException 438 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "The host element provided is invalid, or does not have a shadow."); throwDOMException 465 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(node1 ? 2 : 1, "Node")); throwDOMException 473 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, String::format("The %s node is neither a document node, nor a shadow root.", treeScope1 ? "second" : "first")); throwDOMException 489 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::indexExceedsMinimumBound("pauseTime", pauseTime, 0.0)); throwDOMException 503 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 512 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 519 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 528 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 539 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 550 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 561 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 572 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 583 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Element")); throwDOMException 589 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "The element provided has no external representation."); throwDOMException 601 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 608 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 626 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Element")); throwDOMException 638 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Element")); throwDOMException 650 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "The node provided is not a valid shadow root."); throwDOMException 660 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "The node provided is not a valid shadow root."); throwDOMException 678 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Element")); throwDOMException 688 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Element")); throwDOMException 732 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "No history item is available."); throwDOMException 742 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "No history item is available."); throwDOMException 772 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, document ? "The document's viewport cannot be retrieved." : "No context document can be obtained."); throwDOMException 783 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, document ? "The document's frame cannot be retrieved." : "No context document can be obtained."); throwDOMException 793 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Element")); throwDOMException 807 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, document ? "The document's Page cannot be retrieved." : "No context document can be obtained."); throwDOMException 819 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 825 Source/core/testing/Internals.cpp exceptionState.throwDOMException(SyntaxError, "The marker type provided ('" + markerType + "') is invalid."); throwDOMException 835 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 855 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 861 Source/core/testing/Internals.cpp exceptionState.throwDOMException(SyntaxError, "The marker type provided ('" + markerType + "') is invalid."); throwDOMException 896 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node")); throwDOMException 914 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, document ? "The document's view cannot be retrieved." : "The document provided is invalid."); throwDOMException 932 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, document ? "The document's page cannot be retrieved." : "The document provided is invalid."); throwDOMException 972 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Element")); throwDOMException 982 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidNodeTypeError, "The element provided is not a TEXTAREA."); throwDOMException 989 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Element")); throwDOMException 996 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidNodeTypeError, "The element provided is not an INPUT."); throwDOMException 1003 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Element")); throwDOMException 1008 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidNodeTypeError, "The element provided is not a form control element."); throwDOMException 1028 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Element")); throwDOMException 1033 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidNodeTypeError, "The element provided is not a form control element."); throwDOMException 1050 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Element")); throwDOMException 1055 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidNodeTypeError, "The element provided is not an INPUT."); throwDOMException 1065 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidNodeTypeError, "The element provided is not a form control element."); throwDOMException 1074 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidNodeTypeError, element ? "No view can be obtained from the provided element's document." : ExceptionMessages::argumentNullOrIncorrectType(1, "Element")); throwDOMException 1084 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Element")); throwDOMException 1097 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(scope ? 2 : 1, scope ? "Range" : "Element")); throwDOMException 1110 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(scope ? 2 : 1, scope ? "Range" : "Element")); throwDOMException 1123 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Range")); throwDOMException 1133 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, document ? "The document's frame cannot be retrieved." : "The document provided is invalid."); throwDOMException 1155 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, document ? "The document's frame cannot be retrieved." : "The document provided is invalid."); throwDOMException 1173 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, document ? "The document's frame cannot be retrieved." : "The document provided is invalid."); throwDOMException 1195 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, document ? "The document's frame cannot be retrieved." : "The document provided is invalid."); throwDOMException 1213 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, document ? "The document's frame cannot be retrieved." : "The document provided is invalid."); throwDOMException 1237 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "No spell check requestor can be obtained for the provided document."); throwDOMException 1249 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "No spell check requestor can be obtained for the provided document."); throwDOMException 1274 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "No context document is available."); throwDOMException 1284 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "No context document is available."); throwDOMException 1294 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "No context document is available."); throwDOMException 1413 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "The document provided is invalid."); throwDOMException 1440 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "No view can be obtained from the provided document."); throwDOMException 1612 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "No page can be obtained from the current context document."); throwDOMException 1644 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "No context document is available."); throwDOMException 1659 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Element")); throwDOMException 1672 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Element")); throwDOMException 1680 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, renderer ? "The provided element's renderer is not a box." : "The provided element has no renderer."); throwDOMException 1686 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "No render layer can be obtained from the provided element."); throwDOMException 1708 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, String::format("The %s element provided is invalid.", element1 ? "second" : "first")); throwDOMException 1717 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, renderer1 ? "The first provided element's renderer is not a box." : "The first provided element has no renderer."); throwDOMException 1721 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, renderer2 ? "The second provided element's renderer is not a box." : "The second provided element has no renderer."); throwDOMException 1728 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, String::format("No render layer can be obtained from the %s provided element.", layer1 ? "second" : "first")); throwDOMException 1738 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Element")); throwDOMException 1746 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, renderer ? "The provided element's renderer is not a box." : "The provided element has no renderer."); throwDOMException 1752 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "No render layer can be obtained from the provided element."); throwDOMException 1762 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Element")); throwDOMException 1770 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, renderer ? "The provided element's renderer is not a box." : "The provided element has no renderer."); throwDOMException 1776 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "No render layer can be obtained from the provided element."); throwDOMException 1786 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, document ? "The document's frame cannot be retrieved." : "The document provided is invalid."); throwDOMException 1798 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Element")); throwDOMException 1806 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, renderer ? "The provided element's renderer is not a box." : "The provided element has no renderer."); throwDOMException 1824 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Element")); throwDOMException 1830 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, renderer ? "The provided element's renderer is not a box." : "The provided element has no renderer."); throwDOMException 1836 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "No render layer can be obtained from the provided element."); throwDOMException 1846 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Element")); throwDOMException 1859 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, document ? "The document's frame cannot be retrieved." : "The document provided is invalid."); throwDOMException 1869 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Element")); throwDOMException 1884 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "The provided element is not composited."); throwDOMException 1896 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, document ? "The document's frame cannot be retrieved." : "The document provided is invalid."); throwDOMException 1916 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, document ? "The document's frame cannot be retrieved." : "The document provided is invalid."); throwDOMException 1930 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "No context document is available."); throwDOMException 1998 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "No frame is available."); throwDOMException 2008 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "No frame is available."); throwDOMException 2019 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, document ? "The document's page cannot be retrieved." : "No context document can be obtained."); throwDOMException 2029 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, document ? "The document's page cannot be retrieved." : "No context document can be obtained."); throwDOMException 2097 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, document ? "The document's view cannot be retrieved." : "The document provided is invalid."); throwDOMException 2108 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, document ? "The document's view cannot be retrieved." : "The document provided is invalid."); throwDOMException 2150 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, document ? "The document's view cannot be retrieved." : "The document provided is invalid."); throwDOMException 2222 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, document ? "The document's frame cannot be retrieved." : "The document provided is invalid."); throwDOMException 2274 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, document ? "The document's frame cannot be retrieved." : "No context document can be obtained."); throwDOMException 2284 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Element")); throwDOMException 2293 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Element")); throwDOMException 2302 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, "No context document is available."); throwDOMException 2342 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, document ? "The document's render view cannot be retrieved." : "The document provided is invalid."); throwDOMException 2356 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, document ? "The document's render view cannot be retrieved." : "The document provided is invalid."); throwDOMException 2371 Source/core/testing/Internals.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Element")); throwDOMException 104 Source/core/timing/PerformanceUserTiming.cpp exceptionState.throwDOMException(SyntaxError, "'" + markName + "' is part of the PerformanceTiming interface, and cannot be used as a mark name."); throwDOMException 126 Source/core/timing/PerformanceUserTiming.cpp exceptionState.throwDOMException(InvalidAccessError, "'" + markName + "' is empty: either the event hasn't happened yet, or it would provide cross-origin timing information."); throwDOMException 132 Source/core/timing/PerformanceUserTiming.cpp exceptionState.throwDOMException(SyntaxError, "The mark '" + markName + "' does not exist."); throwDOMException 56 Source/core/workers/AbstractWorker.cpp exceptionState.throwDOMException(SyntaxError, "'" + url + "' is not a valid URL."); throwDOMException 59 Source/core/workers/Worker.cpp exceptionState.throwDOMException(InvalidAccessError, "The context provided is invalid."); throwDOMException 219 Source/core/workers/WorkerGlobalScope.cpp exceptionState.throwDOMException(SyntaxError, "The URL '" + *it + "' is invalid."); throwDOMException 233 Source/core/workers/WorkerGlobalScope.cpp exceptionState.throwDOMException(NetworkError, "The script at '" + it->elidedString() + "' failed to load."); throwDOMException 217 Source/core/xml/XMLHttpRequest.cpp exceptionState.throwDOMException(InvalidStateError, "The value is only accessible if the object's 'responseType' is '' or 'text' (was '" + responseType() + "')."); throwDOMException 237 Source/core/xml/XMLHttpRequest.cpp exceptionState.throwDOMException(InvalidStateError, "The value is only accessible if the object's 'responseType' is '' or 'document' (was '" + responseType() + "')."); throwDOMException 336 Source/core/xml/XMLHttpRequest.cpp exceptionState.throwDOMException(InvalidAccessError, "Timeouts cannot be set for synchronous requests made from a document."); throwDOMException 345 Source/core/xml/XMLHttpRequest.cpp exceptionState.throwDOMException(InvalidStateError, "The response type cannot be set if the object's state is LOADING or DONE."); throwDOMException 352 Source/core/xml/XMLHttpRequest.cpp exceptionState.throwDOMException(InvalidAccessError, "The response type can only be changed for asynchronous HTTP requests made from a document."); throwDOMException 463 Source/core/xml/XMLHttpRequest.cpp exceptionState.throwDOMException(InvalidStateError, "The value may only be set if the object's state is UNSENT or OPENED."); throwDOMException 537 Source/core/xml/XMLHttpRequest.cpp exceptionState.throwDOMException(SyntaxError, "'" + method + "' is not a valid HTTP method."); throwDOMException 554 Source/core/xml/XMLHttpRequest.cpp exceptionState.throwDOMException(InvalidAccessError, "Synchronous requests are disabled for this page."); throwDOMException 561 Source/core/xml/XMLHttpRequest.cpp exceptionState.throwDOMException(InvalidAccessError, "Synchronous requests from a document must not set a response type."); throwDOMException 567 Source/core/xml/XMLHttpRequest.cpp exceptionState.throwDOMException(InvalidAccessError, "Synchronous requests must not set a timeout."); throwDOMException 611 Source/core/xml/XMLHttpRequest.cpp exceptionState.throwDOMException(InvalidStateError, "The object's state must be OPENED."); throwDOMException 775 Source/core/xml/XMLHttpRequest.cpp exceptionState.throwDOMException(NetworkError, "'GET' is the only method allowed for 'blob:' URLs."); throwDOMException 851 Source/core/xml/XMLHttpRequest.cpp exceptionState.throwDOMException(m_exceptionCode, "Failed to load '" + m_url.elidedString() + "'."); throwDOMException 1068 Source/core/xml/XMLHttpRequest.cpp exceptionState.throwDOMException(InvalidStateError, "The object's state must be OPENED."); throwDOMException 1073 Source/core/xml/XMLHttpRequest.cpp exceptionState.throwDOMException(SyntaxError, "'" + name + "' is not a valid HTTP header field name."); throwDOMException 1078 Source/core/xml/XMLHttpRequest.cpp exceptionState.throwDOMException(SyntaxError, "'" + value + "' is not a valid HTTP header field value."); throwDOMException 56 Source/core/xml/XPathEvaluator.cpp exceptionState.throwDOMException(NotSupportedError, "The context node provided is null."); throwDOMException 61 Source/core/xml/XPathEvaluator.cpp exceptionState.throwDOMException(NotSupportedError, "The node provided is '" + contextNode->nodeName() + "', which is not a valid context node type."); throwDOMException 63 Source/core/xml/XPathExpression.cpp exceptionState.throwDOMException(NotSupportedError, "The context node provided is null."); throwDOMException 68 Source/core/xml/XPathExpression.cpp exceptionState.throwDOMException(NotSupportedError, "The node provided is '" + contextNode->nodeName() + "', which is not a valid context node type."); throwDOMException 82 Source/core/xml/XPathExpression.cpp exceptionState.throwDOMException(SyntaxError, "Type conversion failed while evaluating the expression."); throwDOMException 500 Source/core/xml/XPathParser.cpp exceptionState.throwDOMException(NamespaceError, "The string '" + statement + "' contains unresolvable namespaces."); throwDOMException 502 Source/core/xml/XPathParser.cpp exceptionState.throwDOMException(SyntaxError, "The string '" + statement + "' is not a valid XPath expression."); throwDOMException 189 Source/core/xml/XPathResult.cpp exceptionState.throwDOMException(InvalidStateError, "The document has mutated since the result was returned."); throwDOMException 64 Source/modules/crypto/Crypto.cpp exceptionState.throwDOMException(TypeMismatchError, "The provided ArrayBufferView is null."); throwDOMException 68 Source/modules/crypto/Crypto.cpp exceptionState.throwDOMException(TypeMismatchError, String::format("The provided ArrayBufferView is of type '%s', which is not an integer array type.", array->typeName())); throwDOMException 72 Source/modules/crypto/Crypto.cpp exceptionState.throwDOMException(QuotaExceededError, String::format("The ArrayBufferView's byte length (%u) exceeds the number of bytes of entropy available via this API (65536).", array->byteLength())); throwDOMException 94 Source/modules/encoding/TextDecoder.cpp exceptionState.throwDOMException(EncodingError, "The encoded data was not valid."); throwDOMException 26 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp exceptionState.throwDOMException(InvalidStateError, "The player is in an invalid state."); throwDOMException 29 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp exceptionState.throwDOMException(NotSupportedError, "The key system provided ('" + keySystem +"') is not supported."); throwDOMException 32 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp exceptionState.throwDOMException(InvalidAccessError, "The session ID provided ('" + sessionId + "') is invalid."); throwDOMException 67 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp exceptionState.throwDOMException(InvalidStateError, "Mixed use of EME prefixed and unprefixed API not allowed."); throwDOMException 152 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp exceptionState.throwDOMException(SyntaxError, "The key system provided is empty."); throwDOMException 157 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp exceptionState.throwDOMException(InvalidStateError, "No media has been loaded."); throwDOMException 190 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp exceptionState.throwDOMException(SyntaxError, "The key system provided is empty."); throwDOMException 195 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp exceptionState.throwDOMException(SyntaxError, "The key provided is invalid."); throwDOMException 200 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp exceptionState.throwDOMException(TypeMismatchError, "The key provided is invalid."); throwDOMException 205 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp exceptionState.throwDOMException(InvalidStateError, "No media has been loaded."); throwDOMException 238 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp exceptionState.throwDOMException(SyntaxError, "The key system provided is empty."); throwDOMException 243 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp exceptionState.throwDOMException(InvalidStateError, "No media has been loaded."); throwDOMException 117 Source/modules/encryptedmedia/MediaKeySession.cpp exceptionState.throwDOMException(InvalidAccessError, String::format("The response argument provided is %s.", response ? "an empty array" : "invalid")); throwDOMException 63 Source/modules/encryptedmedia/MediaKeys.cpp exceptionState.throwDOMException(InvalidAccessError, "The key system provided is invalid."); throwDOMException 69 Source/modules/encryptedmedia/MediaKeys.cpp exceptionState.throwDOMException(NotSupportedError, "The '" + keySystem + "' key system is not supported."); throwDOMException 79 Source/modules/encryptedmedia/MediaKeys.cpp exceptionState.throwDOMException(NotSupportedError, "A content decryption module could not be loaded for the '" + keySystem + "' key system."); throwDOMException 114 Source/modules/encryptedmedia/MediaKeys.cpp exceptionState.throwDOMException(InvalidAccessError, "The contentType provided ('" + contentType + "') is empty."); throwDOMException 119 Source/modules/encryptedmedia/MediaKeys.cpp exceptionState.throwDOMException(InvalidAccessError, "The initData provided is null or empty."); throwDOMException 126 Source/modules/encryptedmedia/MediaKeys.cpp exceptionState.throwDOMException(NotSupportedError, "The type provided ('" + contentType + "') is unsupported."); throwDOMException 177 Source/modules/filesystem/DOMFileSystemSync.cpp exceptionState.throwDOMException(result->m_code, "Could not create '" + fileEntry->name() + "'."); throwDOMException 240 Source/modules/filesystem/DOMFileSystemSync.cpp FileError::throwDOMException(exceptionState, errorCode); throwDOMException 103 Source/modules/filesystem/DirectoryReaderSync.cpp FileError::throwDOMException(exceptionState, m_errorCode); throwDOMException 318 Source/modules/filesystem/FileWriter.cpp FileError::throwDOMException(exceptionState, errorCode); throwDOMException 48 Source/modules/filesystem/FileWriterSync.cpp exceptionState.throwDOMException(TypeMismatchError, FileError::typeMismatchErrorMessage); throwDOMException 56 Source/modules/filesystem/FileWriterSync.cpp FileError::throwDOMException(exceptionState, m_error); throwDOMException 76 Source/modules/filesystem/FileWriterSync.cpp exceptionState.throwDOMException(InvalidStateError, FileError::invalidStateErrorMessage); throwDOMException 83 Source/modules/filesystem/FileWriterSync.cpp FileError::throwDOMException(exceptionState, m_error); throwDOMException 82 Source/modules/filesystem/SyncCallbackHelper.h FileError::throwDOMException(exceptionState, m_errorCode); throwDOMException 75 Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp exceptionState.throwDOMException(InvalidModificationError, "the type must be TEMPORARY or PERSISTENT."); throwDOMException 114 Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp exceptionState.throwDOMException(EncodingError, "the URL '" + url + "' is invalid."); throwDOMException 94 Source/modules/imagebitmap/ImageBitmapFactories.cpp exceptionState.throwDOMException(InvalidStateError, "No image can be retrieved from the provided element."); throwDOMException 98 Source/modules/imagebitmap/ImageBitmapFactories.cpp exceptionState.throwDOMException(InvalidStateError, "The image element contains an SVG image, which is unsupported."); throwDOMException 102 Source/modules/imagebitmap/ImageBitmapFactories.cpp exceptionState.throwDOMException(IndexSizeError, String::format("The source %s provided is 0.", sw ? "height" : "width")); throwDOMException 133 Source/modules/imagebitmap/ImageBitmapFactories.cpp exceptionState.throwDOMException(InvalidStateError, "No player can be retrieved from the provided video element."); throwDOMException 137 Source/modules/imagebitmap/ImageBitmapFactories.cpp exceptionState.throwDOMException(InvalidStateError, "The provided element has not retrieved data."); throwDOMException 141 Source/modules/imagebitmap/ImageBitmapFactories.cpp exceptionState.throwDOMException(InvalidStateError, "The provided element's player has no current data."); throwDOMException 145 Source/modules/imagebitmap/ImageBitmapFactories.cpp exceptionState.throwDOMException(IndexSizeError, String::format("The source %s provided is 0.", sw ? "height" : "width")); throwDOMException 189 Source/modules/imagebitmap/ImageBitmapFactories.cpp exceptionState.throwDOMException(IndexSizeError, String::format("The source %s provided is 0.", sw ? "height" : "width")); throwDOMException 218 Source/modules/imagebitmap/ImageBitmapFactories.cpp exceptionState.throwDOMException(IndexSizeError, String::format("The source %s provided is 0.", sw ? "height" : "width")); throwDOMException 241 Source/modules/imagebitmap/ImageBitmapFactories.cpp exceptionState.throwDOMException(IndexSizeError, String::format("The source %s provided is 0.", sw ? "height" : "width")); throwDOMException 260 Source/modules/imagebitmap/ImageBitmapFactories.cpp exceptionState.throwDOMException(IndexSizeError, String::format("The source %s provided is 0.", sw ? "height" : "width")); throwDOMException 105 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::noValueErrorMessage); throwDOMException 109 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::isKeyCursorErrorMessage); throwDOMException 113 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::sourceDeletedErrorMessage); throwDOMException 117 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage); throwDOMException 121 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage); throwDOMException 125 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(ReadOnlyError, "The record may not be updated inside a read-only transaction."); throwDOMException 135 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(DataError, "The effective object store of this cursor uses in-line keys and evaluating the key path of the value parameter results in a different value than the cursor's effective key."); throwDOMException 151 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::noValueErrorMessage); throwDOMException 155 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::sourceDeletedErrorMessage); throwDOMException 160 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage); throwDOMException 164 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage); throwDOMException 179 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); throwDOMException 192 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); throwDOMException 203 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage); throwDOMException 207 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage); throwDOMException 212 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::noValueErrorMessage); throwDOMException 217 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::sourceDeletedErrorMessage); throwDOMException 227 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(DataError, "The parameter is less than or equal to this cursor's position."); throwDOMException 235 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(DataError, "The parameter is greater than or equal to this cursor's position."); throwDOMException 252 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage); throwDOMException 256 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage); throwDOMException 260 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(ReadOnlyError, "The record may not be deleted inside a read-only transaction."); throwDOMException 265 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::noValueErrorMessage); throwDOMException 269 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::isKeyCursorErrorMessage); throwDOMException 273 Source/modules/indexeddb/IDBCursor.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::sourceDeletedErrorMessage); throwDOMException 198 Source/modules/indexeddb/IDBDatabase.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::notVersionChangeTransactionErrorMessage); throwDOMException 202 Source/modules/indexeddb/IDBDatabase.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage); throwDOMException 206 Source/modules/indexeddb/IDBDatabase.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage); throwDOMException 211 Source/modules/indexeddb/IDBDatabase.cpp exceptionState.throwDOMException(ConstraintError, "An object store with the specified name already exists."); throwDOMException 216 Source/modules/indexeddb/IDBDatabase.cpp exceptionState.throwDOMException(SyntaxError, "The keyPath option is not a valid key path."); throwDOMException 221 Source/modules/indexeddb/IDBDatabase.cpp exceptionState.throwDOMException(InvalidAccessError, "The autoIncrement option was set but the keyPath option was empty or an array."); throwDOMException 242 Source/modules/indexeddb/IDBDatabase.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::notVersionChangeTransactionErrorMessage); throwDOMException 246 Source/modules/indexeddb/IDBDatabase.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage); throwDOMException 250 Source/modules/indexeddb/IDBDatabase.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage); throwDOMException 256 Source/modules/indexeddb/IDBDatabase.cpp exceptionState.throwDOMException(NotFoundError, "The specified object store was not found."); throwDOMException 270 Source/modules/indexeddb/IDBDatabase.cpp exceptionState.throwDOMException(InvalidAccessError, "The storeNames parameter was empty."); throwDOMException 279 Source/modules/indexeddb/IDBDatabase.cpp exceptionState.throwDOMException(InvalidStateError, "A version change transaction is running."); throwDOMException 284 Source/modules/indexeddb/IDBDatabase.cpp exceptionState.throwDOMException(InvalidStateError, "The database connection is closing."); throwDOMException 292 Source/modules/indexeddb/IDBDatabase.cpp exceptionState.throwDOMException(NotFoundError, "One of the specified object stores was not found."); throwDOMException 176 Source/modules/indexeddb/IDBFactory.cpp exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); throwDOMException 73 Source/modules/indexeddb/IDBIndex.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::indexDeletedErrorMessage); throwDOMException 77 Source/modules/indexeddb/IDBIndex.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage); throwDOMException 81 Source/modules/indexeddb/IDBIndex.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage); throwDOMException 107 Source/modules/indexeddb/IDBIndex.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::indexDeletedErrorMessage); throwDOMException 111 Source/modules/indexeddb/IDBIndex.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage); throwDOMException 115 Source/modules/indexeddb/IDBIndex.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage); throwDOMException 132 Source/modules/indexeddb/IDBIndex.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::indexDeletedErrorMessage); throwDOMException 136 Source/modules/indexeddb/IDBIndex.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage); throwDOMException 140 Source/modules/indexeddb/IDBIndex.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage); throwDOMException 172 Source/modules/indexeddb/IDBIndex.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::indexDeletedErrorMessage); throwDOMException 176 Source/modules/indexeddb/IDBIndex.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage); throwDOMException 180 Source/modules/indexeddb/IDBIndex.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage); throwDOMException 188 Source/modules/indexeddb/IDBIndex.cpp exceptionState.throwDOMException(DataError, IDBDatabase::noKeyOrKeyRangeErrorMessage); throwDOMException 49 Source/modules/indexeddb/IDBKeyRange.cpp exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); throwDOMException 81 Source/modules/indexeddb/IDBKeyRange.cpp exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); throwDOMException 93 Source/modules/indexeddb/IDBKeyRange.cpp exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); throwDOMException 105 Source/modules/indexeddb/IDBKeyRange.cpp exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); throwDOMException 117 Source/modules/indexeddb/IDBKeyRange.cpp exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); throwDOMException 131 Source/modules/indexeddb/IDBKeyRange.cpp exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); throwDOMException 135 Source/modules/indexeddb/IDBKeyRange.cpp exceptionState.throwDOMException(DataError, "The lower key is greater than the upper key."); throwDOMException 139 Source/modules/indexeddb/IDBKeyRange.cpp exceptionState.throwDOMException(DataError, "The lower key and upper key are equal and one of the bounds is open."); throwDOMException 84 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage); throwDOMException 88 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage); throwDOMException 92 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage); throwDOMException 99 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(DataError, IDBDatabase::noKeyOrKeyRangeErrorMessage); throwDOMException 155 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage); throwDOMException 159 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage); throwDOMException 163 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage); throwDOMException 167 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(ReadOnlyError, IDBDatabase::transactionReadOnlyErrorMessage); throwDOMException 177 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(DataCloneError, "The object store currently does not support blob values."); throwDOMException 189 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(DataError, "The object store uses in-line keys and the key parameter was provided."); throwDOMException 193 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(DataError, "The object store uses out-of-line keys and has no key generator and the key parameter was not provided."); throwDOMException 199 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(DataError, "Evaluating the object store's key path yielded a value that is not a valid key."); throwDOMException 203 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(DataError, "Evaluating the object store's key path did not yield a value."); throwDOMException 208 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(DataError, "A generated key could not be inserted into the value."); throwDOMException 216 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); throwDOMException 241 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage); throwDOMException 245 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage); throwDOMException 249 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage); throwDOMException 253 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(ReadOnlyError, IDBDatabase::transactionReadOnlyErrorMessage); throwDOMException 261 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(DataError, IDBDatabase::noKeyOrKeyRangeErrorMessage); throwDOMException 274 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage); throwDOMException 278 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage); throwDOMException 282 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage); throwDOMException 286 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(ReadOnlyError, IDBDatabase::transactionReadOnlyErrorMessage); throwDOMException 380 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::notVersionChangeTransactionErrorMessage); throwDOMException 384 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage); throwDOMException 388 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage); throwDOMException 392 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage); throwDOMException 396 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(SyntaxError, "The keyPath argument contains an invalid key path."); throwDOMException 404 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(ConstraintError, "An index with the specified name already exists."); throwDOMException 409 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(InvalidAccessError, "The keyPath argument was an array and the multiEntry option is true."); throwDOMException 442 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage); throwDOMException 446 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::transactionFinishedErrorMessage); throwDOMException 456 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(NotFoundError, IDBDatabase::noSuchIndexErrorMessage); throwDOMException 479 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::notVersionChangeTransactionErrorMessage); throwDOMException 483 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage); throwDOMException 487 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage); throwDOMException 491 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage); throwDOMException 496 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(NotFoundError, IDBDatabase::noSuchIndexErrorMessage); throwDOMException 515 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage); throwDOMException 519 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage); throwDOMException 523 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage); throwDOMException 551 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage); throwDOMException 555 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage); throwDOMException 559 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage); throwDOMException 582 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage); throwDOMException 586 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage); throwDOMException 590 Source/modules/indexeddb/IDBObjectStore.cpp exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage); throwDOMException 84 Source/modules/indexeddb/IDBRequest.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::requestNotFinishedErrorMessage); throwDOMException 96 Source/modules/indexeddb/IDBRequest.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::requestNotFinishedErrorMessage); throwDOMException 130 Source/modules/indexeddb/IDBTransaction.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::transactionFinishedErrorMessage); throwDOMException 139 Source/modules/indexeddb/IDBTransaction.cpp exceptionState.throwDOMException(NotFoundError, IDBDatabase::noSuchObjectStoreErrorMessage); throwDOMException 146 Source/modules/indexeddb/IDBTransaction.cpp exceptionState.throwDOMException(NotFoundError, IDBDatabase::noSuchObjectStoreErrorMessage); throwDOMException 195 Source/modules/indexeddb/IDBTransaction.cpp exceptionState.throwDOMException(InvalidStateError, IDBDatabase::transactionFinishedErrorMessage); throwDOMException 81 Source/modules/mediasource/MediaSource.cpp exceptionState.throwDOMException(InvalidAccessError, "The type provided is empty."); throwDOMException 88 Source/modules/mediasource/MediaSource.cpp exceptionState.throwDOMException(NotSupportedError, "The type provided ('" + type + "') is unsupported."); throwDOMException 95 Source/modules/mediasource/MediaSource.cpp exceptionState.throwDOMException(InvalidStateError, "The MediaSource's readyState is not 'open'."); throwDOMException 128 Source/modules/mediasource/MediaSource.cpp exceptionState.throwDOMException(InvalidAccessError, "The SourceBuffer provided is invalid."); throwDOMException 135 Source/modules/mediasource/MediaSource.cpp exceptionState.throwDOMException(NotFoundError, "The SourceBuffer provided is not contained in this MediaSource."); throwDOMException 60 Source/modules/mediasource/MediaSourceBase.cpp exceptionState.throwDOMException(InvalidStateError, "The MediaSource's readyState is not 'open'."); throwDOMException 64 Source/modules/mediasource/MediaSourceBase.cpp exceptionState.throwDOMException(InvalidStateError, "The 'updating' attribute is true on one or more of this MediaSource's SourceBuffers."); throwDOMException 178 Source/modules/mediasource/MediaSourceBase.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::notAFiniteNumber(duration, "duration")); throwDOMException 182 Source/modules/mediasource/MediaSourceBase.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::indexExceedsMinimumBound("duration", duration, 0.0)); throwDOMException 330 Source/modules/mediasource/MediaSourceBase.cpp exceptionState.throwDOMException(NotSupportedError, "The type provided ('" + type + "') is not supported."); throwDOMException 337 Source/modules/mediasource/MediaSourceBase.cpp exceptionState.throwDOMException(QuotaExceededError, "This MediaSource has reached the limit of SourceBuffer objects it can handle. No additional SourceBuffer objects may be added."); throwDOMException 62 Source/modules/mediasource/SourceBuffer.cpp exceptionState.throwDOMException(InvalidStateError, "This SourceBuffer has been removed from the parent media source."); throwDOMException 66 Source/modules/mediasource/SourceBuffer.cpp exceptionState.throwDOMException(InvalidStateError, "This SourceBuffer is still processing an 'appendBuffer', 'appendStream', or 'remove' operation."); throwDOMException 149 Source/modules/mediasource/SourceBuffer.cpp exceptionState.throwDOMException(InvalidStateError, "The mode may not be set while the SourceBuffer's append state is 'PARSING_MEDIA_SEGMENT'."); throwDOMException 163 Source/modules/mediasource/SourceBuffer.cpp exceptionState.throwDOMException(InvalidStateError, "This SourceBuffer has been removed from the parent media source."); throwDOMException 200 Source/modules/mediasource/SourceBuffer.cpp exceptionState.throwDOMException(InvalidStateError, "The timestamp offset may not be set while the SourceBuffer's append state is 'PARSING_MEDIA_SEGMENT'."); throwDOMException 231 Source/modules/mediasource/SourceBuffer.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::indexOutsideRange("value", start, 0.0, ExceptionMessages::ExclusiveBound, m_appendWindowEnd, ExceptionMessages::InclusiveBound)); throwDOMException 259 Source/modules/mediasource/SourceBuffer.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::notAFiniteNumber(end)); throwDOMException 264 Source/modules/mediasource/SourceBuffer.cpp exceptionState.throwDOMException(InvalidAccessError, "The value provided ('" + String::number(end) + "') is less than or equal to the minimum value (" + String::number(m_appendWindowStart) + ")."); throwDOMException 280 Source/modules/mediasource/SourceBuffer.cpp exceptionState.throwDOMException(InvalidAccessError, "The ArrayBuffer provided is invalid."); throwDOMException 293 Source/modules/mediasource/SourceBuffer.cpp exceptionState.throwDOMException(InvalidAccessError, "The ArrayBuffer provided is invalid."); throwDOMException 323 Source/modules/mediasource/SourceBuffer.cpp exceptionState.throwDOMException(InvalidStateError, "This SourceBuffer has been removed from the parent media source."); throwDOMException 327 Source/modules/mediasource/SourceBuffer.cpp exceptionState.throwDOMException(InvalidStateError, "The parent media source's readyState is not 'open'."); throwDOMException 351 Source/modules/mediasource/SourceBuffer.cpp exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::indexOutsideRange("start", start, 0.0, ExceptionMessages::ExclusiveBound, !m_source || std::isnan(m_source->duration()) ? 0 : m_source->duration(), ExceptionMessages::ExclusiveBound)); throwDOMException 355 Source/modules/mediasource/SourceBuffer.cpp exceptionState.throwDOMException(InvalidAccessError, "The end value provided (" + String::number(end) + ") must be greater than the start value provided (" + String::number(start) + ")."); throwDOMException 585 Source/modules/mediasource/SourceBuffer.cpp exceptionState.throwDOMException(InvalidAccessError, stream ? "The stream provided has been neutered." : "The stream provided is invalid."); throwDOMException 81 Source/modules/mediasource/WebKitMediaSource.cpp exceptionState.throwDOMException(InvalidAccessError, "The type provided is empty."); throwDOMException 88 Source/modules/mediasource/WebKitMediaSource.cpp exceptionState.throwDOMException(NotSupportedError, "The type provided ('" + type + "') is not supported."); throwDOMException 95 Source/modules/mediasource/WebKitMediaSource.cpp exceptionState.throwDOMException(InvalidStateError, "This MediaSource's readyState is not 'open'."); throwDOMException 120 Source/modules/mediasource/WebKitMediaSource.cpp exceptionState.throwDOMException(InvalidAccessError, "The SourceBuffer provided is invalid."); throwDOMException 127 Source/modules/mediasource/WebKitMediaSource.cpp exceptionState.throwDOMException(InvalidStateError, "This MediaSource's readyState is 'closed'."); throwDOMException 131 Source/modules/mediasource/WebKitMediaSource.cpp exceptionState.throwDOMException(InvalidStateError, "This MediaSource does not contain any SourceBuffers."); throwDOMException 140 Source/modules/mediasource/WebKitMediaSource.cpp exceptionState.throwDOMException(NotFoundError, "The SourceBuffer provided was not contained in this MediaSource."); throwDOMException 49 Source/modules/mediasource/WebKitSourceBuffer.cpp exceptionState.throwDOMException(InvalidStateError, "This SourceBuffer has been removed from its parent MediaSource."); throwDOMException 107 Source/modules/mediasource/WebKitSourceBuffer.cpp exceptionState.throwDOMException(InvalidStateError, "This SourceBuffer is waiting for the end of a media segment to be appended."); throwDOMException 124 Source/modules/mediasource/WebKitSourceBuffer.cpp exceptionState.throwDOMException(InvalidAccessError, "The data array provided is invalid."); throwDOMException 155 Source/modules/mediasource/WebKitSourceBuffer.cpp exceptionState.throwDOMException(InvalidStateError, "The parent MediaSource's readyState is not 'open'."); throwDOMException 171 Source/modules/mediastream/MediaStream.cpp exceptionState.throwDOMException(InvalidStateError, "The MediaStream is finished."); throwDOMException 176 Source/modules/mediastream/MediaStream.cpp exceptionState.throwDOMException(TypeMismatchError, "The MediaStreamTrack provided is invalid."); throwDOMException 201 Source/modules/mediastream/MediaStream.cpp exceptionState.throwDOMException(InvalidStateError, "The MediaStream is finished."); throwDOMException 206 Source/modules/mediastream/MediaStream.cpp exceptionState.throwDOMException(TypeMismatchError, "The MediaStreamTrack provided is invalid."); throwDOMException 128 Source/modules/mediastream/MediaStreamTrack.cpp exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::failedToExecute("getSources", "MediaStreamTrack", "Functionality not implemented yet")); throwDOMException 57 Source/modules/mediastream/NavigatorMediaStream.cpp exceptionState.throwDOMException(NotSupportedError, "No user media controller available; is this a detached window?"); throwDOMException 74 Source/modules/mediastream/NavigatorMediaStream.cpp exceptionState.throwDOMException(NotSupportedError, "No media device controller available; is this a detached window?"); throwDOMException 81 Source/modules/mediastream/NavigatorMediaStream.cpp exceptionState.throwDOMException(NotSupportedError, "Failed to request media devices."); throwDOMException 52 Source/modules/mediastream/RTCDTMFSender.cpp exceptionState.throwDOMException(NotSupportedError, "The MediaStreamTrack provided is not an element of a MediaStream that's currently in the local streams set."); throwDOMException 106 Source/modules/mediastream/RTCDTMFSender.cpp exceptionState.throwDOMException(NotSupportedError, "The 'canInsertDTMF' attribute is false: this sender cannot send DTMF."); throwDOMException 111 Source/modules/mediastream/RTCDTMFSender.cpp exceptionState.throwDOMException(SyntaxError, ExceptionMessages::indexOutsideRange("duration", duration, minToneDurationMs, ExceptionMessages::ExclusiveBound, maxToneDurationMs, ExceptionMessages::ExclusiveBound)); throwDOMException 116 Source/modules/mediastream/RTCDTMFSender.cpp exceptionState.throwDOMException(SyntaxError, ExceptionMessages::indexExceedsMinimumBound("intertone gap", interToneGap, minInterToneGapMs)); throwDOMException 124 Source/modules/mediastream/RTCDTMFSender.cpp exceptionState.throwDOMException(SyntaxError, "Could not send provided tones, '" + tones + "'."); throwDOMException 42 Source/modules/mediastream/RTCDataChannel.cpp exceptionState.throwDOMException(InvalidStateError, "RTCDataChannel.readyState is not 'open'"); throwDOMException 47 Source/modules/mediastream/RTCDataChannel.cpp exceptionState.throwDOMException(NetworkError, "Could not send data"); throwDOMException 52 Source/modules/mediastream/RTCDataChannel.cpp exceptionState.throwDOMException(NotSupportedError, "Blob support not implemented yet"); throwDOMException 65 Source/modules/mediastream/RTCDataChannel.cpp exceptionState.throwDOMException(NotSupportedError, "RTCDataChannel is not supported"); throwDOMException 168 Source/modules/mediastream/RTCDataChannel.cpp exceptionState.throwDOMException(TypeMismatchError, "Unknown binary type : " + binaryType); throwDOMException 47 Source/modules/mediastream/RTCIceCandidate.cpp exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::incorrectPropertyType("candidate", "is not a string, or is empty.")); throwDOMException 78 Source/modules/mediastream/RTCPeerConnection.cpp exceptionState.throwDOMException(InvalidStateError, "The RTCPeerConnection's signalingState is 'closed'."); throwDOMException 191 Source/modules/mediastream/RTCPeerConnection.cpp exceptionState.throwDOMException(NotSupportedError, "PeerConnections may not be created in detached documents."); throwDOMException 197 Source/modules/mediastream/RTCPeerConnection.cpp exceptionState.throwDOMException(NotSupportedError, "No PeerConnection handler can be created, perhaps WebRTC is disabled?"); throwDOMException 204 Source/modules/mediastream/RTCPeerConnection.cpp exceptionState.throwDOMException(NotSupportedError, "Failed to initialize native PeerConnection."); throwDOMException 251 Source/modules/mediastream/RTCPeerConnection.cpp exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "RTCSessionDescription")); throwDOMException 276 Source/modules/mediastream/RTCPeerConnection.cpp exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "RTCSessionDescription")); throwDOMException 309 Source/modules/mediastream/RTCPeerConnection.cpp exceptionState.throwDOMException(SyntaxError, "Could not update the ICE Agent with the given configuration."); throwDOMException 318 Source/modules/mediastream/RTCPeerConnection.cpp exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "RTCIceCandidate")); throwDOMException 324 Source/modules/mediastream/RTCPeerConnection.cpp exceptionState.throwDOMException(SyntaxError, "The ICE candidate could not be added."); throwDOMException 333 Source/modules/mediastream/RTCPeerConnection.cpp exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "RTCIceCandidate")); throwDOMException 343 Source/modules/mediastream/RTCPeerConnection.cpp exceptionState.throwDOMException(NotSupportedError, "This method is not yet implemented."); throwDOMException 412 Source/modules/mediastream/RTCPeerConnection.cpp exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "MediaStream")); throwDOMException 427 Source/modules/mediastream/RTCPeerConnection.cpp exceptionState.throwDOMException(SyntaxError, "Unable to add the provided stream."); throwDOMException 436 Source/modules/mediastream/RTCPeerConnection.cpp exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "MediaStream")); throwDOMException 533 Source/modules/mediastream/RTCPeerConnection.cpp exceptionState.throwDOMException(SyntaxError, "No local stream is available for the track provided."); throwDOMException 56 Source/modules/mediastream/RTCSessionDescription.cpp exceptionState.throwDOMException(TypeMismatchError, constructIllegalTypeExceptionMessage(type)); throwDOMException 87 Source/modules/mediastream/RTCSessionDescription.cpp exceptionState.throwDOMException(TypeMismatchError, constructIllegalTypeExceptionMessage(type)); throwDOMException 79 Source/modules/mediastream/UserMediaRequest.cpp exceptionState.throwDOMException(SyntaxError, "At least one of audio and video must be requested"); throwDOMException 77 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp exceptionState.throwDOMException(SyntaxError, "The url provided ('" + url + "') does not contain '%s'."); throwDOMException 89 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp exceptionState.throwDOMException(SyntaxError, "The custom handler URL created by removing '%s' and prepending '" + baseURL.string() + "' is invalid."); throwDOMException 51 Source/modules/speech/SpeechRecognition.cpp exceptionState.throwDOMException(InvalidStateError, "recognition has already started."); throwDOMException 75 Source/modules/webaudio/AnalyserNode.cpp exceptionState.throwDOMException( throwDOMException 88 Source/modules/webaudio/AnalyserNode.cpp exceptionState.throwDOMException( throwDOMException 99 Source/modules/webaudio/AnalyserNode.cpp exceptionState.throwDOMException( throwDOMException 110 Source/modules/webaudio/AnalyserNode.cpp exceptionState.throwDOMException( throwDOMException 130 Source/modules/webaudio/AudioBuffer.cpp exceptionState.throwDOMException(IndexSizeError, "channel index (" + String::number(channelIndex) + ") exceeds number of channels (" + String::number(m_channels.size()) + ")"); throwDOMException 394 Source/modules/webaudio/AudioBufferSourceNode.cpp exceptionState.throwDOMException( throwDOMException 96 Source/modules/webaudio/AudioContext.cpp exceptionState.throwDOMException( throwDOMException 289 Source/modules/webaudio/AudioContext.cpp exceptionState.throwDOMException( throwDOMException 293 Source/modules/webaudio/AudioContext.cpp exceptionState.throwDOMException( throwDOMException 300 Source/modules/webaudio/AudioContext.cpp exceptionState.throwDOMException( throwDOMException 304 Source/modules/webaudio/AudioContext.cpp exceptionState.throwDOMException( throwDOMException 320 Source/modules/webaudio/AudioContext.cpp exceptionState.throwDOMException( throwDOMException 328 Source/modules/webaudio/AudioContext.cpp exceptionState.throwDOMException( throwDOMException 340 Source/modules/webaudio/AudioContext.cpp exceptionState.throwDOMException( throwDOMException 364 Source/modules/webaudio/AudioContext.cpp exceptionState.throwDOMException( throwDOMException 372 Source/modules/webaudio/AudioContext.cpp exceptionState.throwDOMException( throwDOMException 390 Source/modules/webaudio/AudioContext.cpp exceptionState.throwDOMException( throwDOMException 398 Source/modules/webaudio/AudioContext.cpp exceptionState.throwDOMException( throwDOMException 447 Source/modules/webaudio/AudioContext.cpp exceptionState.throwDOMException( throwDOMException 451 Source/modules/webaudio/AudioContext.cpp exceptionState.throwDOMException( throwDOMException 457 Source/modules/webaudio/AudioContext.cpp exceptionState.throwDOMException( throwDOMException 463 Source/modules/webaudio/AudioContext.cpp exceptionState.throwDOMException( throwDOMException 544 Source/modules/webaudio/AudioContext.cpp exceptionState.throwDOMException( throwDOMException 567 Source/modules/webaudio/AudioContext.cpp exceptionState.throwDOMException( throwDOMException 595 Source/modules/webaudio/AudioContext.cpp exceptionState.throwDOMException( throwDOMException 602 Source/modules/webaudio/AudioContext.cpp exceptionState.throwDOMException( throwDOMException 609 Source/modules/webaudio/AudioContext.cpp exceptionState.throwDOMException( throwDOMException 618 Source/modules/webaudio/AudioContext.cpp exceptionState.throwDOMException( throwDOMException 626 Source/modules/webaudio/AudioContext.cpp exceptionState.throwDOMException( throwDOMException 173 Source/modules/webaudio/AudioNode.cpp exceptionState.throwDOMException( throwDOMException 181 Source/modules/webaudio/AudioNode.cpp exceptionState.throwDOMException( throwDOMException 188 Source/modules/webaudio/AudioNode.cpp exceptionState.throwDOMException( throwDOMException 195 Source/modules/webaudio/AudioNode.cpp exceptionState.throwDOMException( throwDOMException 215 Source/modules/webaudio/AudioNode.cpp exceptionState.throwDOMException( throwDOMException 222 Source/modules/webaudio/AudioNode.cpp exceptionState.throwDOMException( throwDOMException 229 Source/modules/webaudio/AudioNode.cpp exceptionState.throwDOMException( throwDOMException 246 Source/modules/webaudio/AudioNode.cpp exceptionState.throwDOMException( throwDOMException 273 Source/modules/webaudio/AudioNode.cpp exceptionState.throwDOMException( throwDOMException 307 Source/modules/webaudio/AudioNode.cpp exceptionState.throwDOMException( throwDOMException 338 Source/modules/webaudio/AudioNode.cpp exceptionState.throwDOMException( throwDOMException 57 Source/modules/webaudio/AudioParamTimeline.cpp exceptionState.throwDOMException( throwDOMException 144 Source/modules/webaudio/AudioScheduledSourceNode.cpp exceptionState.throwDOMException( throwDOMException 159 Source/modules/webaudio/AudioScheduledSourceNode.cpp exceptionState.throwDOMException( throwDOMException 120 Source/modules/webaudio/ConvolverNode.cpp exceptionState.throwDOMException( throwDOMException 105 Source/modules/webaudio/DefaultAudioDestinationNode.cpp exceptionState.throwDOMException( throwDOMException 45 Source/modules/webaudio/DelayNode.cpp exceptionState.throwDOMException( throwDOMException 43 Source/modules/webaudio/OfflineAudioContext.cpp exceptionState.throwDOMException( throwDOMException 52 Source/modules/webaudio/OfflineAudioContext.cpp exceptionState.throwDOMException(SyntaxError, "number of frames cannot be zero."); throwDOMException 57 Source/modules/webaudio/OfflineAudioContext.cpp exceptionState.throwDOMException(SyntaxError, "number of channels (" + String::number(numberOfChannels) + ") exceeds maximum (10)."); throwDOMException 62 Source/modules/webaudio/OfflineAudioContext.cpp exceptionState.throwDOMException(SyntaxError, "sample rate (" + String::number(sampleRate) + ") must be in the range 44100-96000 Hz."); throwDOMException 69 Source/modules/webaudio/OfflineAudioContext.cpp exceptionState.throwDOMException( throwDOMException 75 Source/modules/webaudio/WaveShaperNode.cpp exceptionState.throwDOMException( throwDOMException 172 Source/modules/webdatabase/DatabaseManager.cpp exceptionState.throwDOMException(InvalidStateError, errorMessage); throwDOMException 83 Source/modules/webdatabase/DatabaseSync.cpp exceptionState.throwDOMException(SQLDatabaseError, "Unable to change version from within a transaction."); throwDOMException 98 Source/modules/webdatabase/DatabaseSync.cpp exceptionState.throwDOMException(UnknownError, SQLError::unknownErrorMessage); throwDOMException 105 Source/modules/webdatabase/DatabaseSync.cpp exceptionState.throwDOMException(VersionError, SQLError::versionErrorMessage); throwDOMException 119 Source/modules/webdatabase/DatabaseSync.cpp exceptionState.throwDOMException(UnknownError, SQLError::unknownErrorMessage); throwDOMException 160 Source/modules/webdatabase/DatabaseSync.cpp exceptionState.throwDOMException(SQLDatabaseError, "Unable to start a transaction from within a transaction."); throwDOMException 60 Source/modules/webdatabase/SQLResultSet.cpp exceptionState.throwDOMException(InvalidAccessError, "The query didn't result in any rows being added."); throwDOMException 63 Source/modules/webdatabase/SQLStatementSync.cpp exceptionState.throwDOMException(SQLDatabaseError, "Connection to the database interrupted."); throwDOMException 65 Source/modules/webdatabase/SQLStatementSync.cpp exceptionState.throwDOMException(SyntaxError, "Could not prepare statement."); throwDOMException 72 Source/modules/webdatabase/SQLStatementSync.cpp exceptionState.throwDOMException(SQLDatabaseError, "Connection to the database interrupted."); throwDOMException 74 Source/modules/webdatabase/SQLStatementSync.cpp exceptionState.throwDOMException(SyntaxError, "Number of '?'s in statement string (" + String::number(statement.bindParameterCount()) + ") does not match the arguments provided (" + String::number(m_arguments.size()) + ")."); throwDOMException 82 Source/modules/webdatabase/SQLStatementSync.cpp exceptionState.throwDOMException(QuotaExceededError, SQLError::quotaExceededErrorMessage); throwDOMException 88 Source/modules/webdatabase/SQLStatementSync.cpp exceptionState.throwDOMException(SQLDatabaseError, "Could not bind value."); throwDOMException 113 Source/modules/webdatabase/SQLStatementSync.cpp exceptionState.throwDOMException(SQLDatabaseError, "Could not iterate results."); throwDOMException 123 Source/modules/webdatabase/SQLStatementSync.cpp exceptionState.throwDOMException(QuotaExceededError, SQLError::quotaExceededErrorMessage); throwDOMException 127 Source/modules/webdatabase/SQLStatementSync.cpp exceptionState.throwDOMException(ConstraintError, "A constraint was violated."); throwDOMException 131 Source/modules/webdatabase/SQLStatementSync.cpp exceptionState.throwDOMException(SQLDatabaseError, "Could not execute statement."); throwDOMException 265 Source/modules/webdatabase/SQLTransaction.cpp exceptionState.throwDOMException(InvalidStateError, "SQL execution is disallowed."); throwDOMException 270 Source/modules/webdatabase/SQLTransaction.cpp exceptionState.throwDOMException(InvalidStateError, "The database has not been opened."); throwDOMException 94 Source/modules/webdatabase/SQLTransactionBackendSync.cpp exceptionState.throwDOMException(UnknownError, SQLError::unknownErrorMessage); throwDOMException 100 Source/modules/webdatabase/SQLTransactionBackendSync.cpp exceptionState.throwDOMException(VersionError, SQLError::versionErrorMessage); throwDOMException 149 Source/modules/webdatabase/SQLTransactionBackendSync.cpp exceptionState.throwDOMException(UnknownError, SQLError::unknownErrorMessage); throwDOMException 174 Source/modules/webdatabase/SQLTransactionBackendSync.cpp exceptionState.throwDOMException(SQLDatabaseError, "Unable to begin transaction."); throwDOMException 187 Source/modules/webdatabase/SQLTransactionBackendSync.cpp exceptionState.throwDOMException(SQLDatabaseError, "Unable to read version."); throwDOMException 201 Source/modules/webdatabase/SQLTransactionBackendSync.cpp exceptionState.throwDOMException(UnknownError, SQLError::unknownErrorMessage); throwDOMException 214 Source/modules/webdatabase/SQLTransactionBackendSync.cpp exceptionState.throwDOMException(UnknownError, SQLError::unknownErrorMessage); throwDOMException 229 Source/modules/webdatabase/SQLTransactionBackendSync.cpp exceptionState.throwDOMException(SQLDatabaseError, "Unable to commit transaction."); throwDOMException 82 Source/modules/webmidi/MIDIOutput.cpp exceptionState.throwDOMException(InvalidAccessError, "System exclusive message is not allowed " + getPositionString()); throwDOMException 214 Source/modules/websockets/WebSocket.cpp exceptionState.throwDOMException(InvalidStateError, "Still in CONNECTING state."); throwDOMException 254 Source/modules/websockets/WebSocket.cpp exceptionState.throwDOMException(SyntaxError, "Failed to create a WebSocket: the provided URL is invalid."); throwDOMException 295 Source/modules/websockets/WebSocket.cpp exceptionState.throwDOMException(SyntaxError, "The URL '" + url + "' is invalid."); throwDOMException 300 Source/modules/websockets/WebSocket.cpp exceptionState.throwDOMException(SyntaxError, "The URL's scheme must be either 'ws' or 'wss'. '" + m_url.protocol() + "' is not allowed."); throwDOMException 310 Source/modules/websockets/WebSocket.cpp exceptionState.throwDOMException(SyntaxError, "The URL contains a fragment identifier ('" + m_url.fragmentIdentifier() + "'). Fragment identifiers are not allowed in WebSocket URLs."); throwDOMException 344 Source/modules/websockets/WebSocket.cpp exceptionState.throwDOMException(SyntaxError, "The subprotocol '" + encodeProtocolString(protocols[i]) + "' is invalid."); throwDOMException 353 Source/modules/websockets/WebSocket.cpp exceptionState.throwDOMException(SyntaxError, "The subprotocol '" + encodeProtocolString(protocols[i]) + "' is duplicated."); throwDOMException 370 Source/modules/websockets/WebSocket.cpp exceptionState.throwDOMException(SyntaxError, "The message contains invalid characters."); throwDOMException 483 Source/modules/websockets/WebSocket.cpp exceptionState.throwDOMException(InvalidAccessError, "The code must be either 1000, or between 3000 and 4999. " + String::number(code) + " is neither."); throwDOMException 488 Source/modules/websockets/WebSocket.cpp exceptionState.throwDOMException(SyntaxError, "The message must not be greater than " + String::number(maxReasonSizeInBytes) + " bytes."); throwDOMException 123 Source/web/SharedWorkerRepositoryClientImpl.cpp exceptionState.throwDOMException(URLMismatchError, "The location of the SharedWorker named '" + name + "' does not exactly match the provided URL ('" + url.elidedString() + "').");