Searched refs:backgroundIsKnownToBeOpaqueInRect (Results 1 – 8 of 8) sorted by relevance
64 virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const { return false; } in backgroundIsKnownToBeOpaqueInRect() function
180 virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const OVERRIDE;
359 bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const;
989 bool RenderView::backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const in backgroundIsKnownToBeOpaqueInRect() function in WebCore::RenderView
84 virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const OVERRIDE;
3551 bool RenderLayer::backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const in backgroundIsKnownToBeOpaqueInRect() function in WebCore::RenderLayer3579 if (renderer()->backgroundIsKnownToBeOpaqueInRect(localRect)) in backgroundIsKnownToBeOpaqueInRect()3606 if (childLayer->backgroundIsKnownToBeOpaqueInRect(childLocalRect)) in childBackgroundIsKnownToBeOpaqueInRect()
1246 bool RenderBox::backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const in backgroundIsKnownToBeOpaqueInRect() function in WebCore::RenderBox1333 if (childBox->backgroundIsKnownToBeOpaqueInRect(childLocalRect)) in foregroundIsKnownToBeOpaqueInRect()
317 …m_backgroundLayer->setContentsOpaque(m_owningLayer.backgroundIsKnownToBeOpaqueInRect(compositedBou… in updateContentsOpaque()319 …m_graphicsLayer->setContentsOpaque(m_owningLayer.backgroundIsKnownToBeOpaqueInRect(compositedBound… in updateContentsOpaque()