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

/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.cpp3468 void RenderLayer::parentClipRects(const RenderLayer* rootLayer, ClipRects& clipRects, bool temporaryClipRects, OverlayScrollbarSizeRelevancy relevancy) const argument
3471 if (temporaryClipRects) {
3480 IntRect RenderLayer::backgroundClipRect(const RenderLayer* rootLayer, bool temporaryClipRects, OverlayScrollbarSizeRelevancy relevancy) const argument
3485 parentClipRects(rootLayer, parentRects, temporaryClipRects, relevancy);
3498 IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects,
3502 backgroundRect = backgroundClipRect(rootLayer, temporaryClipRects, relevancy);
3497 calculateRects(const RenderLayer* rootLayer, const IntRect& paintDirtyRect, IntRect& layerBounds, IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects, OverlayScrollbarSizeRelevancy relevancy) const argument

Completed in 44 milliseconds