Searched refs:ignoredException (Results 1 – 3 of 3) sorted by relevance
552 ExceptionCode ignoredException; in paintMediaSliderTrack() local553 float start = timeRanges->start(index, ignoredException); in paintMediaSliderTrack()554 float end = timeRanges->end(index, ignoredException); in paintMediaSliderTrack()
1709 ExceptionCode ignoredException; in percentLoaded() local1710 float start = timeRanges->start(i, ignoredException); in percentLoaded()1711 float end = timeRanges->end(i, ignoredException); in percentLoaded()1921 ExceptionCode ignoredException; in mediaPlayerTimeChanged() local1923 seek(0, ignoredException); in mediaPlayerTimeChanged()
1812 ExceptionCode ignoredException;1813 float timeLoaded = timeRanges->length() ? timeRanges->end(0, ignoredException) : 0;