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

/external/webkit/Source/WebCore/rendering/
H A DRenderTreeAsText.cpp594 const IntRect& layerBounds, const IntRect& backgroundClipRect, const IntRect& clipRect, const IntRect& outlineClipRect,
607 if (!backgroundClipRect.contains(layerBounds))
608 ts << " backgroundClip " << backgroundClipRect; local
593 write(TextStream& ts, RenderLayer& l, const IntRect& layerBounds, const IntRect& backgroundClipRect, const IntRect& clipRect, const IntRect& outlineClipRect, LayerPaintPhase paintPhase = LayerPaintPhaseAll, int indent = 0, RenderAsTextBehavior behavior = RenderAsTextBehaviorNormal) argument
H A DRenderLayer.cpp2618 clipRect = backgroundClipRect(rootLayer, paintFlags & PaintLayerTemporaryClipRects);
3043 IntRect clipRect = backgroundClipRect(rootLayer, useTemporaryClipRects, IncludeOverlayScrollbarSize);
3480 IntRect RenderLayer::backgroundClipRect(const RenderLayer* rootLayer, bool temporaryClipRects, OverlayScrollbarSizeRelevancy relevancy) const function in class:WebCore::RenderLayer
3502 backgroundRect = backgroundClipRect(rootLayer, temporaryClipRects, relevancy);

Completed in 67 milliseconds