Home | History | Annotate | Download | only in rendering

Lines Matching refs:PaintPhaseForeground

1801     // If the caret's node's render object's containing block is this block, and the paint action is PaintPhaseForeground,
1803 if (paintPhase == PaintPhaseForeground) {
1829 currentPaintInfo.phase = PaintPhaseForeground;
1843 if (style()->visibility() == VISIBLE && paintInfo.phase == PaintPhaseForeground) {
1987 if (shouldPaintSelectionGaps() && paintInfo.phase == PaintPhaseForeground) {
3775 RenderObject::PaintInfo paintInfo(&context, pageRect, PaintPhaseForeground, false, 0, 0);