Home | History | Annotate | Download | only in rendering

Lines Matching refs:PaintPhaseForeground

1800     // If the caret's node's render object's containing block is this block, and the paint action is PaintPhaseForeground,
1802 if (paintPhase == PaintPhaseForeground) {
1828 currentPaintInfo.phase = PaintPhaseForeground;
1842 if (style()->visibility() == VISIBLE && paintInfo.phase == PaintPhaseForeground) {
1986 if (shouldPaintSelectionGaps() && paintInfo.phase == PaintPhaseForeground) {
3774 RenderObject::PaintInfo paintInfo(&context, pageRect, PaintPhaseForeground, false, 0, 0);