Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerModelObject.h64 virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const { return false; } in backgroundIsKnownToBeOpaqueInRect() function
DRenderView.h180 virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const OVERRIDE;
DRenderLayer.h359 bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const;
DRenderView.cpp989 bool RenderView::backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const in backgroundIsKnownToBeOpaqueInRect() function in WebCore::RenderView
DRenderBox.h84 virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const OVERRIDE;
DRenderLayer.cpp3551 bool RenderLayer::backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const in backgroundIsKnownToBeOpaqueInRect() function in WebCore::RenderLayer
3579 if (renderer()->backgroundIsKnownToBeOpaqueInRect(localRect)) in backgroundIsKnownToBeOpaqueInRect()
3606 if (childLayer->backgroundIsKnownToBeOpaqueInRect(childLocalRect)) in childBackgroundIsKnownToBeOpaqueInRect()
DRenderBox.cpp1246 bool RenderBox::backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const in backgroundIsKnownToBeOpaqueInRect() function in WebCore::RenderBox
1333 if (childBox->backgroundIsKnownToBeOpaqueInRect(childLocalRect)) in foregroundIsKnownToBeOpaqueInRect()
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositedLayerMapping.cpp317 …m_backgroundLayer->setContentsOpaque(m_owningLayer.backgroundIsKnownToBeOpaqueInRect(compositedBou… in updateContentsOpaque()
319 …m_graphicsLayer->setContentsOpaque(m_owningLayer.backgroundIsKnownToBeOpaqueInRect(compositedBound… in updateContentsOpaque()