Home | History | Annotate | Download | only in mediasource

Lines Matching refs:InvalidStateError

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.
245 // InvalidStateError exception and abort these steps.
246 // 2. If the updating attribute equals true, then throw an InvalidStateError exception and abort these steps.
301 // then throw an InvalidStateError exception and abort these steps.
303 // then throw an InvalidStateError exception and abort these steps.
305 exceptionState.throwDOMException(InvalidStateError, "This SourceBuffer has been removed from the parent media source.");
309 exceptionState.throwDOMException(InvalidStateError, "The parent media source's readyState is not 'open'.");
344 // InvalidStateError exception and abort these steps.
345 // 5. If the updating attribute equals true, then throw an InvalidStateError exception and abort these steps.
506 // 1. If this object has been removed from the sourceBuffers attribute of the parent media source then throw an InvalidStateError exception and abort these steps.
507 // 2. If the updating attribute equals true, then throw an InvalidStateError exception and abort these steps.
627 // 1. If this object has been removed from the sourceBuffers attribute of the parent media source then throw an InvalidStateError exception and abort these steps.
628 // 2. If the updating attribute equals true, then throw an InvalidStateError exception and abort these steps.