Lines Matching refs:throwDOMException

104         exceptionState.throwDOMException(InvalidStateError, IDBDatabase::noValueErrorMessage);
108 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::isKeyCursorErrorMessage);
112 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::sourceDeletedErrorMessage);
116 exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage);
120 exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage);
124 exceptionState.throwDOMException(ReadOnlyError, "The record may not be updated inside a read-only transaction.");
134 exceptionState.throwDOMException(DataError, "The effective object store of this cursor uses in-line keys and evaluating the key path of the value parameter results in a different value than the cursor's effective key.");
146 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::noValueErrorMessage);
150 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::sourceDeletedErrorMessage);
155 exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage);
159 exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage);
179 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
192 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
203 exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage);
207 exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage);
212 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::noValueErrorMessage);
217 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::sourceDeletedErrorMessage);
227 exceptionState.throwDOMException(DataError, "The parameter is less than or equal to this cursor's position.");
235 exceptionState.throwDOMException(DataError, "The parameter is greater than or equal to this cursor's position.");
252 exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMessage);
256 exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage);
260 exceptionState.throwDOMException(ReadOnlyError, "The record may not be deleted inside a read-only transaction.");
265 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::noValueErrorMessage);
269 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::isKeyCursorErrorMessage);
273 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::sourceDeletedErrorMessage);