Home
last modified time | relevance | path

Searched refs:hasClosedCaptions (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
DQTMovie.h107 bool hasClosedCaptions() const;
DMediaPlayerPrivateQuickTimeWin.h124 bool hasClosedCaptions() const;
DMediaPlayerPrivateQuickTimeVisualContext.h116 bool hasClosedCaptions() const;
DMediaPlayerPrivateQuickTimeWin.cpp409 bool MediaPlayerPrivate::hasClosedCaptions() const in hasClosedCaptions() function in WebCore::MediaPlayerPrivate
413 return m_qtMovie->hasClosedCaptions(); in hasClosedCaptions()
DMediaPlayerPrivateQuickTimeVisualContext.cpp555 bool MediaPlayerPrivateQuickTimeVisualContext::hasClosedCaptions() const in hasClosedCaptions() function in WebCore::MediaPlayerPrivateQuickTimeVisualContext
559 return m_movie->hasClosedCaptions(); in hasClosedCaptions()
DQTMovie.cpp744 bool QTMovie::hasClosedCaptions() const in hasClosedCaptions() function in QTMovie
/external/webkit/Source/WebCore/platform/graphics/
DMediaPlayerPrivate.h85 virtual bool hasClosedCaptions() const { return false; } in hasClosedCaptions() function
DMediaPlayer.cpp120 virtual bool hasClosedCaptions() const { return false; } in hasClosedCaptions() function in WebCore::NullMediaPlayerPrivate
546 bool MediaPlayer::hasClosedCaptions() const in hasClosedCaptions() function in WebCore::MediaPlayer
548 return m_private->hasClosedCaptions(); in hasClosedCaptions()
DMediaPlayer.h238 bool hasClosedCaptions() const;
/external/webkit/Source/WebCore/platform/graphics/mac/
DMediaPlayerPrivateQTKit.h111 bool hasClosedCaptions() const;
DMediaPlayerPrivateQTKit.mm924 bool MediaPlayerPrivateQTKit::hasClosedCaptions() const
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
DMediaPlayerPrivateAVFoundation.h137 virtual bool hasClosedCaptions() const { return m_cachedHasCaptions; } in hasClosedCaptions() function
/external/webkit/Source/WebCore/html/
DHTMLMediaElement.h171 bool hasClosedCaptions() const;
DHTMLMediaElement.cpp2587 bool HTMLMediaElement::hasClosedCaptions() const in hasClosedCaptions() function in WebCore::HTMLMediaElement
2589 return m_player && m_player->hasClosedCaptions(); in hasClosedCaptions()
2601 if (!m_player ||!hasClosedCaptions()) in setClosedCaptionsVisible()
2623 return hasClosedCaptions(); in webkitHasClosedCaptions()
/external/webkit/Source/WebCore/html/shadow/
DMediaControlRootElement.cpp304 if (m_mediaElement->hasClosedCaptions()) in reset()
/external/webkit/Source/WebCore/platform/android/
DRenderThemeAndroid.cpp276 return mediaElement->hasClosedCaptions(); in shouldRenderMediaControlPart()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2928087 (WebCore::MediaPlayerPrivate::hasClosedCaptions):
28098 (QTMovieWin::hasClosedCaptions):
28686 (WebCore::MediaPlayerPrivate::hasClosedCaptions):
28690 (QTMovieWin::hasClosedCaptions):
30343 (WebCore::HTMLMediaElement::hasClosedCaptions):
30366 (WebCore::NullMediaPlayerPrivate::hasClosedCaptions):
30369 (WebCore::MediaPlayer::hasClosedCaptions):
30375 (WebCore::MediaPlayerPrivateInterface::hasClosedCaptions):
30381 (WebCore::MediaPlayerPrivate::hasClosedCaptions):
DChangeLog-2010-05-2410519 (QTMovie::hasClosedCaptions):
DChangeLog-2010-12-0611563 (WebCore::MediaPlayerPrivateQTKit::hasClosedCaptions):