Searched refs:pausedForUserInteraction (Results 1 – 2 of 2) sorted by relevance
421 bool pausedForUserInteraction() const;
3193 return !paused() && !endedPlayback() && !stoppedDueToErrors() && !pausedForUserInteraction(); in couldPlayIfEnoughData()3235 bool HTMLMediaElement::pausedForUserInteraction() const in pausedForUserInteraction() function in WebCore::HTMLMediaElement3816 return pausedForUserInteraction(); in isBlocked()