isClippingRootForContext   74 Source/core/rendering/RenderLayerClipper.cpp     RenderLayer* parentLayer = !isClippingRootForContext(clipRectsContext) ? m_renderer->layer()->parent() : 0;
isClippingRootForContext  172 Source/core/rendering/RenderLayerClipper.cpp     bool isClippingRoot = isClippingRootForContext(clipRectsContext);
isClippingRootForContext  243 Source/core/rendering/RenderLayerClipper.cpp     bool isClippingRoot = isClippingRootForContext(clipRectsContext);
isClippingRootForContext  360 Source/core/rendering/RenderLayerClipper.cpp     if (isClippingRootForContext(clipRectsContext)) {
isClippingRootForContext  118 Source/core/rendering/RenderLayerClipper.h     bool isClippingRootForContext(const ClipRectsContext&) const;