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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
SimpleContentDecryptionModuleResult.cpp 25 return InvalidStateError;
62 completeWithDOMException(InvalidStateError, "Unexpected completion.");
HTMLMediaElementEncryptedMedia.cpp 34 exceptionState.throwDOMException(InvalidStateError, "The player is in an invalid state.");
94 m_failureCallback(InvalidStateError, "Unexpected completion.");
155 // whose name is "InvalidStateError".
157 reject(DOMException::create(InvalidStateError, "The existing MediaKeys object cannot be removed while a media resource is loaded."));
278 return ScriptPromise::rejectWithDOMException(scriptState, DOMException::create(InvalidStateError, "Mixed use of EME prefixed and unprefixed API not allowed."));
324 exceptionState.throwDOMException(InvalidStateError, "Mixed use of EME prefixed and unprefixed API not allowed.");
334 exceptionState.throwDOMException(InvalidStateError, "No media has been loaded.");
364 exceptionState.throwDOMException(InvalidStateError, "Mixed use of EME prefixed and unprefixed API not allowed.");
384 exceptionState.throwDOMException(InvalidStateError, "No media has been loaded.");
414 exceptionState.throwDOMException(InvalidStateError, "Mixed use of EME prefixed and unprefixed API not allowed.")
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementException.cpp 56 exceptionState.throwDOMException(InvalidStateError, preamble(type) + "The context is no longer valid.");
60 exceptionState.throwDOMException(InvalidStateError, preamble(type) + "The context is no longer valid.");
64 exceptionState.throwDOMException(InvalidStateError, preamble(type) + "The context is no longer valid.");
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExceptionCode.h 45 InvalidStateError,
DOMURL.cpp 70 exceptionState.throwDOMException(InvalidStateError, String(blob->isFile() ? "File" : "Blob") + " has been closed.");
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBIndex.cpp 77 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::indexDeletedErrorMessage);
97 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::databaseClosedErrorMessage);
116 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::indexDeletedErrorMessage);
133 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::databaseClosedErrorMessage);
146 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::indexDeletedErrorMessage);
165 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::databaseClosedErrorMessage);
190 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::indexDeletedErrorMessage);
210 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::databaseClosedErrorMessage);
IDBCursor.cpp 98 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::noValueErrorMessage);
102 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::isKeyCursorErrorMessage);
106 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::sourceDeletedErrorMessage);
134 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::noValueErrorMessage);
138 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::sourceDeletedErrorMessage);
193 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::noValueErrorMessage);
198 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::sourceDeletedErrorMessage);
246 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::noValueErrorMessage);
250 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::isKeyCursorErrorMessage);
254 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::sourceDeletedErrorMessage)
    [all...]
IDBObjectStore.cpp 91 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage);
110 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::databaseClosedErrorMessage);
163 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage);
241 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::databaseClosedErrorMessage);
269 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage);
293 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::databaseClosedErrorMessage);
306 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage);
322 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::databaseClosedErrorMessage);
411 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::notVersionChangeTransactionErrorMessage);
415 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage)
    [all...]
IDBDatabase.cpp 221 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::notVersionChangeTransactionErrorMessage);
249 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::databaseClosedErrorMessage);
270 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::notVersionChangeTransactionErrorMessage);
289 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::databaseClosedErrorMessage);
312 exceptionState.throwDOMException(InvalidStateError, "A version change transaction is running.");
317 exceptionState.throwDOMException(InvalidStateError, "The database connection is closing.");
332 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::databaseClosedErrorMessage);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDialogElement.cpp 108 exceptionState.throwDOMException(InvalidStateError, "The element does not have an 'open' attribute, and therefore cannot be closed.");
149 exceptionState.throwDOMException(InvalidStateError, "The element already has an 'open' attribute, and therefore cannot be opened modally.");
153 exceptionState.throwDOMException(InvalidStateError, "The element is not in a Document.");
HTMLInputElement.cpp 515 exceptionState.throwDOMException(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does not support selection.");
524 exceptionState.throwDOMException(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does not support selection.");
533 exceptionState.throwDOMException(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does not support selection.");
542 exceptionState.throwDOMException(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does not support selection.");
551 exceptionState.throwDOMException(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does not support selection.");
560 exceptionState.throwDOMException(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does not support selection.");
569 exceptionState.throwDOMException(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does not support selection.");
578 exceptionState.throwDOMException(InvalidStateError, "The input element's type ('" + m_inputType->formControlType() + "') does not support selection.");
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioScheduledSourceNode.cpp 143 InvalidStateError,
150 InvalidStateError,
165 InvalidStateError,
172 InvalidStateError,
AudioBufferSourceNode.cpp 386 InvalidStateError,
393 InvalidStateError,
400 InvalidStateError,
407 InvalidStateError,
AudioParamTimeline.cpp 47 InvalidStateError,
58 InvalidStateError,
69 InvalidStateError,
80 InvalidStateError,
185 InvalidStateError,
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCache.cpp 79 exceptionState.throwDOMException(InvalidStateError, "there is no application cache to update.");
86 exceptionState.throwDOMException(InvalidStateError, "there is no newer application cache to swap to.");
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
Blob.cpp 111 exceptionState.throwDOMException(InvalidStateError, "Blob has been closed.");
128 exceptionState.throwDOMException(InvalidStateError, "Blob has been closed.");
FileError.cpp 71 return InvalidStateError;
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.cpp 62 exceptionState.throwDOMException(InvalidStateError, "This SourceBuffer has been removed from the parent media source.");
66 exceptionState.throwDOMException(InvalidStateError, "This SourceBuffer is still processing an 'appendBuffer', 'appendStream', or 'remove' operation.");
153 exceptionState.throwDOMException(InvalidStateError, "The mode may not be set while the SourceBuffer's append state is 'PARSING_MEDIA_SEGMENT'.");
165 // InvalidStateError exception and abort these steps.
167 exceptionState.throwDOMException(InvalidStateError, "This SourceBuffer has been removed from the parent media source.");
186 // InvalidStateError exception and abort these steps.
187 // 3. If the updating attribute equals true, then throw an InvalidStateError exception and abort these steps.
199 exceptionState.throwDOMException(InvalidStateError, "The timestamp offset may not be set while the SourceBuffer's append state is 'PARSING_MEDIA_SEGMENT'.");
217 // InvalidStateError exception and abort these steps.
218 // 2. If the updating attribute equals true, then throw an InvalidStateError exception and abort these steps
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/credentialmanager/
CredentialsContainer.cpp 30 resolver->reject(DOMException::create(InvalidStateError, "The credential manager is disabled."));
99 resolver->reject(DOMException::create(InvalidStateError, "Could not establish connection to the credential manager."));
  /external/chromium_org/third_party/WebKit/Source/core/clipboard/
DataTransferItemList.cpp 66 exceptionState.throwDOMException(InvalidStateError, "The list is not writable.");
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriterSync.cpp 76 exceptionState.throwDOMException(InvalidStateError, FileError::invalidStateErrorMessage);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
Database.cpp 433 reportOpenDatabaseResult(1, InvalidStateError, m_sqliteDatabase.lastError());
473 reportOpenDatabaseResult(2, InvalidStateError, m_sqliteDatabase.lastError());
484 reportOpenDatabaseResult(3, InvalidStateError, m_sqliteDatabase.lastError());
491 reportOpenDatabaseResult(4, InvalidStateError, m_sqliteDatabase.lastError());
503 reportOpenDatabaseResult(5, InvalidStateError, m_sqliteDatabase.lastError());
527 reportOpenDatabaseResult(6, InvalidStateError, 0);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventTarget.cpp 174 exceptionState.throwDOMException(InvalidStateError, "The event provided is null.");
178 exceptionState.throwDOMException(InvalidStateError, "The event provided is uninitialized.");
182 exceptionState.throwDOMException(InvalidStateError, "The event is already being dispatched.");
  /external/chromium_org/third_party/WebKit/Source/core/imagebitmap/
ImageBitmapFactories.cpp 92 exceptionState.throwDOMException(InvalidStateError, "No image can be retrieved from the provided element.");
96 exceptionState.throwDOMException(InvalidStateError, "The image element contains an SVG image, which is unsupported.");
127 exceptionState.throwDOMException(InvalidStateError, "The provided element has not retrieved data.");
131 exceptionState.throwDOMException(InvalidStateError, "The provided element's player has no current data.");
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
RespondWithObserver.cpp 90 exceptionState.throwDOMException(InvalidStateError, "respondWith is already called.");

Completed in 1072 milliseconds

1 2 3