PaintPhaseTextClip   65 Source/core/rendering/GraphicsContextAnnotator.cpp     case WebCore::PaintPhaseTextClip:
PaintPhaseTextClip  491 Source/core/rendering/InlineTextBox.cpp     bool haveSelection = !isPrinting && paintInfo.phase != PaintPhaseTextClip && selectionState() != RenderObject::SelectionNone;
PaintPhaseTextClip  636 Source/core/rendering/InlineTextBox.cpp     if (paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseTextClip && !isPrinting) {
PaintPhaseTextClip 1897 Source/core/rendering/RenderBlock.cpp                 paintFloats(info, adjustedPaintOffset, paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip);
PaintPhaseTextClip 1961 Source/core/rendering/RenderBlock.cpp     bool preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip;
PaintPhaseTextClip 2050 Source/core/rendering/RenderBlock.cpp     if (paintPhase == PaintPhaseFloat || paintPhase == PaintPhaseSelection || paintPhase == PaintPhaseTextClip) {
PaintPhaseTextClip 2054 Source/core/rendering/RenderBlock.cpp             paintFloats(paintInfo, scrolledOffset, paintPhase == PaintPhaseSelection || paintPhase == PaintPhaseTextClip);
PaintPhaseTextClip  726 Source/core/rendering/RenderBoxModelObject.cpp         PaintInfo info(context, maskRect, PaintPhaseTextClip, PaintBehaviorForceBlackText, 0);
PaintPhaseTextClip  200 Source/core/rendering/RenderLineBoxList.cpp         && paintInfo.phase != PaintPhaseSelfOutline && paintInfo.phase != PaintPhaseChildOutlines && paintInfo.phase != PaintPhaseTextClip
PaintPhaseTextClip   77 Source/core/rendering/svg/RenderSVGForeignObject.cpp         bool preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip;