Searched defs:backgroundIsKnownToBeOpaqueInRect (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerModelObject.h64 virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const { return false; } function in class:WebCore::RenderLayerModelObject
H A DRenderView.cpp989 bool RenderView::backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const function in class:WebCore::RenderView
H A DRenderLayer.cpp3551 bool RenderLayer::backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const function in class:WebCore::RenderLayer
3579 if (renderer()->backgroundIsKnownToBeOpaqueInRect(localRect))
3606 if (childLayer->backgroundIsKnownToBeOpaqueInRect(childLocalRect))
H A DRenderBox.cpp1246 bool RenderBox::backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const function in class:WebCore::RenderBox
1333 if (childBox->backgroundIsKnownToBeOpaqueInRect(childLocalRect))

Completed in 104 milliseconds