Searched refs:shouldDisplayVideo (Results 1 – 4 of 4) sorted by relevance
47 virtual bool shouldDisplayVideo() const;
146 bool RenderVideo::shouldDisplayVideo() const in shouldDisplayVideo() function in WebCore::RenderVideo
1744 return video->shouldDisplayVideo() && canAccelerateVideoRendering(video); in requiresCompositingForVideo()
1547 if (renderer()->isVideo() && toRenderVideo(renderer())->shouldDisplayVideo()) in containsPaintedContent()