Home
last modified time | relevance | path

Searched refs:childBackgroundIsKnownToBeOpaqueInRect (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h556 bool childBackgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const;
DRenderLayer.cpp3742 return childBackgroundIsKnownToBeOpaqueInRect(localRect); in backgroundIsKnownToBeOpaqueInRect()
3745 bool RenderLayer::childBackgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const in childBackgroundIsKnownToBeOpaqueInRect() function in WebCore::RenderLayer