Home | History | Annotate | Download | only in mediasource

Lines Matching refs:InvalidStateError

85     //    InvalidStateError exception and abort these steps.
87 es.throwDOMException(InvalidStateError);
105 // InvalidStateError exception and abort these steps.
106 // 3. If the updating attribute equals true, then throw an InvalidStateError exception and abort these steps.
108 es.throwDOMException(InvalidStateError);
117 // 5. If this object is waiting for the end of a media segment to be appended, then throw an InvalidStateError
122 es.throwDOMException(InvalidStateError);
147 // InvalidStateError exception and abort these steps.
148 // 2. If the updating attribute equals true, then throw an InvalidStateError exception and abort these steps.
150 es.throwDOMException(InvalidStateError);
176 // InvalidStateError exception and abort these steps.
177 // 2. If the updating attribute equals true, then throw an InvalidStateError exception and abort these steps.
179 es.throwDOMException(InvalidStateError);
228 // then throw an InvalidStateError exception and abort these steps.
230 // then throw an InvalidStateError exception and abort these steps.
232 es.throwDOMException(InvalidStateError);
260 // InvalidStateError exception and abort these steps.
261 // 4. If the updating attribute equals true, then throw an InvalidStateError exception and abort these steps.
263 es.throwDOMException(InvalidStateError);
374 // 2. If this object has been removed from the sourceBuffers attribute of the parent media source then throw an InvalidStateError exception and abort these steps.
375 // 3. If the updating attribute equals true, then throw an InvalidStateError exception and abort these steps.
377 es.throwDOMException(InvalidStateError);