Searched refs:hasVideo (Results 1 - 25 of 31) sorted by relevance

12

/external/webkit/Source/WebCore/html/
H A DHTMLVideoElement.h80 virtual bool hasVideo() const { return player() && player()->hasVideo(); } function in class:WebCore::HTMLVideoElement
H A DHTMLVideoElement.cpp128 if (!player() || !player()->supportsFullscreen() || !player()->hasVideo())
H A DHTMLMediaElement.h61 virtual bool hasVideo() const { return false; } function in class:WebCore::HTMLMediaElement
/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 DMediaPlayerPrivatePhonon.h82 bool hasVideo() const;
H A DMediaPlayerPrivateQt.h51 bool hasVideo() const;
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/win/
H A DQTMovie.h102 bool hasVideo() const;
H A DMediaPlayerPrivateQuickTimeWin.h85 bool hasVideo() const;
H A DMediaPlayerPrivateQuickTimeVisualContext.h74 bool hasVideo() const;
H A DMediaPlayerPrivateQuickTimeWin.cpp374 bool MediaPlayerPrivate::hasVideo() const function in class:WebCore::MediaPlayerPrivate
378 return m_qtMovie->hasVideo();
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DMediaPlayerPrivateWinCE.h50 bool hasVideo() const;
/external/webkit/Source/WebCore/platform/graphics/android/
H A DMediaPlayerPrivateAndroid.h55 virtual bool hasVideo() const = 0;
/external/webkit/Source/WebKit/chromium/public/
H A DWebMediaPlayer.h113 virtual bool hasVideo() const = 0;
/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayerPrivate.h62 virtual bool hasVideo() const = 0;
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();
H A DMediaPlayer.h187 bool hasVideo() const;
/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/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();
H A DWebMediaPlayerClientImpl.h95 virtual bool hasVideo() const;
H A DContextMenuClientImpl.cpp207 if (mediaElement->hasVideo())
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.h87 bool hasVideo() const;
/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.h222 virtual bool hasVideo() const;
/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.cpp300 virtual bool hasVideo() const { return true; } function in class:WebCore::MediaPlayerVideoPrivate
415 virtual bool hasVideo() const { return false; } function in class:WebCore::MediaPlayerAudioPrivate

Completed in 385 milliseconds

12