Home
last modified time | relevance | path

Searched refs:PaintPhaseMask (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderReplica.cpp77 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseMask) in paint()
89 } else if (paintInfo.phase == PaintPhaseMask) in paint()
DPaintPhase.h52 PaintPhaseMask, enumerator
DGraphicsContextAnnotator.cpp67 case WebCore::PaintPhaseMask: in paintPhaseName()
DRenderFieldset.cpp192 if (style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask) in paintMask()
DRenderReplaced.cpp120 if (paintInfo.phase == PaintPhaseMask) { in paint()
183 …&& paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseMask && paintInfo.phase … in shouldPaint()
DRenderWidget.cpp202 if (paintInfo.phase == PaintPhaseMask) { in paint()
DRenderLineBoxList.cpp201 && paintInfo.phase != PaintPhaseMask) in paint()
DRenderTable.cpp660 if (paintPhase == PaintPhaseMask) { in paintObject()
734 if (style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask) in paintMask()
DInlineFlowBox.cpp1132 } else if (paintInfo.phase == PaintPhaseMask) { in paint()
1141 if (paintInfo.phase == PaintPhaseMask) in paint()
1355 …t(&renderer()) || renderer().style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask) in paintMask()
DRenderTableCell.cpp1228 if (style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask) in paintMask()
DRenderBox.cpp1384 …Root(this) || style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask || paintInfo.c… in paintMask()
1638 …seBlockBackground || paintInfo.phase == PaintPhaseSelfOutline || paintInfo.phase == PaintPhaseMask) in pushContentsClip()
DRenderLayer.cpp2459 …ntInfo(context, pixelSnappedIntRect(fragment.backgroundRect.rect()), PaintPhaseMask, PaintBehavior… in paintMaskForFragments()
DRenderBlock.cpp2047 if (paintPhase == PaintPhaseMask && style()->visibility() == VISIBLE) { in paintObject()