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

1 2 3

  /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.throwUninformativeAndGenericDOMException(InvalidStateError);
84 exceptionState.throwDOMException(InvalidStateError, preamble(type) + "The prototype option is not an object.");
88 exceptionState.throwDOMException(InvalidStateError, preamble(type) + "A type with that name is already registered.");
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
WebKitSourceBuffer.cpp 69 // InvalidStateError exception and abort these steps.
71 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
88 // InvalidStateError exception and abort these steps.
90 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
99 // 5. If this object is waiting for the end of a media segment to be appended, then throw an InvalidStateError
102 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
124 // an InvalidStateError exception and abort these steps.
126 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
143 // then throw an InvalidStateError exception and abort these steps.
145 // then throw an InvalidStateError exception and abort these steps
    [all...]
SourceBuffer.cpp 96 // InvalidStateError exception and abort these steps.
98 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
116 // InvalidStateError exception and abort these steps.
117 // 3. If the updating attribute equals true, then throw an InvalidStateError exception and abort these steps.
119 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
128 // 5. If this object is waiting for the end of a media segment to be appended, then throw an InvalidStateError
133 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
158 // InvalidStateError exception and abort these steps.
159 // 2. If the updating attribute equals true, then throw an InvalidStateError exception and abort these steps.
161 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
    [all...]
WebKitMediaSource.cpp 92 // InvalidStateError exception and abort these steps.
94 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
123 // 2. If sourceBuffers is empty then throw an InvalidStateError exception and
126 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExceptionCode.h 44 InvalidStateError,
DataTransferItemList.cpp 68 exceptionState.throwDOMException(InvalidStateError, "The list is not writable.");
Range.cpp 132 exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detatch()' has been invoked on this object?");
142 exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detatch()' has been invoked on this object?");
152 exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detatch()' has been invoked on this object?");
162 exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detatch()' has been invoked on this object?");
172 exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detatch()' has been invoked on this object?");
193 exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detatch()' has been invoked on this object?");
215 exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detatch()' has been invoked on this object?");
243 exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detatch()' has been invoked on this object?");
283 exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detatch()' has been invoked on this object?");
296 exceptionState.throwDOMException(InvalidStateError, "The range has no container. Perhaps 'detatch()' has been invoked on this object?")
    [all...]
NodeIterator.cpp 92 exceptionState.throwDOMException(InvalidStateError, "The iterator is detached.");
121 exceptionState.throwDOMException(InvalidStateError, "The iterator is detached.");
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCache.cpp 74 exceptionState.throwDOMException(InvalidStateError, "there is no application cache to update.");
81 exceptionState.throwDOMException(InvalidStateError, "there is no newer application cache to swap to.");
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBCursor.cpp 104 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::noValueErrorMessage);
108 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::isKeyCursorErrorMessage);
112 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::sourceDeletedErrorMessage);
146 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::noValueErrorMessage);
150 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::sourceDeletedErrorMessage);
212 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::noValueErrorMessage);
217 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::sourceDeletedErrorMessage);
265 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::noValueErrorMessage);
269 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::isKeyCursorErrorMessage);
273 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::sourceDeletedErrorMessage)
    [all...]
IDBIndex.cpp 71 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::indexDeletedErrorMessage);
105 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::indexDeletedErrorMessage);
130 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::indexDeletedErrorMessage);
159 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::indexDeletedErrorMessage);
188 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::indexDeletedErrorMessage);
IDBObjectStore.cpp 83 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage);
154 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage);
242 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage);
275 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage);
381 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::notVersionChangeTransactionErrorMessage);
385 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage);
443 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage);
447 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::transactionFinishedErrorMessage);
480 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::notVersionChangeTransactionErrorMessage);
484 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDialogElement.cpp 110 exceptionState.throwDOMException(InvalidStateError, "The element does not have an 'open' attribute, and therefore cannot be closed.");
152 exceptionState.throwDOMException(InvalidStateError, "The element already has an 'open' attribute, and therefore cannot be opened modally.");
156 exceptionState.throwDOMException(InvalidStateError, "The element is not in a Document.");
HTMLVideoElement.cpp 215 exceptionState.throwDOMException(InvalidStateError, "This element may only enter fullscreen mode in response to a user gesture ('click', for example).");
219 exceptionState.throwDOMException(InvalidStateError, "This element does not support fullscreen mode.");
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCPeerConnection.cpp 172 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
192 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
212 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
239 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
266 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
286 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
303 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
381 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
408 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
463 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioScheduledSourceNode.cpp 147 InvalidStateError,
162 InvalidStateError,
166 InvalidStateError,
WaveShaperNode.cpp 76 InvalidStateError,
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationCenter.h 62 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
  /external/chromium_org/third_party/WebKit/Source/modules/imagebitmap/
ImageBitmapFactories.cpp 90 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
94 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
130 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
134 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
138 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
182 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseBackendBase.cpp 312 reportOpenDatabaseResult(1, InvalidStateError, m_sqliteDatabase.lastError());
351 reportOpenDatabaseResult(2, InvalidStateError, m_sqliteDatabase.lastError());
362 reportOpenDatabaseResult(3, InvalidStateError, m_sqliteDatabase.lastError());
369 reportOpenDatabaseResult(4, InvalidStateError, m_sqliteDatabase.lastError());
381 reportOpenDatabaseResult(5, InvalidStateError, m_sqliteDatabase.lastError());
402 reportOpenDatabaseResult(6, InvalidStateError, 0);
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
InputType.cpp 213 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
228 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
815 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
821 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
826 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
832 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
843 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
871 exceptionState.throwUninformativeAndGenericDOMException(InvalidStateError);
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
NavigatorServiceWorker.cpp 106 resolver->reject(DOMError::create(InvalidStateError, "No document available."));
141 resolver->reject(DOMError::create(InvalidStateError, "No document available."));
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileError.cpp 71 return InvalidStateError;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGMatrix.h 110 exceptionState.throwDOMException(InvalidStateError, "The matrix is not invertible.");
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriterSync.cpp 76 exceptionState.throwDOMException(InvalidStateError, FileError::invalidStateErrorMessage);

Completed in 203 milliseconds

1 2 3