Searched defs:hasClosedCaptions (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayerPrivate.h85 virtual bool hasClosedCaptions() const { return false; } function in class:WebCore::MediaPlayerPrivateInterface
H A DMediaPlayer.cpp120 virtual bool hasClosedCaptions() const { return false; } function in class:WebCore::NullMediaPlayerPrivate
546 bool MediaPlayer::hasClosedCaptions() const function in class:WebCore::MediaPlayer
548 return m_private->hasClosedCaptions();
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.h137 virtual bool hasClosedCaptions() const { return m_cachedHasCaptions; } function in class:WebCore::MediaPlayerPrivateAVFoundation
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.cpp409 bool MediaPlayerPrivate::hasClosedCaptions() const function in class:WebCore::MediaPlayerPrivate
413 return m_qtMovie->hasClosedCaptions();
H A DQTMovie.cpp744 bool QTMovie::hasClosedCaptions() const function in class:QTMovie
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp555 bool MediaPlayerPrivateQuickTimeVisualContext::hasClosedCaptions() const function in class:WebCore::MediaPlayerPrivateQuickTimeVisualContext
559 return m_movie->hasClosedCaptions();
/external/webkit/Source/WebCore/html/
H A DHTMLMediaElement.cpp2587 bool HTMLMediaElement::hasClosedCaptions() const function in class:WebCore::HTMLMediaElement
2589 return m_player && m_player->hasClosedCaptions();
2601 if (!m_player ||!hasClosedCaptions())
2623 return hasClosedCaptions();

Completed in 259 milliseconds