/external/webkit/Source/WebCore/platform/graphics/win/ |
D | QTMovie.h | 107 bool hasClosedCaptions() const;
|
D | MediaPlayerPrivateQuickTimeWin.h | 124 bool hasClosedCaptions() const;
|
D | MediaPlayerPrivateQuickTimeVisualContext.h | 116 bool hasClosedCaptions() const;
|
D | MediaPlayerPrivateQuickTimeWin.cpp | 409 bool MediaPlayerPrivate::hasClosedCaptions() const in hasClosedCaptions() function in WebCore::MediaPlayerPrivate 413 return m_qtMovie->hasClosedCaptions(); in hasClosedCaptions()
|
D | MediaPlayerPrivateQuickTimeVisualContext.cpp | 555 bool MediaPlayerPrivateQuickTimeVisualContext::hasClosedCaptions() const in hasClosedCaptions() function in WebCore::MediaPlayerPrivateQuickTimeVisualContext 559 return m_movie->hasClosedCaptions(); in hasClosedCaptions()
|
D | QTMovie.cpp | 744 bool QTMovie::hasClosedCaptions() const in hasClosedCaptions() function in QTMovie
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | MediaPlayerPrivate.h | 85 virtual bool hasClosedCaptions() const { return false; } in hasClosedCaptions() function
|
D | MediaPlayer.cpp | 120 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()
|
D | MediaPlayer.h | 238 bool hasClosedCaptions() const;
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | MediaPlayerPrivateQTKit.h | 111 bool hasClosedCaptions() const;
|
D | MediaPlayerPrivateQTKit.mm | 924 bool MediaPlayerPrivateQTKit::hasClosedCaptions() const
|
/external/webkit/Source/WebCore/platform/graphics/avfoundation/ |
D | MediaPlayerPrivateAVFoundation.h | 137 virtual bool hasClosedCaptions() const { return m_cachedHasCaptions; } in hasClosedCaptions() function
|
/external/webkit/Source/WebCore/html/ |
D | HTMLMediaElement.h | 171 bool hasClosedCaptions() const;
|
D | HTMLMediaElement.cpp | 2587 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/ |
D | MediaControlRootElement.cpp | 304 if (m_mediaElement->hasClosedCaptions()) in reset()
|
/external/webkit/Source/WebCore/platform/android/ |
D | RenderThemeAndroid.cpp | 276 return mediaElement->hasClosedCaptions(); in shouldRenderMediaControlPart()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 28087 (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):
|
D | ChangeLog-2010-05-24 | 10519 (QTMovie::hasClosedCaptions):
|
D | ChangeLog-2010-12-06 | 11563 (WebCore::MediaPlayerPrivateQTKit::hasClosedCaptions):
|