Searched defs:hasVideo (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLVideoElement.h83 virtual bool hasVideo() const { return player() && player()->hasVideo(); } function in class:WebCore::FINAL
H A DMediaController.cpp568 bool MediaController::hasVideo() const function in class:MediaController
571 if (m_mediaElements[index]->hasVideo())
H A DHTMLMediaElement.h82 virtual bool hasVideo() const { return false; } function in class:WebCore::HTMLMediaElement
/external/chromium_org/content/renderer/media/
H A Dwebmediaplayer_ms.cc207 bool WebMediaPlayerMS::hasVideo() const { function in class:content::WebMediaPlayerMS
H A Dwebmediaplayer_impl.cc415 bool WebMediaPlayerImpl::hasVideo() const { function in class:content::WebMediaPlayerImpl
895 if (hasVideo() && GetClient()->needsWebLayerForVideo()) {
/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.cc524 bool WebMediaPlayerImpl::hasVideo() const { function in class:webkit_glue::WebMediaPlayerImpl
/external/chromium_org/content/renderer/media/android/
H A Dwebmediaplayer_android.cc284 if (hasVideo() && needs_external_surface_ &&
294 if (hasVideo() && needs_establish_peer_)
335 bool WebMediaPlayerAndroid::hasVideo() const { function in class:content::WebMediaPlayerAndroid
557 if (hasVideo() && !video_weblayer_ && client_->needsWebLayerForVideo()) {
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebMediaPlayerClientImpl.cpp359 bool WebMediaPlayerClientImpl::hasVideo() const function in class:WebKit::WebMediaPlayerClientImpl
362 return m_webMediaPlayer->hasVideo();

Completed in 198 milliseconds