Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DPaintPhase.h51 PaintPhaseChildOutlines, enumerator
DRenderLineBoxList.cpp207 …&& paintInfo.phase != PaintPhaseSelfOutline && paintInfo.phase != PaintPhaseChildOutlines && paint… in paint()
266 …aintPhaseOutline || info.phase == PaintPhaseSelfOutline || info.phase == PaintPhaseChildOutlines) { in paint()
DInlineFlowBox.cpp959 if (paintInfo.phase != PaintPhaseChildOutlines) { in paint()
1005 …PaintPhase paintPhase = paintInfo.phase == PaintPhaseChildOutlines ? PaintPhaseOutline : paintInfo… in paint()
DRenderLayerBacking.cpp1178 paintInfo.phase = PaintPhaseChildOutlines; in paintIntoLayer()
DInlineTextBox.cpp474 ASSERT(paintInfo.phase != PaintPhaseSelfOutline && paintInfo.phase != PaintPhaseChildOutlines); in paint()
DRenderObject.cpp2444 if (p != PaintPhaseOutline && p != PaintPhaseSelfOutline && p != PaintPhaseChildOutlines) in maximalOutlineSize()
DRenderBlock.cpp2429 …PaintPhase newPhase = (paintInfo.phase == PaintPhaseChildOutlines) ? PaintPhaseOutline : paintInfo… in paintChildren()
2558 if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseChildOutlines)) { in paintObject()
DRenderBox.cpp1094 paintInfo.phase = PaintPhaseChildOutlines; in pushContentsClip()
DRenderLayer.cpp2726 paintInfo.phase = PaintPhaseChildOutlines; in scrollTo()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-108410 PaintPhaseChildOutlines -- to address this problem.
DChangeLog-2006-12-3149492 outline size rather than 0 for PaintPhaseChildOutlines.