Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderObject.h421 …PaintInfo(GraphicsContext* newContext, const IntRect& newRect, PaintPhase newPhase, bool newForceB… in PaintInfo()
425 , phase(newPhase) in PaintInfo()
DRenderBlock.cpp1611 …PaintPhase newPhase = (paintInfo.phase == PaintPhaseChildOutlines) ? PaintPhaseOutline : paintInfo… in paintChildren() local
1612newPhase = (newPhase == PaintPhaseChildBlockBackgrounds) ? PaintPhaseChildBlockBackground : newPha… in paintChildren()
1616 info.phase = newPhase; in paintChildren()