NotFoundError     222 Source/core/css/MediaList.cpp         exceptionState.throwDOMException(NotFoundError, "Failed to delete '" + medium + "'.");
NotFoundError     123 Source/core/dom/ContainerNode.cpp         exceptionState.throwDOMException(NotFoundError, "The new child element is null.");
NotFoundError     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.");
NotFoundError     305 Source/core/dom/ContainerNode.cpp         exceptionState.throwDOMException(NotFoundError, "The node to be replaced is null.");
NotFoundError     315 Source/core/dom/ContainerNode.cpp         exceptionState.throwDOMException(NotFoundError, "The node to be replaced is not a child of this node.");
NotFoundError     425 Source/core/dom/ContainerNode.cpp         exceptionState.throwDOMException(NotFoundError, "The node to be removed is not a child of this node.");
NotFoundError     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?");
NotFoundError     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?");
NotFoundError    1982 Source/core/dom/Element.cpp         exceptionState.throwDOMException(NotFoundError, "The node provided is owned by another element.");
NotFoundError    1992 Source/core/dom/Element.cpp         exceptionState.throwDOMException(NotFoundError, "The attribute was not found on this element.");
NotFoundError      81 Source/core/dom/MutationObserver.cpp         exceptionState.throwDOMException(NotFoundError, "The provided node was null.");
NotFoundError      62 Source/core/dom/NamedNodeMap.cpp         exceptionState.throwDOMException(NotFoundError, "No item with name '" + name + "' was found.");
NotFoundError      72 Source/core/dom/NamedNodeMap.cpp         exceptionState.throwDOMException(NotFoundError, "No item with name '" + namespaceURI + "::" + localName + "' was found.");
NotFoundError      81 Source/core/dom/NamedNodeMap.cpp         exceptionState.throwDOMException(NotFoundError, "The node provided was null.");
NotFoundError     452 Source/core/dom/Node.cpp         exceptionState.throwDOMException(NotFoundError, "This node type does not support this method.");
NotFoundError     219 Source/core/dom/Range.cpp         exceptionState.throwDOMException(NotFoundError, "The node provided was null.");
NotFoundError     247 Source/core/dom/Range.cpp         exceptionState.throwDOMException(NotFoundError, "The node provided was null.");
NotFoundError     368 Source/core/dom/Range.cpp         exceptionState.throwDOMException(NotFoundError, "The node provided was null.");
NotFoundError     393 Source/core/dom/Range.cpp         exceptionState.throwDOMException(NotFoundError, "The provided node has no parent.");
NotFoundError     416 Source/core/dom/Range.cpp         exceptionState.throwDOMException(NotFoundError, "The source range provided was null.");
NotFoundError     582 Source/core/dom/Range.cpp         exceptionState.throwDOMException(NotFoundError, "The node provided is null.");
NotFoundError     597 Source/core/dom/Range.cpp         exceptionState.throwDOMException(NotFoundError, "The node provided has no parent.");
NotFoundError     958 Source/core/dom/Range.cpp         exceptionState.throwDOMException(NotFoundError, "The node provided is null.");
NotFoundError    1175 Source/core/dom/Range.cpp         exceptionState.throwDOMException(NotFoundError, "The node provided is null.");
NotFoundError    1268 Source/core/dom/Range.cpp         exceptionState.throwDOMException(NotFoundError, "The node provided is null.");
NotFoundError    1327 Source/core/dom/Range.cpp         exceptionState.throwDOMException(NotFoundError, "The node provided is null.");
NotFoundError    1367 Source/core/dom/Range.cpp         exceptionState.throwDOMException(NotFoundError, "The node provided is null.");
NotFoundError      59 Source/core/fileapi/FileError.cpp         return NotFoundError;
NotFoundError      52 Source/core/fileapi/FileReaderSync.cpp         exceptionState.throwDOMException(NotFoundError, FileError::notFoundErrorMessage);
NotFoundError      65 Source/core/fileapi/FileReaderSync.cpp         exceptionState.throwDOMException(NotFoundError, FileError::notFoundErrorMessage);
NotFoundError      77 Source/core/fileapi/FileReaderSync.cpp         exceptionState.throwDOMException(NotFoundError, FileError::notFoundErrorMessage);
NotFoundError      90 Source/core/fileapi/FileReaderSync.cpp         exceptionState.throwDOMException(NotFoundError, FileError::notFoundErrorMessage);
NotFoundError     268 Source/core/html/track/TextTrack.cpp         exceptionState.throwDOMException(NotFoundError, "The specified cue is not listed in the TextTrack's list of cues.");
NotFoundError     342 Source/core/html/track/TextTrack.cpp         exceptionState.throwDOMException(NotFoundError, "The specified region is not listed in the TextTrack's list of regions.");
NotFoundError     579 Source/core/inspector/InspectorStyleSheet.cpp         exceptionState.throwDOMException(NotFoundError, "The parent style sheet's data hasn't been processed.");
NotFoundError     592 Source/core/inspector/InspectorStyleSheet.cpp         exceptionState.throwDOMException(NotFoundError, "The property '" + propertyText + "' could not be set.");
NotFoundError     599 Source/core/inspector/InspectorStyleSheet.cpp         exceptionState.throwDOMException(NotFoundError, "The property '" + propertyText + "' could not be set.");
NotFoundError     841 Source/core/inspector/InspectorStyleSheet.cpp         exceptionState.throwDOMException(NotFoundError, "No property could be found for the given ID.");
NotFoundError    1012 Source/core/inspector/InspectorStyleSheet.cpp         exceptionState.throwDOMException(NotFoundError, "No rule was found for the given ID.");
NotFoundError    1022 Source/core/inspector/InspectorStyleSheet.cpp         exceptionState.throwDOMException(NotFoundError, "No rule was found for the given ID.");
NotFoundError    1027 Source/core/inspector/InspectorStyleSheet.cpp         exceptionState.throwDOMException(NotFoundError, "No stylesheet could be found in which to set the selector.");
NotFoundError    1034 Source/core/inspector/InspectorStyleSheet.cpp         exceptionState.throwDOMException(NotFoundError, "The selector '" + selector + "' could not be set.");
NotFoundError    1062 Source/core/inspector/InspectorStyleSheet.cpp         exceptionState.throwDOMException(NotFoundError, "The selector '" + selector + "' could not be added.");
NotFoundError    1102 Source/core/inspector/InspectorStyleSheet.cpp         exceptionState.throwDOMException(NotFoundError, "No style rule could be found for the provided ID.");
NotFoundError    1107 Source/core/inspector/InspectorStyleSheet.cpp         exceptionState.throwDOMException(NotFoundError, "No parent stylesheet could be found.");
NotFoundError    1113 Source/core/inspector/InspectorStyleSheet.cpp         exceptionState.throwDOMException(NotFoundError, "No style rule could be found for the provided ID.");
NotFoundError     256 Source/modules/indexeddb/IDBDatabase.cpp         exceptionState.throwDOMException(NotFoundError, "The specified object store was not found.");
NotFoundError     292 Source/modules/indexeddb/IDBDatabase.cpp             exceptionState.throwDOMException(NotFoundError, "One of the specified object stores was not found.");
NotFoundError     456 Source/modules/indexeddb/IDBObjectStore.cpp         exceptionState.throwDOMException(NotFoundError, IDBDatabase::noSuchIndexErrorMessage);
NotFoundError     496 Source/modules/indexeddb/IDBObjectStore.cpp         exceptionState.throwDOMException(NotFoundError, IDBDatabase::noSuchIndexErrorMessage);
NotFoundError     139 Source/modules/indexeddb/IDBTransaction.cpp         exceptionState.throwDOMException(NotFoundError, IDBDatabase::noSuchObjectStoreErrorMessage);
NotFoundError     146 Source/modules/indexeddb/IDBTransaction.cpp         exceptionState.throwDOMException(NotFoundError, IDBDatabase::noSuchObjectStoreErrorMessage);
NotFoundError     135 Source/modules/mediasource/MediaSource.cpp         exceptionState.throwDOMException(NotFoundError, "The SourceBuffer provided is not contained in this MediaSource.");
NotFoundError     140 Source/modules/mediasource/WebKitMediaSource.cpp         exceptionState.throwDOMException(NotFoundError, "The SourceBuffer provided was not contained in this MediaSource.");