PaintPhaseBlockBackground 45 Source/core/rendering/GraphicsContextAnnotator.cpp case WebCore::PaintPhaseBlockBackground: PaintPhaseBlockBackground 1760 Source/core/rendering/RenderBlock.cpp if (hasOverflowClip() && style()->visibility() == VISIBLE && (phase == PaintPhaseBlockBackground || phase == PaintPhaseChildBlockBackground) && paintInfo.shouldPaintWithinRoot(this) && !paintInfo.paintRootBackgroundOnly()) PaintPhaseBlockBackground 1963 Source/core/rendering/RenderBlock.cpp info.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground; PaintPhaseBlockBackground 2014 Source/core/rendering/RenderBlock.cpp if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && style()->visibility() == VISIBLE) { PaintPhaseBlockBackground 2032 Source/core/rendering/RenderBlock.cpp if (paintPhase == PaintPhaseBlockBackground || paintInfo.paintRootBackgroundOnly()) PaintPhaseBlockBackground 2022 Source/core/rendering/RenderBlockFlow.cpp currentPaintInfo.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground; PaintPhaseBlockBackground 1627 Source/core/rendering/RenderBox.cpp if (paintInfo.phase == PaintPhaseBlockBackground || paintInfo.phase == PaintPhaseSelfOutline || paintInfo.phase == PaintPhaseMask) PaintPhaseBlockBackground 1660 Source/core/rendering/RenderBox.cpp paintInfo.phase = PaintPhaseBlockBackground; PaintPhaseBlockBackground 2463 Source/core/rendering/RenderLayer.cpp PaintInfo paintInfo(context, pixelSnappedIntRect(fragment.backgroundRect.rect()), PaintPhaseBlockBackground, paintBehavior, paintingRootForRenderer, 0, 0, localPaintingInfo.rootLayer->renderer()); PaintPhaseBlockBackground 318 Source/core/rendering/RenderListBox.cpp case PaintPhaseBlockBackground: PaintPhaseBlockBackground 187 Source/core/rendering/RenderScrollbarPart.cpp PaintInfo paintInfo(graphicsContext, pixelSnappedIntRect(rect), PaintPhaseBlockBackground, PaintBehaviorNormal); PaintPhaseBlockBackground 670 Source/core/rendering/RenderTable.cpp if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && hasBoxDecorations() && style()->visibility() == VISIBLE) PaintPhaseBlockBackground 679 Source/core/rendering/RenderTable.cpp if (paintPhase == PaintPhaseBlockBackground) PaintPhaseBlockBackground 245 Source/core/rendering/RenderTableRow.cpp if (paintInfo.phase == PaintPhaseBlockBackground || paintInfo.phase == PaintPhaseChildBlockBackground) { PaintPhaseBlockBackground 1261 Source/core/rendering/RenderTableSection.cpp if (paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) { PaintPhaseBlockBackground 75 Source/core/rendering/RenderTextControlSingleLine.cpp if (paintInfo.phase == PaintPhaseBlockBackground && m_shouldDrawCapsLockIndicator) { PaintPhaseBlockBackground 79 Source/core/rendering/svg/RenderSVGForeignObject.cpp childPaintInfo.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground;