Home | History | Annotate | Download | only in encryptedmedia

Lines Matching refs:InvalidStateError

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.");
424 exceptionState.throwDOMException(InvalidStateError, "No media has been loaded.");