couldPlayIfEnoughData 2910 Source/core/html/HTMLMediaElement.cpp     return (pausedToBuffer || m_readyState >= HAVE_FUTURE_DATA) && couldPlayIfEnoughData() && !isBlockedOnMediaController();
couldPlayIfEnoughData 3035 Source/core/html/HTMLMediaElement.cpp         if (couldPlayIfEnoughData())
couldPlayIfEnoughData  388 Source/core/html/HTMLMediaElement.h     bool couldPlayIfEnoughData() const;