/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | MediaPlayerPrivatePhonon.cpp | 73 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()
|
D | MediaPlayerPrivatePhonon.h | 82 bool hasVideo() const;
|
D | MediaPlayerPrivateQt.h | 51 bool hasVideo() const;
|
D | MediaPlayerPrivateQt.cpp | 161 bool MediaPlayerPrivateQt::hasVideo() const in hasVideo() function in WebCore::MediaPlayerPrivateQt 545 if (!hasVideo() || m_readyState < MediaPlayer::HaveMetadata) { in naturalSize()
|
/external/webkit/Source/WebCore/html/ |
D | HTMLVideoElement.h | 80 virtual bool hasVideo() const { return player() && player()->hasVideo(); } in hasVideo() function
|
D | HTMLVideoElement.cpp | 128 if (!player() || !player()->supportsFullscreen() || !player()->hasVideo()) in supportsFullscreen()
|
D | HTMLMediaElement.h | 61 virtual bool hasVideo() const { return false; } in hasVideo() function
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebMediaPlayerClientImpl.cpp | 122 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()
|
D | WebMediaPlayerClientImpl.h | 95 virtual bool hasVideo() const;
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | QTMovie.h | 102 bool hasVideo() const;
|
D | MediaPlayerPrivateQuickTimeWin.h | 85 bool hasVideo() const;
|
D | MediaPlayerPrivateQuickTimeVisualContext.h | 74 bool hasVideo() const;
|
D | MediaPlayerPrivateQuickTimeVisualContext.cpp | 515 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()
|
D | MediaPlayerPrivateQuickTimeWin.cpp | 374 bool MediaPlayerPrivate::hasVideo() const in hasVideo() function in WebCore::MediaPlayerPrivate 378 return m_qtMovie->hasVideo(); in hasVideo()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | MediaPlayerPrivateWinCE.h | 50 bool hasVideo() const;
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebMediaPlayer.h | 113 virtual bool hasVideo() const = 0;
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | MediaPlayerPrivateAndroid.h | 55 virtual bool hasVideo() const = 0;
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | MediaPlayerPrivate.h | 62 virtual bool hasVideo() const = 0;
|
D | MediaPlayer.cpp | 100 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()
|
D | MediaPlayer.h | 187 bool hasVideo() const;
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
D | MediaPlayerPrivateGStreamer.h | 54 bool hasVideo() const { return m_hasVideo; } in hasVideo() function
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | MediaPlayerPrivateQTKit.h | 87 bool hasVideo() const;
|
/external/chromium/webkit/glue/ |
D | webmediaplayer_impl.h | 222 virtual bool hasVideo() const;
|
/external/webkit/Source/WebCore/platform/graphics/avfoundation/ |
D | MediaPlayerPrivateAVFoundation.h | 127 virtual bool hasVideo() const { return m_cachedHasVideo; } in hasVideo() function
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | MediaPlayerPrivateAndroid.cpp | 337 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
|