Home
last modified time | relevance | path

Searched refs:hasVideo (Results 1 – 25 of 39) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/qt/
DMediaPlayerPrivatePhonon.cpp73 stream << " | Has video: " << mediaObject.hasVideo(); in debugMediaObject()
208 bool MediaPlayerPrivatePhonon::hasVideo() const in hasVideo() function in WebCore::MediaPlayerPrivatePhonon
210 bool hasVideo = m_mediaObject->hasVideo(); in hasVideo() local
211 LOG(Media, "MediaPlayerPrivatePhonon::hasVideo() -> %s", hasVideo ? "true" : "false"); in hasVideo()
212 return hasVideo; in hasVideo()
439 if (!hasVideo()) { in naturalSize()
506 void MediaPlayerPrivatePhonon::hasVideoChanged(bool hasVideo) in hasVideoChanged() argument
508 LOG(Media, "MediaPlayerPrivatePhonon::hasVideoChanged(%s)", hasVideo ? "true" : "false"); in hasVideoChanged()
DMediaPlayerPrivatePhonon.h82 bool hasVideo() const;
DMediaPlayerPrivateQt.h51 bool hasVideo() const;
DMediaPlayerPrivateQt.cpp161 bool MediaPlayerPrivateQt::hasVideo() const in hasVideo() function in WebCore::MediaPlayerPrivateQt
545 if (!hasVideo() || m_readyState < MediaPlayer::HaveMetadata) { in naturalSize()
/external/webkit/Source/WebCore/html/
DHTMLVideoElement.h80 virtual bool hasVideo() const { return player() && player()->hasVideo(); } in hasVideo() function
DHTMLVideoElement.cpp128 if (!player() || !player()->supportsFullscreen() || !player()->hasVideo()) in supportsFullscreen()
DHTMLMediaElement.h61 virtual bool hasVideo() const { return false; } in hasVideo() function
/external/webkit/Source/WebKit/chromium/src/
DWebMediaPlayerClientImpl.cpp122 if (hasVideo() && supportsAcceleratedRendering() && !m_videoLayer.get()) in readyStateChanged()
274 bool WebMediaPlayerClientImpl::hasVideo() const in hasVideo() function in WebKit::WebMediaPlayerClientImpl
277 return m_webMediaPlayer->hasVideo(); in hasVideo()
DWebMediaPlayerClientImpl.h95 virtual bool hasVideo() const;
/external/webkit/Source/WebCore/platform/graphics/win/
DQTMovie.h102 bool hasVideo() const;
DMediaPlayerPrivateQuickTimeWin.h85 bool hasVideo() const;
DMediaPlayerPrivateQuickTimeVisualContext.h74 bool hasVideo() const;
DMediaPlayerPrivateQuickTimeVisualContext.cpp515 bool MediaPlayerPrivateQuickTimeVisualContext::hasVideo() const in hasVideo() function in WebCore::MediaPlayerPrivateQuickTimeVisualContext
519 return m_movie->hasVideo(); in hasVideo()
1161 if (!m_movie || !m_movie->hasVideo()) in retrieveAndResetMovieTransform()
DMediaPlayerPrivateQuickTimeWin.cpp374 bool MediaPlayerPrivate::hasVideo() const in hasVideo() function in WebCore::MediaPlayerPrivate
378 return m_qtMovie->hasVideo(); in hasVideo()
/external/webkit/Source/WebCore/platform/graphics/wince/
DMediaPlayerPrivateWinCE.h50 bool hasVideo() const;
/external/webkit/Source/WebKit/chromium/public/
DWebMediaPlayer.h113 virtual bool hasVideo() const = 0;
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DMediaPlayerPrivateAndroid.h55 virtual bool hasVideo() const = 0;
/external/webkit/Source/WebCore/platform/graphics/
DMediaPlayerPrivate.h62 virtual bool hasVideo() const = 0;
DMediaPlayer.cpp100 virtual bool hasVideo() const { return false; } in hasVideo() function in WebCore::NullMediaPlayerPrivate
478 bool MediaPlayer::hasVideo() const in hasVideo() function in WebCore::MediaPlayer
480 return m_private->hasVideo(); in hasVideo()
DMediaPlayer.h187 bool hasVideo() const;
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DMediaPlayerPrivateGStreamer.h54 bool hasVideo() const { return m_hasVideo; } in hasVideo() function
/external/webkit/Source/WebCore/platform/graphics/mac/
DMediaPlayerPrivateQTKit.h87 bool hasVideo() const;
/external/chromium/webkit/glue/
Dwebmediaplayer_impl.h222 virtual bool hasVideo() const;
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
DMediaPlayerPrivateAVFoundation.h127 virtual bool hasVideo() const { return m_cachedHasVideo; } in hasVideo() function
/external/webkit/Source/WebKit/android/WebCoreSupport/
DMediaPlayerPrivateAndroid.cpp337 virtual bool hasVideo() const { return true; } in hasVideo() function in WebCore::MediaPlayerVideoPrivate
456 virtual bool hasVideo() const { return false; } in hasVideo() function in WebCore::MediaPlayerAudioPrivate

12