potentiallyPlaying 1537 Source/core/html/HTMLMediaElement.cpp     bool wasPotentiallyPlaying = potentiallyPlaying();
potentiallyPlaying 1606 Source/core/html/HTMLMediaElement.cpp     bool isPotentiallyPlaying = potentiallyPlaying();
potentiallyPlaying 1943 Source/core/html/HTMLMediaElement.cpp     if (m_player && potentiallyPlaying() && m_player->rate() != rate && !m_mediaController)
potentiallyPlaying 1950 Source/core/html/HTMLMediaElement.cpp     if (m_player && potentiallyPlaying() && m_player->rate() != effectiveRate)
potentiallyPlaying 3000 Source/core/html/HTMLMediaElement.cpp     bool shouldBePlaying = potentiallyPlaying();
potentiallyPlaying  384 Source/core/html/HTMLMediaElement.h     bool potentiallyPlaying() const;