Searched refs:shouldDisplayVideo (Results 1 – 5 of 5) sorted by relevance
52 virtual bool shouldDisplayVideo() const;
182 bool RenderVideo::shouldDisplayVideo() const in shouldDisplayVideo() function in WebCore::RenderVideo
899 if (renderer()->isVideo() && toRenderVideo(renderer())->shouldDisplayVideo()) in containsPaintedContent()
1541 return video->shouldDisplayVideo() && canAccelerateVideoRendering(video);
84172 (WebCore::RenderVideo::shouldDisplayVideo): New, return true when not displaying a poster.