Lines Matching refs:info
171 RenderObject::PaintInfo info(paintInfo);
172 info.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground;
173 renderer()->paint(info, tx, ty);
175 info.phase = PaintPhaseChildBlockBackgrounds;
176 renderer()->paint(info, tx, ty);
177 info.phase = PaintPhaseFloat;
178 renderer()->paint(info, tx, ty);
179 info.phase = PaintPhaseForeground;
180 renderer()->paint(info, tx, ty);
181 info.phase = PaintPhaseOutline;
182 renderer()->paint(info, tx, ty);