Searched refs:newPhase (Results 1 – 2 of 2) sorted by relevance
53 …PaintInfo(GraphicsContext* newContext, const IntRect& newRect, PaintPhase newPhase, PaintBehavior …58 , phase(newPhase) in context()
2120 …PaintPhase newPhase = (paintInfo.phase == PaintPhaseChildOutlines) ? PaintPhaseOutline : paintInfo… in paintContents() local2121 …newPhase = (newPhase == PaintPhaseChildBlockBackgrounds) ? PaintPhaseChildBlockBackground : newPha… in paintContents()2125 paintInfoForChild.phase = newPhase; in paintContents()