Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DPaintInfo.h80 bool shouldPaintWithinRoot(const RenderObject* renderer) const in shouldPaintWithinRoot() function
DRenderFieldset.cpp140 if (!paintInfo.shouldPaintWithinRoot(this)) in paintBoxDecorations()
DRenderReplaced.cpp136 if (!paintInfo.shouldPaintWithinRoot(this)) in paint()
187 if (!paintInfo.shouldPaintWithinRoot(this)) in shouldPaint()
DInlineBox.cpp196 …if (!paintInfo.shouldPaintWithinRoot(renderer()) || (paintInfo.phase != PaintPhaseForeground && pa… in paint()
DRenderTableCell.cpp1105 if (!paintInfo.shouldPaintWithinRoot(this) || style()->visibility() != VISIBLE) in paintCollapsedBorders()
1169 if (!paintInfo.shouldPaintWithinRoot(this)) in paintBackgroundsBehindCell()
1205 if (!paintInfo.shouldPaintWithinRoot(this)) in paintBoxDecorations()
DInlineFlowBox.cpp1256 …if (!paintInfo.shouldPaintWithinRoot(renderer()) || renderer()->style()->visibility() != VISIBLE |… in paintBoxDecorations()
1328 …if (!paintInfo.shouldPaintWithinRoot(renderer()) || renderer()->style()->visibility() != VISIBLE |… in paintMask()
DRootInlineBox.cpp167 …if (hasEllipsisBox() && paintInfo.shouldPaintWithinRoot(renderer()) && renderer()->style()->visibi… in paintEllipsisBox()
DRenderTable.cpp728 if (!paintInfo.shouldPaintWithinRoot(this)) in paintBoxDecorations()
DRenderBox.cpp1262 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()
DInlineTextBox.cpp472 …if (isLineBreak() || !paintInfo.shouldPaintWithinRoot(renderer()) || renderer()->style()->visibili… in paint()
DRenderBlock.cpp1959 …ckground || phase == PaintPhaseChildBlockBackground) && paintInfo.shouldPaintWithinRoot(this) && !… in paint()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineTextBox.cpp192 ASSERT(paintInfo.shouldPaintWithinRoot(renderer())); in paintSelectionBackground()
260 ASSERT(paintInfo.shouldPaintWithinRoot(renderer())); in paint()