Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderLayer.h413 …ct& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects = false,
623 …void parentClipRects(const RenderLayer* rootLayer, ClipRects&, bool temporaryClipRects = false, Ov…
624 …IntRect backgroundClipRect(const RenderLayer* rootLayer, bool temporaryClipRects, OverlayScrollbar…
DRenderLayer.cpp3449 …ClipRects(const RenderLayer* rootLayer, ClipRects& clipRects, bool temporaryClipRects, OverlayScro… in parentClipRects() argument
3452 if (temporaryClipRects) { in parentClipRects()
3461 IntRect RenderLayer::backgroundClipRect(const RenderLayer* rootLayer, bool temporaryClipRects, Over… in backgroundClipRect() argument
3466 parentClipRects(rootLayer, parentRects, temporaryClipRects, relevancy); in backgroundClipRect()
3479 … IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects, in calculateRects() argument
3483 backgroundRect = backgroundClipRect(rootLayer, temporaryClipRects, relevancy); in calculateRects()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1658199 We need to pass the temporaryClipRects flag down through reflection painting
DChangeLog-2010-01-2995472 setting temporaryClipRects to true.