Searched refs:potentiallyPlaying (Results 1 – 2 of 2) sorted by relevance
1531 bool wasPotentiallyPlaying = potentiallyPlaying(); in setReadyState()1598 bool isPotentiallyPlaying = potentiallyPlaying(); in setReadyState()2040 if (m_player && potentiallyPlaying() && m_player->rate() != rate && !m_mediaController) in setPlaybackRate()2047 if (m_player && potentiallyPlaying() && m_player->rate() != effectiveRate) in updatePlaybackRate()3182 bool HTMLMediaElement::potentiallyPlaying() const in potentiallyPlaying() function in WebCore::HTMLMediaElement3276 bool shouldBePlaying = potentiallyPlaying(); in updatePlayState()
418 bool potentiallyPlaying() const;