Home | History | Annotate | Download | only in rendering

Lines Matching refs:calculateClipRects

3386     calculateClipRects(rootLayer, clipRects, true, relevancy);
3398 void RenderLayer::calculateClipRects(const RenderLayer* rootLayer, ClipRects& clipRects, bool useCached, OverlayScrollbarSizeRelevancy relevancy) const
3415 parentLayer->calculateClipRects(rootLayer, clipRects);
3472 parent()->calculateClipRects(rootLayer, clipRects, false, relevancy);