ExcludeSelf      1470 Source/core/frame/FrameView.cpp         RenderLayer* enclosingCompositingLayer = layer->enclosingCompositingLayer(ExcludeSelf);
ExcludeSelf       336 Source/core/rendering/RenderBoxModelObject.cpp     RenderLayer* enclosingClippingLayer = layer()->enclosingOverflowClipLayer(ExcludeSelf);
ExcludeSelf      3484 Source/core/rendering/RenderLayer.cpp             RenderLayer* enclosingCompositingLayer = node->layer()->enclosingCompositingLayer(ExcludeSelf);
ExcludeSelf      3577 Source/core/rendering/RenderLayer.cpp         if (RenderLayer* compositingParent = enclosingCompositingLayer(ExcludeSelf))
ExcludeSelf       246 Source/core/rendering/RenderLayer.h     RenderLayer* ancestorCompositingLayer() const { return enclosingCompositingLayer(ExcludeSelf); }
ExcludeSelf       195 Source/core/rendering/compositing/CompositingReasonFinder.cpp         return !layer->enclosingOverflowClipLayer(ExcludeSelf);
ExcludeSelf       847 Source/core/rendering/compositing/RenderLayerCompositor.cpp     RenderLayer* compositedAncestor = layer->enclosingCompositingLayerForRepaint(ExcludeSelf);