PaintPhaseForeground   53 Source/core/rendering/GraphicsContextAnnotator.cpp     case WebCore::PaintPhaseForeground:
PaintPhaseForeground  197 Source/core/rendering/InlineBox.cpp     if (!paintInfo.shouldPaintWithinRoot(&renderer()) || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection))
PaintPhaseForeground 1278 Source/core/rendering/InlineFlowBox.cpp     if (!paintInfo.shouldPaintWithinRoot(&renderer()) || renderer().style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseForeground)
PaintPhaseForeground  764 Source/core/rendering/InlineTextBox.cpp     if (paintInfo.phase == PaintPhaseForeground) {
PaintPhaseForeground 1740 Source/core/rendering/RenderBlock.cpp     if (hasOverflowClip() && !hasControlClip() && !(shouldPaintSelectionGaps() && phase == PaintPhaseForeground) && !hasCaret())
PaintPhaseForeground 1954 Source/core/rendering/RenderBlock.cpp     if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection)
PaintPhaseForeground 1970 Source/core/rendering/RenderBlock.cpp         info.phase = PaintPhaseForeground;
PaintPhaseForeground 2090 Source/core/rendering/RenderBlock.cpp     if (paintPhase == PaintPhaseForeground) {
PaintPhaseForeground 2226 Source/core/rendering/RenderBlock.cpp     if (shouldPaintSelectionGaps() && paintInfo.phase == PaintPhaseForeground) {
PaintPhaseForeground 2031 Source/core/rendering/RenderBlockFlow.cpp                 currentPaintInfo.phase = PaintPhaseForeground;
PaintPhaseForeground  117 Source/core/rendering/RenderDetailsMarker.cpp     if (paintInfo.phase != PaintPhaseForeground || style()->visibility() != VISIBLE) {
PaintPhaseForeground   96 Source/core/rendering/RenderFileUploadControl.cpp     if (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseChildBlockBackgrounds) {
PaintPhaseForeground  105 Source/core/rendering/RenderFileUploadControl.cpp     if (paintInfo.phase == PaintPhaseForeground) {
PaintPhaseForeground  122 Source/core/rendering/RenderFrameSet.cpp     if (paintInfo.phase != PaintPhaseForeground)
PaintPhaseForeground 2500 Source/core/rendering/RenderLayer.cpp         paintForegroundForFragmentsWithPhase(PaintPhaseForeground, layerFragments, context, localPaintingInfo, localPaintBehavior, paintingRootForRenderer);
PaintPhaseForeground 2522 Source/core/rendering/RenderLayer.cpp         if (phase == PaintPhaseForeground)
PaintPhaseForeground  199 Source/core/rendering/RenderLineBoxList.cpp     if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseOutline
PaintPhaseForeground  300 Source/core/rendering/RenderListBox.cpp     if (paintInfo.phase == PaintPhaseForeground) {
PaintPhaseForeground  314 Source/core/rendering/RenderListBox.cpp     case PaintPhaseForeground:
PaintPhaseForeground 1130 Source/core/rendering/RenderListMarker.cpp     if (paintInfo.phase != PaintPhaseForeground)
PaintPhaseForeground  396 Source/core/rendering/RenderMultiColumnSet.cpp     if (!m_flowThread || !isValid() || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection))
PaintPhaseForeground  119 Source/core/rendering/RenderReplaced.cpp     if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
PaintPhaseForeground  134 Source/core/rendering/RenderReplaced.cpp     if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection && !canHaveChildren() && paintInfo.phase != PaintPhaseClippingMask)
PaintPhaseForeground  184 Source/core/rendering/RenderReplaced.cpp     if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseOutline && paintInfo.phase != PaintPhaseSelfOutline
PaintPhaseForeground   79 Source/core/rendering/RenderReplica.cpp     if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseMask)
PaintPhaseForeground   84 Source/core/rendering/RenderReplica.cpp     if (paintInfo.phase == PaintPhaseForeground) {
PaintPhaseForeground  193 Source/core/rendering/RenderScrollbarPart.cpp     paintInfo.phase = PaintPhaseForeground;
PaintPhaseForeground  210 Source/core/rendering/RenderWidget.cpp     if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
PaintPhaseForeground  221 Source/core/rendering/RenderWidget.cpp     if (paintInfo.phase != PaintPhaseForeground)
PaintPhaseForeground  168 Source/core/rendering/RootInlineBox.cpp             && paintInfo.phase == PaintPhaseForeground)
PaintPhaseForeground  137 Source/core/rendering/svg/RenderSVGContainer.cpp         if (childPaintInfo.phase == PaintPhaseForeground) {
PaintPhaseForeground   57 Source/core/rendering/svg/RenderSVGForeignObject.cpp         || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection))
PaintPhaseForeground   69 Source/core/rendering/svg/RenderSVGForeignObject.cpp     if (paintInfo.phase == PaintPhaseForeground) {
PaintPhaseForeground   86 Source/core/rendering/svg/RenderSVGForeignObject.cpp             childPaintInfo.phase = PaintPhaseForeground;
PaintPhaseForeground  138 Source/core/rendering/svg/RenderSVGImage.cpp     if (drawsOutline || childPaintInfo.phase == PaintPhaseForeground) {
PaintPhaseForeground  144 Source/core/rendering/svg/RenderSVGImage.cpp         if (childPaintInfo.phase == PaintPhaseForeground && !m_objectBoundingBox.isEmpty()) {
PaintPhaseForeground  272 Source/core/rendering/svg/RenderSVGRoot.cpp         if (childPaintInfo.phase == PaintPhaseForeground) {
PaintPhaseForeground  249 Source/core/rendering/svg/RenderSVGShape.cpp     if (drawsOutline || childPaintInfo.phase == PaintPhaseForeground) {
PaintPhaseForeground  253 Source/core/rendering/svg/RenderSVGShape.cpp         if (childPaintInfo.phase == PaintPhaseForeground) {
PaintPhaseForeground  476 Source/core/rendering/svg/RenderSVGText.cpp     if (paintInfo.phase != PaintPhaseForeground
PaintPhaseForeground   36 Source/core/rendering/svg/SVGInlineFlowBox.cpp     ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
PaintPhaseForeground   50 Source/core/rendering/svg/SVGInlineFlowBox.cpp     ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
PaintPhaseForeground  191 Source/core/rendering/svg/SVGInlineTextBox.cpp     ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
PaintPhaseForeground  250 Source/core/rendering/svg/SVGInlineTextBox.cpp     ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
PaintPhaseForeground  255 Source/core/rendering/svg/SVGRenderingContext.cpp     PaintInfo info(context, PaintInfo::infiniteRect(), PaintPhaseForeground, PaintBehaviorNormal);
PaintPhaseForeground   38 Source/core/rendering/svg/SVGRootInlineBox.cpp     ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);