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/rendering/
DPaintPhase.h47 PaintPhaseChildOutlines, enumerator
DGraphicsContextAnnotator.cpp57 case WebCore::PaintPhaseChildOutlines: in paintPhaseName()
DRenderLineBoxList.cpp200 …&& paintInfo.phase != PaintPhaseSelfOutline && paintInfo.phase != PaintPhaseChildOutlines && paint… in paint()
227 …aintPhaseOutline || info.phase == PaintPhaseSelfOutline || info.phase == PaintPhaseChildOutlines) { in paint()
DInlineFlowBox.cpp1097 if (paintInfo.phase != PaintPhaseChildOutlines) { in paint()
1144 …PaintPhase paintPhase = paintInfo.phase == PaintPhaseChildOutlines ? PaintPhaseOutline : paintInfo… in paint()
DInlineTextBox.cpp476 ASSERT(paintInfo.phase != PaintPhaseSelfOutline && paintInfo.phase != PaintPhaseChildOutlines); in paint()
DRenderBlock.cpp1936 …PaintPhase newPhase = (paintInfo.phase == PaintPhaseChildOutlines) ? PaintPhaseOutline : paintInfo… in paintContents()
2088 if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseChildOutlines)) { in paintObject()
DRenderLayer.cpp2400 …paintForegroundForFragmentsWithPhase(PaintPhaseChildOutlines, layerFragments, context, localPainti… in paintForegroundForFragments()
DRenderBox.cpp1669 paintInfo.phase = PaintPhaseChildOutlines; in pushContentsClip()