Home | History | Annotate | Download | only in vtt

Lines Matching refs:IndexSizeError

122         exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexOutsideRange("value", value, 0, ExceptionMessages::InclusiveBound, 100, ExceptionMessages::InclusiveBound));
311 // value is negative or greater than 100, then throw an IndexSizeError exception.
313 exceptionState.throwDOMException(IndexSizeError, "The snap-to-lines flag is not set, and the value provided (" + String::number(position) + ") is not between 0 and 100.");
330 // On setting, if the new value is negative or greater than 100, then throw an IndexSizeError exception.
347 // On setting, if the new value is negative or greater than 100, then throw an IndexSizeError