Searched refs:hasAvailableVideoFrame (Results 1 – 8 of 8) sorted by relevance
191 m_shouldDisplayPosterImage = !poster().isEmpty() && !hasAvailableVideoFrame(); in updatePosterImage()219 bool HTMLVideoElement::hasAvailableVideoFrame() const in hasAvailableVideoFrame() function in WebCore::HTMLVideoElement224 return m_player->hasAvailableVideoFrame(); in hasAvailableVideoFrame()
81 virtual bool hasAvailableVideoFrame() const;
99 …virtual bool hasAvailableVideoFrame() const { return readyState() >= MediaPlayer::HaveCurrentData;… in hasAvailableVideoFrame() function
267 bool MediaPlayer::hasAvailableVideoFrame() const in hasAvailableVideoFrame() function in WebCore::MediaPlayer269 return m_private->hasAvailableVideoFrame(); in hasAvailableVideoFrame()
223 bool hasAvailableVideoFrame() const;
118 virtual bool hasAvailableVideoFrame() const;
1080 bool MediaPlayerPrivate::hasAvailableVideoFrame() const
3700 (WebCore::MediaPlayerPrivate::hasAvailableVideoFrame):12167 … (WebCore::HTMLVideoElement::hasAvailableVideoFrame): New, ask the media engine if a video frame12179 (WebCore::MediaPlayer::hasAvailableVideoFrame): New, ask the media engine if a video frame12182 * platform/graphics/MediaPlayer.h: Prototype for hasAvailableVideoFrame.12185 * platform/graphics/mac/MediaPlayerPrivateQTKit.h: Declare hasAvailableVideoFrame, declare12191 (WebCore::MediaPlayerPrivate::hasAvailableVideoFrame): New.