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.cpp158 bool MediaPlayerPrivate::hasVideo() const in hasVideo() function in WebCore::MediaPlayerPrivate
160 bool hasVideo = m_mediaObject->hasVideo(); in hasVideo() local
456 void MediaPlayerPrivate::hasVideoChanged(bool hasVideo) in hasVideoChanged()
/external/webkit/WebCore/platform/graphics/android/
DMediaPlayerPrivateAndroid.h53 virtual bool hasVideo() const { return false; } in hasVideo() function
/external/webkit/WebCore/platform/graphics/
DMediaPlayer.cpp75 virtual bool hasVideo() const { return false; } in hasVideo() function in WebCore::NullMediaPlayerPrivate
347 bool MediaPlayer::hasVideo() const in hasVideo() function in WebCore::MediaPlayer
/external/webkit/WebKit/chromium/src/
DWebMediaPlayerClientImpl.cpp172 bool WebMediaPlayerClientImpl::hasVideo() const in hasVideo() function in WebKit::WebMediaPlayerClientImpl
/external/webkit/WebCore/platform/graphics/win/
DMediaPlayerPrivateQuickTimeWin.cpp301 bool MediaPlayerPrivate::hasVideo() const in hasVideo() function in WebCore::MediaPlayerPrivate
DQTMovieWin.cpp912 bool QTMovieWin::hasVideo() const in hasVideo() function in QTMovieWin
/external/webkit/WebKit/android/WebCoreSupport/
DMediaPlayerPrivateAndroid.cpp245 bool hasVideo() { return m_hasVideo; } in hasVideo() function in WebCore::MediaPlayerVideoPrivate
/external/webkit/WebCore/platform/graphics/gtk/
DMediaPlayerPrivateGStreamer.cpp503 bool MediaPlayerPrivate::hasVideo() const in hasVideo() function in WebCore::MediaPlayerPrivate