Searched refs:newPhase (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DPaintInfo.h53 PaintInfo(GraphicsContext* newContext, const IntRect& newRect, PaintPhase newPhase, PaintBehavior newPaintBehavior, argument
58 , phase(newPhase)
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBlockPainter.cpp415 PaintPhase newPhase = (paintInfo.phase == PaintPhaseChildOutlines) ? PaintPhaseOutline : paintInfo.phase; local
416 newPhase = (newPhase == PaintPhaseChildBlockBackgrounds) ? PaintPhaseChildBlockBackground : newPhase;
420 paintInfoForChild.phase = newPhase;

Completed in 780 milliseconds