Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderLayer.cpp2832 ClipRects parentRects; in backgroundClipRect() local
2833 parentClipRects(rootLayer, parentRects, temporaryClipRects); in backgroundClipRect()
2834 … backgroundRect = renderer()->style()->position() == FixedPosition ? parentRects.fixedClipRect() : in backgroundClipRect()
2835 (renderer()->isPositioned() ? parentRects.posClipRect() : in backgroundClipRect()
2836 parentRects.overflowClipRect()); in backgroundClipRect()
2839 if (view && parentRects.fixed() && rootLayer->renderer() == view) in backgroundClipRect()