Searched refs:shouldPaintWithinRoot (Results 1 – 12 of 12) sorted by relevance
80 bool shouldPaintWithinRoot(const RenderObject* renderer) const in shouldPaintWithinRoot() function
140 if (!paintInfo.shouldPaintWithinRoot(this)) in paintBoxDecorations()
136 if (!paintInfo.shouldPaintWithinRoot(this)) in paint()187 if (!paintInfo.shouldPaintWithinRoot(this)) in shouldPaint()
196 …if (!paintInfo.shouldPaintWithinRoot(renderer()) || (paintInfo.phase != PaintPhaseForeground && pa… in paint()
1105 if (!paintInfo.shouldPaintWithinRoot(this) || style()->visibility() != VISIBLE) in paintCollapsedBorders()1169 if (!paintInfo.shouldPaintWithinRoot(this)) in paintBackgroundsBehindCell()1205 if (!paintInfo.shouldPaintWithinRoot(this)) in paintBoxDecorations()
1256 …if (!paintInfo.shouldPaintWithinRoot(renderer()) || renderer()->style()->visibility() != VISIBLE |… in paintBoxDecorations()1328 …if (!paintInfo.shouldPaintWithinRoot(renderer()) || renderer()->style()->visibility() != VISIBLE |… in paintMask()
167 …if (hasEllipsisBox() && paintInfo.shouldPaintWithinRoot(renderer()) && renderer()->style()->visibi… in paintEllipsisBox()
728 if (!paintInfo.shouldPaintWithinRoot(this)) in paintBoxDecorations()
1262 if (!paintInfo.shouldPaintWithinRoot(this)) in paintBoxDecorations()1482 …if (!paintInfo.shouldPaintWithinRoot(this) || style()->visibility() != VISIBLE || paintInfo.phase … in paintMask()1491 …if (!paintInfo.shouldPaintWithinRoot(this) || style()->visibility() != VISIBLE || paintInfo.phase … in paintClippingMask()
472 …if (isLineBreak() || !paintInfo.shouldPaintWithinRoot(renderer()) || renderer()->style()->visibili… in paint()
1959 …ckground || phase == PaintPhaseChildBlockBackground) && paintInfo.shouldPaintWithinRoot(this) && !… in paint()
192 ASSERT(paintInfo.shouldPaintWithinRoot(renderer())); in paintSelectionBackground()260 ASSERT(paintInfo.shouldPaintWithinRoot(renderer())); in paint()