Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderVideo.h47 virtual bool shouldDisplayVideo() const;
DRenderVideo.cpp146 bool RenderVideo::shouldDisplayVideo() const in shouldDisplayVideo() function in WebCore::RenderVideo
DRenderLayerCompositor.cpp1744 return video->shouldDisplayVideo() && canAccelerateVideoRendering(video); in requiresCompositingForVideo()
DCompositedLayerMapping.cpp1547 if (renderer()->isVideo() && toRenderVideo(renderer())->shouldDisplayVideo()) in containsPaintedContent()