Searched defs:hasVideo (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLVideoElement.h80 virtual bool hasVideo() const { return player() && player()->hasVideo(); } function in class:WebCore::HTMLVideoElement
H A DHTMLMediaElement.h61 virtual bool hasVideo() const { return false; } function in class:WebCore::HTMLMediaElement
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.h54 bool hasVideo() const { return m_hasVideo; } function in class:WebCore::MediaPlayerPrivateGStreamer
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivatePhonon.cpp73 stream << " | Has video: " << mediaObject.hasVideo();
208 bool MediaPlayerPrivatePhonon::hasVideo() const function in class:WebCore::MediaPlayerPrivatePhonon
210 bool hasVideo = m_mediaObject->hasVideo(); local
211 LOG(Media, "MediaPlayerPrivatePhonon::hasVideo() -> %s", hasVideo ? "true" : "false");
212 return hasVideo;
439 if (!hasVideo()) {
506 void MediaPlayerPrivatePhonon::hasVideoChanged(bool hasVideo) argument
508 LOG(Media, "MediaPlayerPrivatePhonon::hasVideoChanged(%s)", hasVideo
[all...]
H A DMediaPlayerPrivateQt.cpp161 bool MediaPlayerPrivateQt::hasVideo() const function in class:WebCore::MediaPlayerPrivateQt
545 if (!hasVideo() || m_readyState < MediaPlayer::HaveMetadata) {
546 LOG(Media, "MediaPlayerPrivateQt::naturalSize() -> 0x0 (!hasVideo || !haveMetaData)");
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.h127 virtual bool hasVideo() const { return m_cachedHasVideo; } function in class:WebCore::MediaPlayerPrivateAVFoundation
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DMediaPlayerPrivateAndroid.cpp337 virtual bool hasVideo() const { return true; } function in class:WebCore::MediaPlayerVideoPrivate
456 virtual bool hasVideo() const { return false; } function in class:WebCore::MediaPlayerAudioPrivate
/external/webkit/Source/WebKit/chromium/src/
H A DWebMediaPlayerClientImpl.cpp122 if (hasVideo() && supportsAcceleratedRendering() && !m_videoLayer.get())
274 bool WebMediaPlayerClientImpl::hasVideo() const function in class:WebKit::WebMediaPlayerClientImpl
277 return m_webMediaPlayer->hasVideo();
/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.cc524 bool WebMediaPlayerImpl::hasVideo() const { function in class:webkit_glue::WebMediaPlayerImpl
/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayer.cpp100 virtual bool hasVideo() const { return false; } function in class:WebCore::NullMediaPlayerPrivate
478 bool MediaPlayer::hasVideo() const function in class:WebCore::MediaPlayer
480 return m_private->hasVideo();
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.cpp374 bool MediaPlayerPrivate::hasVideo() const function in class:WebCore::MediaPlayerPrivate
378 return m_qtMovie->hasVideo();
H A DQTMovie.cpp719 bool QTMovie::hasVideo() const function in class:QTMovie
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp515 bool MediaPlayerPrivateQuickTimeVisualContext::hasVideo() const function in class:WebCore::MediaPlayerPrivateQuickTimeVisualContext
519 return m_movie->hasVideo();
1161 if (!m_movie || !m_movie->hasVideo())

Completed in 242 milliseconds