Home
last modified time | relevance | path

Searched refs:PaintPhaseChildOutlines (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/paint/
DLineBoxListPainter.cpp21 …&& paintInfo.phase != PaintPhaseSelfOutline && paintInfo.phase != PaintPhaseChildOutlines && paint… in paint()
48 …aintPhaseOutline || info.phase == PaintPhaseSelfOutline || info.phase == PaintPhaseChildOutlines) { in paint()
DBlockPainter.cpp202 if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseChildOutlines)) in paintObject()
415 …PaintPhase newPhase = (paintInfo.phase == PaintPhaseChildOutlines) ? PaintPhaseOutline : paintInfo… in paintContents()
DInlineFlowBoxPainter.cpp73 …childInfo.phase = paintInfo.phase == PaintPhaseChildOutlines ? PaintPhaseOutline : paintInfo.phase; in paint()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DPaintPhase.h47 PaintPhaseChildOutlines, enumerator
DGraphicsContextAnnotator.cpp65 case blink::PaintPhaseChildOutlines: in paintPhaseName()
DInlineTextBox.cpp385 ASSERT(paintInfo.phase != PaintPhaseSelfOutline && paintInfo.phase != PaintPhaseChildOutlines); in paint()
DRenderLayer.cpp2178 …paintForegroundForFragmentsWithPhase(PaintPhaseChildOutlines, layerFragments, context, localPainti… in paintForegroundForFragments()
DRenderBox.cpp1392 paintInfo.phase = PaintPhaseChildOutlines; in pushContentsClip()