Searched refs:newPhase (Results 1 – 2 of 2) sorted by relevance
421 …PaintInfo(GraphicsContext* newContext, const IntRect& newRect, PaintPhase newPhase, bool newForceB… in PaintInfo()425 , phase(newPhase) in PaintInfo()
1611 …PaintPhase newPhase = (paintInfo.phase == PaintPhaseChildOutlines) ? PaintPhaseOutline : paintInfo… in paintChildren() local1612 …newPhase = (newPhase == PaintPhaseChildBlockBackgrounds) ? PaintPhaseChildBlockBackground : newPha… in paintChildren()1616 info.phase = newPhase; in paintChildren()