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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerClipper.cpp216 backgroundRect = backgroundClipRect(context);
321 ClipRect RenderLayerClipper::backgroundClipRect(const ClipRectsContext& context) const function in class:blink::RenderLayerClipper
H A DRenderTreeAsText.cpp507 const LayoutRect& layerBounds, const LayoutRect& backgroundClipRect, const LayoutRect& clipRect, const LayoutRect& outlineClipRect,
511 IntRect adjustedBackgroundClipRect = pixelSnappedIntRect(backgroundClipRect);
506 write(TextStream& ts, RenderLayer& l, const LayoutRect& layerBounds, const LayoutRect& backgroundClipRect, const LayoutRect& clipRect, const LayoutRect& outlineClipRect, LayerPaintPhase paintPhase = LayerPaintPhaseAll, int indent = 0, RenderAsTextBehavior behavior = RenderAsTextBehaviorNormal) argument

Completed in 69 milliseconds