HomeSort by relevance Sort by last modified time
    Searched refs:newPhase (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintInfo.h 53 PaintInfo(GraphicsContext* newContext, const IntRect& newRect, PaintPhase newPhase, PaintBehavior newPaintBehavior,
58 , phase(newPhase)
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BlockPainter.cpp 415 PaintPhase newPhase = (paintInfo.phase == PaintPhaseChildOutlines) ? PaintPhaseOutline : paintInfo.phase;
416 newPhase = (newPhase == PaintPhaseChildBlockBackgrounds) ? PaintPhaseChildBlockBackground : newPhase;
420 paintInfoForChild.phase = newPhase;

Completed in 185 milliseconds