Home
last modified time | relevance | path

Searched refs:potentiallyPlaying (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMediaElement.cpp1531 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::HTMLMediaElement
3276 bool shouldBePlaying = potentiallyPlaying(); in updatePlayState()
DHTMLMediaElement.h418 bool potentiallyPlaying() const;