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

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLVideoElement.h91 virtual bool hasAvailableVideoFrame() const;
H A DHTMLVideoElement.cpp204 if (!hasAvailableVideoFrame())
254 bool HTMLVideoElement::hasAvailableVideoFrame() const function in class:WebCore::HTMLVideoElement
259 return player()->hasVideo() && player()->hasAvailableVideoFrame();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.h90 virtual bool hasAvailableVideoFrame() const;
H A DMediaPlayerPrivateAVFoundationCF.cpp376 bool MediaPlayerPrivateAVFoundationCF::hasAvailableVideoFrame() const function in class:WebCore::MediaPlayerPrivateAVFoundationCF
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DMediaPlayerPrivate.h126 virtual bool hasAvailableVideoFrame() const { return readyState() >= MediaPlayer::HaveCurrentData; } function in class:WebCore::MediaPlayerPrivateInterface
H A DMediaPlayer.h392 bool hasAvailableVideoFrame() const;
H A DMediaPlayer.cpp459 bool MediaPlayer::hasAvailableVideoFrame() const function in class:WebCore::MediaPlayer
461 return m_private->hasAvailableVideoFrame();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.h135 virtual bool hasAvailableVideoFrame() const;
H A DMediaPlayerPrivateQTKit.mm1288 bool MediaPlayerPrivateQTKit::hasAvailableVideoFrame() const
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.cpp232 if (!m_cachedHasVideo || hasAvailableVideoFrame())
537 if (!m_haveReportedFirstVideoFrame && m_cachedHasVideo && hasAvailableVideoFrame()) {
550 if (m_playWhenFramesAvailable && hasAvailableVideoFrame()) {
H A DMediaPlayerPrivateAVFoundation.h226 virtual bool hasAvailableVideoFrame() const = 0;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/objc/
H A DMediaPlayerPrivateAVFoundationObjC.h143 virtual bool hasAvailableVideoFrame() const;
H A DMediaPlayerPrivateAVFoundationObjC.mm395 bool MediaPlayerPrivateAVFoundationObjC::hasAvailableVideoFrame() const
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DMediaPlayerPrivateBlackBerry.h107 virtual bool hasAvailableVideoFrame() const;
H A DMediaPlayerPrivateBlackBerry.cpp434 bool MediaPlayerPrivate::hasAvailableVideoFrame() const function in class:WebCore::MediaPlayerPrivate
437 return m_platformPlayer->hasAvailableVideoFrame();

Completed in 221 milliseconds