PaintPhaseSelection 61 Source/core/rendering/GraphicsContextAnnotator.cpp case WebCore::PaintPhaseSelection: PaintPhaseSelection 197 Source/core/rendering/InlineBox.cpp if (!paintInfo.shouldPaintWithinRoot(&renderer()) || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection)) PaintPhaseSelection 492 Source/core/rendering/InlineTextBox.cpp if (!haveSelection && paintInfo.phase == PaintPhaseSelection) PaintPhaseSelection 577 Source/core/rendering/InlineTextBox.cpp bool paintSelectedTextOnly = (paintInfo.phase == PaintPhaseSelection); PaintPhaseSelection 636 Source/core/rendering/InlineTextBox.cpp if (paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseTextClip && !isPrinting) { PaintPhaseSelection 755 Source/core/rendering/InlineTextBox.cpp if (textDecorations != TextDecorationNone && paintInfo.phase != PaintPhaseSelection) { PaintPhaseSelection 1897 Source/core/rendering/RenderBlock.cpp paintFloats(info, adjustedPaintOffset, paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip); PaintPhaseSelection 1954 Source/core/rendering/RenderBlock.cpp if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection) PaintPhaseSelection 1961 Source/core/rendering/RenderBlock.cpp bool preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip; PaintPhaseSelection 2050 Source/core/rendering/RenderBlock.cpp if (paintPhase == PaintPhaseFloat || paintPhase == PaintPhaseSelection || paintPhase == PaintPhaseTextClip) { PaintPhaseSelection 2054 Source/core/rendering/RenderBlock.cpp paintFloats(paintInfo, scrolledOffset, paintPhase == PaintPhaseSelection || paintPhase == PaintPhaseTextClip); PaintPhaseSelection 129 Source/core/rendering/RenderEmbeddedObject.cpp if (paintInfo.phase == PaintPhaseSelection) PaintPhaseSelection 303 Source/core/rendering/RenderImage.cpp if (paintInfo.phase == PaintPhaseSelection) PaintPhaseSelection 2495 Source/core/rendering/RenderLayer.cpp paintForegroundForFragmentsWithPhase(selectionOnly ? PaintPhaseSelection : PaintPhaseChildBlockBackgrounds, layerFragments, PaintPhaseSelection 199 Source/core/rendering/RenderLineBoxList.cpp if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseOutline PaintPhaseSelection 396 Source/core/rendering/RenderMultiColumnSet.cpp if (!m_flowThread || !isValid() || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection)) PaintPhaseSelection 119 Source/core/rendering/RenderReplaced.cpp if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection)) PaintPhaseSelection 134 Source/core/rendering/RenderReplaced.cpp if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection && !canHaveChildren() && paintInfo.phase != PaintPhaseClippingMask) PaintPhaseSelection 141 Source/core/rendering/RenderReplaced.cpp if (paintInfo.phase == PaintPhaseSelection) { PaintPhaseSelection 185 Source/core/rendering/RenderReplaced.cpp && paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseMask && paintInfo.phase != PaintPhaseClippingMask) PaintPhaseSelection 210 Source/core/rendering/RenderWidget.cpp if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection)) PaintPhaseSelection 57 Source/core/rendering/svg/RenderSVGForeignObject.cpp || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection)) PaintPhaseSelection 77 Source/core/rendering/svg/RenderSVGForeignObject.cpp bool preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip; PaintPhaseSelection 478 Source/core/rendering/svg/RenderSVGText.cpp && paintInfo.phase != PaintPhaseSelection) PaintPhaseSelection 36 Source/core/rendering/svg/SVGInlineFlowBox.cpp ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection); PaintPhaseSelection 50 Source/core/rendering/svg/SVGInlineFlowBox.cpp ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection); PaintPhaseSelection 191 Source/core/rendering/svg/SVGInlineTextBox.cpp ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection); PaintPhaseSelection 201 Source/core/rendering/svg/SVGInlineTextBox.cpp bool paintSelectedTextOnly = paintInfo.phase == PaintPhaseSelection; PaintPhaseSelection 250 Source/core/rendering/svg/SVGInlineTextBox.cpp ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection); PaintPhaseSelection 261 Source/core/rendering/svg/SVGInlineTextBox.cpp bool paintSelectedTextOnly = paintInfo.phase == PaintPhaseSelection; PaintPhaseSelection 38 Source/core/rendering/svg/SVGRootInlineBox.cpp ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);