isUnclippedDescendant  229 Source/core/rendering/RenderLayer.h     bool isUnclippedDescendant() const { return m_isUnclippedDescendant; }
isUnclippedDescendant  552 Source/core/rendering/RenderLayer.h     void setIsUnclippedDescendant(bool isUnclippedDescendant) { m_isUnclippedDescendant = isUnclippedDescendant; }
isUnclippedDescendant  179 Source/core/rendering/compositing/CompositingReasonFinder.cpp     return layer->isUnclippedDescendant();
isUnclippedDescendant 1756 Source/core/testing/Internals.cpp     return layer->isUnclippedDescendant();
isUnclippedDescendant  227 Source/core/testing/Internals.h     bool isUnclippedDescendant(Element*, ExceptionState&);