HomeSort by relevance Sort by last modified time
    Searched refs:hasClosedCaptions (Results 1 - 16 of 16) 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();
MediaPlayer.h 238 bool hasClosedCaptions() const;
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovie.h 107 bool hasClosedCaptions() const;
MediaPlayerPrivateQuickTimeWin.h 124 bool hasClosedCaptions() const;
MediaPlayerPrivateQuickTimeVisualContext.h 116 bool hasClosedCaptions() const;
MediaPlayerPrivateQuickTimeWin.cpp 409 bool MediaPlayerPrivate::hasClosedCaptions() const
413 return m_qtMovie->hasClosedCaptions();
MediaPlayerPrivateQuickTimeVisualContext.cpp 555 bool MediaPlayerPrivateQuickTimeVisualContext::hasClosedCaptions() const
559 return m_movie->hasClosedCaptions();
    [all...]
QTMovie.cpp 744 bool QTMovie::hasClosedCaptions() const
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.h 137 virtual bool hasClosedCaptions() const { return m_cachedHasCaptions; }
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.h 111 bool hasClosedCaptions() const;
MediaPlayerPrivateQTKit.mm     [all...]
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.h 171 bool hasClosedCaptions() const;
HTMLMediaElement.cpp     [all...]
  /external/webkit/Source/WebCore/html/shadow/
MediaControlRootElement.cpp 304 if (m_mediaElement->hasClosedCaptions())
  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 277 return mediaElement->hasClosedCaptions();

Completed in 291 milliseconds