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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.cpp1761 // Set "wasPotentiallyPlaying" BEFORE updating m_readyState, potentiallyPlaying() uses it
1762 bool wasPotentiallyPlaying = potentiallyPlaying(); local
1795 if (wasPotentiallyPlaying && m_readyState < HAVE_FUTURE_DATA)
1802 if (wasPotentiallyPlaying && m_readyState < HAVE_FUTURE_DATA) {

Completed in 81 milliseconds