Home
last modified time | relevance | path

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

/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
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
DMediaPlayerPrivateAVFoundation.h137 virtual bool hasClosedCaptions() const { return m_cachedHasCaptions; } in hasClosedCaptions() function
/external/webkit/Source/WebCore/platform/graphics/win/
DMediaPlayerPrivateQuickTimeWin.cpp409 bool MediaPlayerPrivate::hasClosedCaptions() const in hasClosedCaptions() function in WebCore::MediaPlayerPrivate
DQTMovie.cpp744 bool QTMovie::hasClosedCaptions() const in hasClosedCaptions() function in QTMovie
DMediaPlayerPrivateQuickTimeVisualContext.cpp555 bool MediaPlayerPrivateQuickTimeVisualContext::hasClosedCaptions() const in hasClosedCaptions() function in WebCore::MediaPlayerPrivateQuickTimeVisualContext
/external/webkit/Source/WebCore/html/
DHTMLMediaElement.cpp2624 bool HTMLMediaElement::hasClosedCaptions() const in hasClosedCaptions() function in WebCore::HTMLMediaElement