PaintPhaseClippingMask   69 Source/core/rendering/GraphicsContextAnnotator.cpp     case WebCore::PaintPhaseClippingMask:
PaintPhaseClippingMask 2026 Source/core/rendering/RenderBlock.cpp     if (paintPhase == PaintPhaseClippingMask && style()->visibility() == VISIBLE) {
PaintPhaseClippingMask 1419 Source/core/rendering/RenderBox.cpp     if (!paintInfo.shouldPaintWithinRoot(this) || style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseClippingMask || paintInfo.context->paintingDisabled())
PaintPhaseClippingMask 2580 Source/core/rendering/RenderLayer.cpp         PaintInfo paintInfo(context, pixelSnappedIntRect(fragment.backgroundRect.rect()), PaintPhaseClippingMask, PaintBehaviorNormal, paintingRootForRenderer, 0, 0, localPaintingInfo.rootLayer->renderer());
PaintPhaseClippingMask  127 Source/core/rendering/RenderReplaced.cpp     if (paintInfo.phase == PaintPhaseClippingMask && (!hasLayer() || !layer()->hasCompositedClippingMask()))
PaintPhaseClippingMask  134 Source/core/rendering/RenderReplaced.cpp     if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection && !canHaveChildren() && paintInfo.phase != PaintPhaseClippingMask)
PaintPhaseClippingMask  163 Source/core/rendering/RenderReplaced.cpp         if (paintInfo.phase == PaintPhaseClippingMask) {
PaintPhaseClippingMask  185 Source/core/rendering/RenderReplaced.cpp         && paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseMask && paintInfo.phase != PaintPhaseClippingMask)