PaintPhaseSelfOutline 59 Source/core/rendering/GraphicsContextAnnotator.cpp case WebCore::PaintPhaseSelfOutline: PaintPhaseSelfOutline 1098 Source/core/rendering/InlineFlowBox.cpp if (paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) { PaintPhaseSelfOutline 1150 Source/core/rendering/InlineFlowBox.cpp if (paintPhase != PaintPhaseSelfOutline) { PaintPhaseSelfOutline 473 Source/core/rendering/InlineTextBox.cpp ASSERT(paintInfo.phase != PaintPhaseSelfOutline && paintInfo.phase != PaintPhaseChildOutlines); PaintPhaseSelfOutline 2036 Source/core/rendering/RenderBlock.cpp if (paintPhase != PaintPhaseSelfOutline) { PaintPhaseSelfOutline 2058 Source/core/rendering/RenderBlock.cpp if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && hasOutline() && style()->visibility() == VISIBLE) PaintPhaseSelfOutline 1627 Source/core/rendering/RenderBox.cpp if (paintInfo.phase == PaintPhaseBlockBackground || paintInfo.phase == PaintPhaseSelfOutline || paintInfo.phase == PaintPhaseMask) PaintPhaseSelfOutline 1677 Source/core/rendering/RenderBox.cpp paintInfo.phase = PaintPhaseSelfOutline; PaintPhaseSelfOutline 2540 Source/core/rendering/RenderLayer.cpp PaintInfo paintInfo(context, pixelSnappedIntRect(fragment.outlineRect.rect()), PaintPhaseSelfOutline, paintBehavior, paintingRootForRenderer, 0, 0, localPaintingInfo.rootLayer->renderer()); PaintPhaseSelfOutline 200 Source/core/rendering/RenderLineBoxList.cpp && paintInfo.phase != PaintPhaseSelfOutline && paintInfo.phase != PaintPhaseChildOutlines && paintInfo.phase != PaintPhaseTextClip PaintPhaseSelfOutline 227 Source/core/rendering/RenderLineBoxList.cpp if (info.phase == PaintPhaseOutline || info.phase == PaintPhaseSelfOutline || info.phase == PaintPhaseChildOutlines) { PaintPhaseSelfOutline 131 Source/core/rendering/RenderReplaced.cpp if ((paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && style()->outlineWidth()) PaintPhaseSelfOutline 184 Source/core/rendering/RenderReplaced.cpp if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseOutline && paintInfo.phase != PaintPhaseSelfOutline PaintPhaseSelfOutline 714 Source/core/rendering/RenderTable.cpp if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && hasOutline() && style()->visibility() == VISIBLE) PaintPhaseSelfOutline 232 Source/core/rendering/RenderTableRow.cpp if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && style()->visibility() == VISIBLE) PaintPhaseSelfOutline 1236 Source/core/rendering/RenderTableSection.cpp if ((phase == PaintPhaseOutline || phase == PaintPhaseSelfOutline) && style()->visibility() == VISIBLE) PaintPhaseSelfOutline 218 Source/core/rendering/RenderWidget.cpp if ((paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && hasOutline()) PaintPhaseSelfOutline 157 Source/core/rendering/svg/RenderSVGContainer.cpp if ((paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && style()->outlineWidth() && style()->visibility() == VISIBLE) { PaintPhaseSelfOutline 137 Source/core/rendering/svg/RenderSVGImage.cpp bool drawsOutline = style()->outlineWidth() && (childPaintInfo.phase == PaintPhaseOutline || childPaintInfo.phase == PaintPhaseSelfOutline); PaintPhaseSelfOutline 248 Source/core/rendering/svg/RenderSVGShape.cpp bool drawsOutline = style()->outlineWidth() && (childPaintInfo.phase == PaintPhaseOutline || childPaintInfo.phase == PaintPhaseSelfOutline); PaintPhaseSelfOutline 477 Source/core/rendering/svg/RenderSVGText.cpp && paintInfo.phase != PaintPhaseSelfOutline