Home | History | Annotate | Download | only in rendering

Lines Matching refs:PaintPhaseBlockBackground

1567     if (hasOverflowClip() && style()->visibility() == VISIBLE && (phase == PaintPhaseBlockBackground || phase == PaintPhaseChildBlockBackground) && shouldPaintWithinRoot(paintInfo))
1729 if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && style()->visibility() == VISIBLE) {
1742 if (paintPhase == PaintPhaseBlockBackground)
1820 currentPaintInfo.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground;