Home | History | Annotate | Download | only in rendering

Lines Matching refs:PaintPhaseChildBlockBackground

506     if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && hasBoxDecorations() && style()->visibility() == VISIBLE)
520 paintPhase = PaintPhaseChildBlockBackground;
531 if (collapseBorders() && paintPhase == PaintPhaseChildBlockBackground && style()->visibility() == VISIBLE) {