HomeSort by relevance Sort by last modified time
    Searched refs:InvalidStateError (Results 26 - 50 of 65) sorted by null

12 3

  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrack.cpp 272 exceptionState.throwDOMException(InvalidStateError, "Failed to remove the specified cue.");
345 exceptionState.throwDOMException(InvalidStateError, "Failed to remove the specified region.");
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransaction.cpp 267 exceptionState.throwDOMException(InvalidStateError, "SQL execution is disallowed.");
272 exceptionState.throwDOMException(InvalidStateError, "The database has not been opened.");
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.cpp 167 completeWithDOMException(InvalidStateError, "Unexpected completion.");
174 completeWithDOMException(InvalidStateError, "Unexpected completion.");
304 // rejected with a new DOMException whose name is "InvalidStateError".
307 scriptState, DOMException::create(InvalidStateError, "The session is already initialized."));
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSource.cpp 61 exceptionState.throwDOMException(InvalidStateError, "The MediaSource's readyState is not 'open'.");
65 exceptionState.throwDOMException(InvalidStateError, "The 'updating' attribute is true on one or more of this MediaSource's SourceBuffers.");
137 // InvalidStateError exception and abort these steps.
139 exceptionState.throwDOMException(InvalidStateError, "The MediaSource's readyState is not 'open'.");
378 // 2. If the readyState attribute is not "open" then throw an InvalidStateError
381 // then throw an InvalidStateError exception and abort these steps.
463 // InvalidStateError exception and abort these steps.
465 // InvalidStateError exception and abort these steps.
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
InputType.cpp 188 exceptionState.throwDOMException(InvalidStateError, "This input element does not support Date values.");
198 exceptionState.throwDOMException(InvalidStateError, "This input element does not support Number values.");
727 exceptionState.throwDOMException(InvalidStateError, "This form element does not have an allowed value step.");
801 exceptionState.throwDOMException(InvalidStateError, "This form element is not steppable.");
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGMatrixTearOff.cpp 162 exceptionState.throwDOMException(InvalidStateError, "The matrix is not invertible.");
SVGGraphicsElement.cpp 53 exceptionState.throwDOMException(InvalidStateError, "The target transformation is not invertable.");
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathResult.cpp 194 exceptionState.throwDOMException(InvalidStateError, "The document has mutated since the result was returned.");
XMLHttpRequest.cpp 196 exceptionState.throwDOMException(InvalidStateError, "The value is only accessible if the object's 'responseType' is '' or 'text' (was '" + responseType() + "').");
240 exceptionState.throwDOMException(InvalidStateError, "The value is only accessible if the object's 'responseType' is '' or 'document' (was '" + responseType() + "').");
372 exceptionState.throwDOMException(InvalidStateError, "The response type cannot be set if the object's state is LOADING or DONE.");
508 exceptionState.throwDOMException(InvalidStateError, "The value may only be set if the object's state is UNSENT or OPENED.");
634 exceptionState.throwDOMException(InvalidStateError, "The object's state must be OPENED.");
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
CryptoResultImpl.cpp 82 return InvalidStateError;
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientation.cpp 155 RefPtrWillBeRawPtr<DOMException> exception = DOMException::create(InvalidStateError, "The object is no longer associated to a document.");
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerRegistration.cpp 107 resolver->reject(DOMException::create(InvalidStateError, "No associated provider is available"));
ServiceWorker.cpp 90 exceptionState.throwDOMException(InvalidStateError, "ServiceWorker is in redundant state.");
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognition.cpp 51 exceptionState.throwDOMException(InvalidStateError, "recognition has already started.");
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioContext.cpp 268 InvalidStateError,
276 InvalidStateError,
294 InvalidStateError,
302 InvalidStateError,
  /external/chromium_org/chrome/test/chromedriver/js/
focus.js 25 // throws a DOMException with code InvalidStateError.
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
PrivateScriptRunner.js 56 "InvalidStateError",
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
File.cpp 216 exceptionState.throwDOMException(InvalidStateError, "File has been closed.");
265 exceptionState.throwDOMException(InvalidStateError, "Blob has been closed.");
FileReader.cpp 299 // If multiple concurrent read methods are called on the same FileReader, InvalidStateError should be thrown when the state is LOADING.
301 exceptionState.throwDOMException(InvalidStateError, "The object is already busy reading Blobs.");
306 exceptionState.throwDOMException(InvalidStateError, String(blob->isFile() ? "File" : "Blob") + " has been closed.");
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.cpp 117 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::transactionFinishedErrorMessage);
181 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::transactionFinishedErrorMessage);
IDBRequest.cpp 107 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::requestNotFinishedErrorMessage);
121 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::requestNotFinishedErrorMessage);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
DOMSelection.cpp 232 exceptionState.throwDOMException(InvalidStateError, "there is no selection.");
247 exceptionState.throwDOMException(InvalidStateError, "there is no selection.");
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStream.cpp 171 exceptionState.throwDOMException(InvalidStateError, "The MediaStream is finished.");
199 exceptionState.throwDOMException(InvalidStateError, "The MediaStream is finished.");
RTCDataChannel.cpp 42 exceptionState.throwDOMException(InvalidStateError, "RTCDataChannel.readyState is not 'open'");
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLVideoElement.cpp 237 exceptionState.throwDOMException(InvalidStateError, "This element does not support fullscreen mode.");

Completed in 780 milliseconds

12 3