Searched refs:PaintPhaseChildOutlines (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DPaintPhase.h47 PaintPhaseChildOutlines, enumerator in enum:WebCore::PaintPhase
H A DRenderLineBoxList.cpp201 && paintInfo.phase != PaintPhaseSelfOutline && paintInfo.phase != PaintPhaseChildOutlines && paintInfo.phase != PaintPhaseTextClip
229 if (info.phase == PaintPhaseOutline || info.phase == PaintPhaseSelfOutline || info.phase == PaintPhaseChildOutlines) {
H A DInlineFlowBox.cpp1077 if (paintInfo.phase != PaintPhaseChildOutlines) {
1123 PaintPhase paintPhase = paintInfo.phase == PaintPhaseChildOutlines ? PaintPhaseOutline : paintInfo.phase;
H A DInlineTextBox.cpp481 ASSERT(paintInfo.phase != PaintPhaseSelfOutline && paintInfo.phase != PaintPhaseChildOutlines);
H A DRenderObject.cpp3019 if (p != PaintPhaseOutline && p != PaintPhaseSelfOutline && p != PaintPhaseChildOutlines)
H A DRenderBlock.cpp3088 PaintPhase newPhase = (paintInfo.phase == PaintPhaseChildOutlines) ? PaintPhaseOutline : paintInfo.phase;
3192 if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseChildOutlines)) {
H A DRenderBox.cpp1567 paintInfo.phase = PaintPhaseChildOutlines;
H A DRenderLayer.cpp3986 paintForegroundForFragmentsWithPhase(PaintPhaseChildOutlines, layerFragments, context, localPaintingInfo, localPaintBehavior, paintingRootForRenderer);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsContextAnnotation.cpp63 case WebCore::PaintPhaseChildOutlines:

Completed in 199 milliseconds