Searched refs:pausedForUserInteraction (Results 1 – 3 of 3) sorted by relevance
311 bool pausedForUserInteraction() const;
2121 return !paused() && !endedPlayback() && !stoppedDueToErrors() && !pausedForUserInteraction(); in couldPlayIfEnoughData()2162 bool HTMLMediaElement::pausedForUserInteraction() const in pausedForUserInteraction() function in WebCore::HTMLMediaElement
28113 to stoppedDueToErrors() and pausedForUserInteraction() since the spec says those condiditons28118 (WebCore::HTMLMediaElement::pausedForUserInteraction): New, placeholder for when (if) user