Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderReplica.cpp58 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseMask) in paint()
72 else if (paintInfo.phase == PaintPhaseMask) in paint()
DRenderReplaced.cpp119 if (paintInfo.phase == PaintPhaseMask) { in paint()
152 && paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseMask) in shouldPaint()
DRenderWidget.cpp182 if (paintInfo.phase == PaintPhaseMask) { in paint()
DRenderFieldset.cpp166 if (style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask) in paintMask()
DInlineFlowBox.cpp636 } else if (paintInfo.phase == PaintPhaseMask) { in paint()
648 if (paintInfo.phase == PaintPhaseMask) in paint()
790 …Root(paintInfo) || object()->style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask) in paintMask()
DRenderTable.cpp517 if (paintPhase == PaintPhaseMask) { in paint()
590 if (style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask) in paintMask()
DRenderObject.h65 PaintPhaseMask enumerator
DRenderFlow.cpp381 && paintInfo.phase != PaintPhaseMask) in paintLines()
DRenderTableCell.cpp904 if (style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask) in paintMask()
DRenderBlock.cpp1500 …ntPhaseBlockBackground && phase != PaintPhaseSelfOutline && phase != PaintPhaseMask && hasControlC… in paint()
1670 if (paintPhase == PaintPhaseMask && style()->visibility() == VISIBLE) { in paintObject()
DRenderLayer.cpp1829 …RenderObject::PaintInfo paintInfo(p, damageRect, PaintPhaseMask, false, paintingRootForRenderer, 0… in paintLayer()
DRenderBox.cpp840 …aintWithinRoot(paintInfo) || style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask) in paintMask()