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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.h433 bool potentiallyPlaying() const;
H A DHTMLMediaElement.cpp1761 // Set "wasPotentiallyPlaying" BEFORE updating m_readyState, potentiallyPlaying() uses it
1762 bool wasPotentiallyPlaying = potentiallyPlaying();
1864 bool isPotentiallyPlaying = potentiallyPlaying();
2201 if (m_player && potentiallyPlaying())
3302 bool HTMLMediaElement::potentiallyPlaying() const function in class:blink::HTMLMediaElement
3359 bool shouldBePlaying = potentiallyPlaying();

Completed in 2024 milliseconds