HomeSort by relevance Sort by last modified time
    Searched defs:hasClosedCaptions (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayerPrivate.h 85 virtual bool hasClosedCaptions() const { return false; }
MediaPlayer.cpp 120 virtual bool hasClosedCaptions() const { return false; }
546 bool MediaPlayer::hasClosedCaptions() const
548 return m_private->hasClosedCaptions();
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.h 137 virtual bool hasClosedCaptions() const { return m_cachedHasCaptions; }
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 409 bool MediaPlayerPrivate::hasClosedCaptions() const
413 return m_qtMovie->hasClosedCaptions();
QTMovie.cpp 744 bool QTMovie::hasClosedCaptions() const
MediaPlayerPrivateQuickTimeVisualContext.cpp 555 bool MediaPlayerPrivateQuickTimeVisualContext::hasClosedCaptions() const
559 return m_movie->hasClosedCaptions();
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp     [all...]

Completed in 108 milliseconds