Home
last modified time | relevance | path

Searched refs:shouldDisplayVideo (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderVideo.h52 virtual bool shouldDisplayVideo() const;
DRenderVideo.cpp182 bool RenderVideo::shouldDisplayVideo() const in shouldDisplayVideo() function in WebCore::RenderVideo
DRenderLayerBacking.cpp899 if (renderer()->isVideo() && toRenderVideo(renderer())->shouldDisplayVideo()) in containsPaintedContent()
DRenderLayerCompositor.cpp1541 return video->shouldDisplayVideo() && canAccelerateVideoRendering(video);
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0684172 (WebCore::RenderVideo::shouldDisplayVideo): New, return true when not displaying a poster.