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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExceptionCode.h 39 NotFoundError,
NamedNodeMap.cpp 62 exceptionState.throwUninformativeAndGenericDOMException(NotFoundError);
72 exceptionState.throwUninformativeAndGenericDOMException(NotFoundError);
81 exceptionState.throwUninformativeAndGenericDOMException(NotFoundError);
ContainerNode.cpp 116 // Not mentioned in spec: throw NotFoundError if newChild is null
118 exceptionState.throwDOMException(NotFoundError, "The new child element is null.");
187 // NotFoundError: Raised if refChild is not a child of this node
189 exceptionState.throwDOMException(NotFoundError, "The node before which the new node is to be inserted is not a child of this node.");
296 exceptionState.throwDOMException(NotFoundError, "The node to be replaced is null.");
304 // NotFoundError: Raised if oldChild is not a child of this node.
306 exceptionState.throwDOMException(NotFoundError, "The node to be replaced is not a child of this node.");
409 // NotFoundError: Raised if oldChild is not a child of this node.
411 exceptionState.throwDOMException(NotFoundError, "The node to be removed is not a child of this node.");
425 exceptionState.throwDOMException(NotFoundError, "The node to be removed is no longer a child of this node. Perhaps it was moved in a 'blur' event (…)
    [all...]
Range.cpp 220 exceptionState.throwUninformativeAndGenericDOMException(NotFoundError);
248 exceptionState.throwUninformativeAndGenericDOMException(NotFoundError);
364 exceptionState.throwUninformativeAndGenericDOMException(NotFoundError);
389 exceptionState.throwUninformativeAndGenericDOMException(NotFoundError);
412 exceptionState.throwUninformativeAndGenericDOMException(NotFoundError);
578 exceptionState.throwUninformativeAndGenericDOMException(NotFoundError);
593 exceptionState.throwUninformativeAndGenericDOMException(NotFoundError);
    [all...]
MutationObserver.cpp 77 exceptionState.throwDOMException(NotFoundError, "The provided node was null.");
Element.cpp     [all...]
Node.cpp 474 exceptionState.throwDOMException(NotFoundError, "This node type does not support this method.");
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReaderSync.cpp 52 exceptionState.throwDOMException(NotFoundError, FileError::notFoundErrorMessage);
65 exceptionState.throwDOMException(NotFoundError, FileError::notFoundErrorMessage);
77 exceptionState.throwDOMException(NotFoundError, FileError::notFoundErrorMessage);
90 exceptionState.throwDOMException(NotFoundError, FileError::notFoundErrorMessage);
FileError.cpp 59 return NotFoundError;
  /external/chromium_org/chrome/test/functional/ispy/common/
ispy_utils.py 82 cloud_bucket.NotFoundError: if the path to the image is not valid.
128 cloud_bucket.NotFoundError: if the given expectation is not found.
161 cloud_bucket.NotFoundError: if the test is not found in GS.
264 cloud_bucket.NotFoundError: if the result is not found in GS.
  /external/chromium_org/chrome/test/functional/ispy/server/
gs_bucket.py 61 except cloudstorage.NotFoundError:
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.cpp 547 exceptionState.throwUninformativeAndGenericDOMException(NotFoundError);
575 exceptionState.throwUninformativeAndGenericDOMException(NotFoundError);
582 exceptionState.throwUninformativeAndGenericDOMException(NotFoundError);
613 exceptionState.throwUninformativeAndGenericDOMException(NotFoundError);
620 exceptionState.throwUninformativeAndGenericDOMException(NotFoundError);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
WebKitMediaSource.cpp 131 // throw a NotFoundError exception and abort these steps.
135 exceptionState.throwUninformativeAndGenericDOMException(NotFoundError);
MediaSource.cpp 133 // throw a NotFoundError exception and abort these steps.
135 exceptionState.throwUninformativeAndGenericDOMException(NotFoundError);
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrack.cpp 267 // object's text track's text track list of cues, then throw a NotFoundError exception.
269 exceptionState.throwDOMException(NotFoundError, "The specified cue is not listed in the TextTrack's list of cues.");
341 // object's text track list of regions, then throw a NotFoundError exception.
343 exceptionState.throwDOMException(NotFoundError, "The specified region is not listed in the TextTrack's list of regions.");
  /external/chromium_org/content/browser/fileapi/
file_system_operation_runner_unittest.cc 71 TEST_F(FileSystemOperationRunnerTest, NotFoundError) {
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.cpp 137 exceptionState.throwDOMException(NotFoundError, IDBDatabase::noSuchObjectStoreErrorMessage);
144 exceptionState.throwDOMException(NotFoundError, IDBDatabase::noSuchObjectStoreErrorMessage);
IDBDatabase.cpp 253 exceptionState.throwDOMException(NotFoundError, "The specified object store was not found.");
289 exceptionState.throwDOMException(NotFoundError, "One of the specified object stores was not found.");
IDBObjectStore.cpp 457 exceptionState.throwDOMException(NotFoundError, IDBDatabase::noSuchIndexErrorMessage);
497 exceptionState.throwDOMException(NotFoundError, IDBDatabase::noSuchIndexErrorMessage);
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaList.cpp 204 exceptionState.throwUninformativeAndGenericDOMException(NotFoundError);
  /external/chromium_org/third_party/polymer/
platform.js     [all...]

Completed in 385 milliseconds