Searched refs:backgroundIsKnownToBeOpaqueInRect (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerModelObject.h62 virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const { return false; } function in class:blink::RenderLayerModelObject
H A DRenderView.h158 virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const OVERRIDE;
H A DRenderLayer.h343 bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const;
H A DRenderBox.h86 virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const OVERRIDE;
H A DRenderView.cpp884 bool RenderView::backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const function in class:blink::RenderView
H A DRenderLayer.cpp3328 bool RenderLayer::backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const function in class:blink::RenderLayer
3356 if (renderer()->backgroundIsKnownToBeOpaqueInRect(localRect))
3384 if (childLayer->backgroundIsKnownToBeOpaqueInRect(childLocalRect))
H A DRenderBox.cpp1108 bool RenderBox::backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const function in class:blink::RenderBox
1195 if (childBox->backgroundIsKnownToBeOpaqueInRect(childLocalRect))
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositedLayerMapping.cpp307 m_backgroundLayer->setContentsOpaque(m_owningLayer.backgroundIsKnownToBeOpaqueInRect(compositedBounds()));
310 m_graphicsLayer->setContentsOpaque(m_owningLayer.backgroundIsKnownToBeOpaqueInRect(compositedBounds()));

Completed in 607 milliseconds