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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLVideoElement.h74 virtual bool hasVideo() const OVERRIDE { return player() && player()->hasVideo(); }
H A DMediaControllerInterface.h74 virtual bool hasVideo() const = 0;
H A DMediaController.h93 virtual bool hasVideo() const;
H A DHTMLVideoElement.cpp204 return player()->hasVideo() && player()->readyState() >= MediaPlayer::HaveCurrentData;
H A DMediaController.cpp569 bool MediaController::hasVideo() const function in class:MediaController
572 if (m_mediaElements[index]->hasVideo())
H A DHTMLMediaElement.h82 virtual bool hasVideo() const OVERRIDE { return false; }
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebMediaPlayer.h116 virtual bool hasVideo() const = 0;
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DMediaControls.cpp113 if (m_mediaController->supportsFullscreen() && m_mediaController->hasVideo())
196 if (!m_isMouseOverControls && m_mediaController->hasVideo())
/external/chromium_org/content/renderer/media/
H A Dwebmediaplayer_ms.h88 virtual bool hasVideo() const OVERRIDE;
H A Dwebmediaplayer_impl.h114 virtual bool hasVideo() const;
H A Dwebmediaplayer_ms.cc197 bool WebMediaPlayerMS::hasVideo() const { function in class:content::WebMediaPlayerMS
H A Dwebmediaplayer_impl.cc424 bool WebMediaPlayerImpl::hasVideo() const { function in class:content::WebMediaPlayerImpl
940 if (hasVideo() && GetClient()->needsWebLayerForVideo()) {
/external/chromium_org/third_party/WebKit/Source/platform/graphics/media/
H A DMediaPlayer.h124 virtual bool hasVideo() const = 0;
/external/chromium_org/content/renderer/media/android/
H A Drenderer_media_player_manager.cc361 if (player && (player->paused() || player->hasVideo()))
431 if (player && player->hasVideo()) {
H A Dwebmediaplayer_android.cc329 if (hasVideo() && needs_external_surface_ &&
341 if (hasVideo() && needs_establish_peer_)
424 bool WebMediaPlayerAndroid::hasVideo() const { function in class:content::WebMediaPlayerAndroid
653 if (hasVideo() && !video_weblayer_ && client_->needsWebLayerForVideo()) {
H A Dwebmediaplayer_android.h120 virtual bool hasVideo() const;
/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.h222 virtual bool hasVideo() const;
H A Dwebmediaplayer_impl.cc524 bool WebMediaPlayerImpl::hasVideo() const { function in class:webkit_glue::WebMediaPlayerImpl
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebMediaPlayerClientImpl.h105 virtual bool hasVideo() const OVERRIDE;
H A DWebMediaPlayerClientImpl.cpp339 bool WebMediaPlayerClientImpl::hasVideo() const function in class:blink::WebMediaPlayerClientImpl
342 return m_webMediaPlayer->hasVideo();
H A DContextMenuClientImpl.cpp245 if (mediaElement->hasVideo())
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc4421 player->hasVideo(),
4429 player->hasVideo(),

Completed in 155 milliseconds