backgroundClipRect 2014 Source/core/rendering/RenderLayer.cpp clipRect = clipper().backgroundClipRect(clipRectsContext); backgroundClipRect 2363 Source/core/rendering/RenderLayer.cpp ancestorClipRect = enclosingPaginationLayer()->clipper().backgroundClipRect(clipRectsContext); backgroundClipRect 2422 Source/core/rendering/RenderLayer.cpp LayoutRect parentClipRect = clipper().backgroundClipRect(clipRectsContext).rect(); backgroundClipRect 2886 Source/core/rendering/RenderLayer.cpp ClipRect clipRect = clipper().backgroundClipRect(clipRectsContext); backgroundClipRect 3070 Source/core/rendering/RenderLayer.cpp LayoutRect parentClipRect = clipper().backgroundClipRect(clipRectsContext).rect(); backgroundClipRect 175 Source/core/rendering/RenderLayerClipper.cpp backgroundRect = backgroundClipRect(clipRectsContext); backgroundClipRect 341 Source/core/rendering/RenderLayerClipper.cpp ClipRect backgroundClipRect = backgroundClipRectForPosition(parentRects, m_renderer->style()->position()); backgroundClipRect 346 Source/core/rendering/RenderLayerClipper.cpp if (parentRects.fixed() && clipRectsContext.rootLayer->renderer() == view && backgroundClipRect != PaintInfo::infiniteRect()) backgroundClipRect 347 Source/core/rendering/RenderLayerClipper.cpp backgroundClipRect.move(view->frameView()->scrollOffsetForFixedPosition()); backgroundClipRect 349 Source/core/rendering/RenderLayerClipper.cpp return backgroundClipRect; backgroundClipRect 97 Source/core/rendering/RenderLayerClipper.h ClipRect backgroundClipRect(const ClipRectsContext&) const; backgroundClipRect 505 Source/core/rendering/RenderTreeAsText.cpp const LayoutRect& layerBounds, const LayoutRect& backgroundClipRect, const LayoutRect& clipRect, const LayoutRect& outlineClipRect, backgroundClipRect 509 Source/core/rendering/RenderTreeAsText.cpp IntRect adjustedBackgroundClipRect = pixelSnappedIntRect(backgroundClipRect); backgroundClipRect 389 Source/core/rendering/compositing/CompositedLayerMapping.cpp clippingBounds.intersect(m_owningLayer.clipper().backgroundClipRect(ClipRectsContext(rootLayer, AbsoluteClipRects)).rect()); backgroundClipRect 702 Source/core/rendering/compositing/CompositedLayerMapping.cpp IntRect parentClipRect = pixelSnappedIntRect(m_owningLayer.clipper().backgroundClipRect(clipRectsContext).rect()); backgroundClipRect 50 Source/core/rendering/compositing/CompositingPropertyUpdater.cpp IntRect clipRect = pixelSnappedIntRect(layer->clipper().backgroundClipRect(ClipRectsContext(m_rootRenderLayer, AbsoluteClipRects)).rect());