OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasClosedCaptions
(Results
1 - 12
of
12
) sorted by null
/external/webkit/WebCore/platform/graphics/
MediaPlayerPrivate.h
80
virtual bool
hasClosedCaptions
() const { return false; }
MediaPlayer.cpp
95
virtual bool
hasClosedCaptions
() const { return false; }
404
bool MediaPlayer::
hasClosedCaptions
() const
406
return m_private->
hasClosedCaptions
();
MediaPlayer.h
187
bool
hasClosedCaptions
() const;
/external/webkit/WebCore/platform/graphics/win/
QTMovieWin.h
108
bool
hasClosedCaptions
() const;
MediaPlayerPrivateQuickTimeWin.h
120
bool
hasClosedCaptions
() const;
MediaPlayerPrivateQuickTimeWin.cpp
336
bool MediaPlayerPrivate::
hasClosedCaptions
() const
340
return m_qtMovie->
hasClosedCaptions
();
QTMovieWin.cpp
927
bool QTMovieWin::
hasClosedCaptions
() const
[
all
...]
/external/webkit/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.h
104
bool
hasClosedCaptions
() const;
MediaPlayerPrivateQTKit.mm
755
bool MediaPlayerPrivate::
hasClosedCaptions
() const
[
all
...]
/external/webkit/WebCore/html/
HTMLMediaElement.h
170
bool
hasClosedCaptions
() const;
HTMLMediaElement.cpp
[
all
...]
/external/webkit/WebCore/rendering/
RenderTheme.cpp
438
return mediaElement->
hasClosedCaptions
();
[
all
...]
Completed in 523 milliseconds