Home
last modified time | relevance | path

Searched defs:hasVideo (Results 1 – 10 of 10) sorted by relevance

/external/webkit/WebCore/html/
DHTMLVideoElement.h51 virtual bool hasVideo() const { return player() && player()->hasVideo(); } in hasVideo() function
DHTMLMediaElement.h67 virtual bool hasVideo() const { return false; } in hasVideo() function
/external/webkit/WebCore/platform/graphics/qt/
DMediaPlayerPrivatePhonon.cpp156 bool MediaPlayerPrivate::hasVideo() const in hasVideo() function in WebCore::MediaPlayerPrivate
158 bool hasVideo = m_mediaObject->hasVideo(); in hasVideo() local
465 void MediaPlayerPrivate::hasVideoChanged(bool hasVideo) in hasVideoChanged()
/external/webkit/WebCore/platform/graphics/
DMediaPlayer.cpp73 virtual bool hasVideo() const { return false; } in hasVideo() function in WebCore::NullMediaPlayerPrivate
341 bool MediaPlayer::hasVideo() in hasVideo() function in WebCore::MediaPlayer
/external/webkit/WebCore/platform/graphics/win/
DMediaPlayerPrivateQuickTimeWin.cpp237 bool MediaPlayerPrivate::hasVideo() const in hasVideo() function in WebCore::MediaPlayerPrivate
DQTMovieWin.cpp863 bool QTMovieWin::hasVideo() const in hasVideo() function in QTMovieWin
/external/webkit/WebCore/platform/graphics/gtk/
DMediaPlayerPrivateGStreamer.cpp320 bool MediaPlayerPrivate::hasVideo() const in hasVideo() function in WebCore::MediaPlayerPrivate
/external/webkit/WebKit/android/WebCoreSupport/
DMediaPlayerPrivateAndroid.cpp115 bool MediaPlayerPrivate::hasVideo() const in hasVideo() function in WebCore::MediaPlayerPrivate
/external/opencore/android/
Dmediascanner.cpp366 bool hasVideo = false; in parseMP4() local
/external/opencore/engines/adapters/player/framemetadatautility/src/
Dpv_frame_metadata_utility.cpp2125 bool hasVideo = false; in HasVideo() local