Searched refs:shouldPaintWithinRoot (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DPaintInfo.h78 bool shouldPaintWithinRoot(const RenderObject* renderer) const function in struct:blink::PaintInfo
H A DRenderFieldset.cpp143 if (!paintInfo.shouldPaintWithinRoot(this))
H A DRenderReplaced.cpp135 if (!paintInfo.shouldPaintWithinRoot(this))
186 if (!paintInfo.shouldPaintWithinRoot(this))
H A DRenderTableCell.cpp1096 if (!paintInfo.shouldPaintWithinRoot(this) || style()->visibility() != VISIBLE)
1157 if (!paintInfo.shouldPaintWithinRoot(this))
1193 if (!paintInfo.shouldPaintWithinRoot(this))
H A DRootInlineBox.cpp156 if (hasEllipsisBox() && paintInfo.shouldPaintWithinRoot(&renderer()) && renderer().style()->visibility() == VISIBLE
H A DInlineTextBox.cpp381 if (isLineBreak() || !paintInfo.shouldPaintWithinRoot(&renderer()) || renderer().style()->visibility() != VISIBLE
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DTablePainter.cpp94 if (!paintInfo.shouldPaintWithinRoot(&m_renderTable))
H A DBlockPainter.cpp73 if (m_renderBlock.hasOverflowClip() && m_renderBlock.style()->visibility() == VISIBLE && (phase == PaintPhaseBlockBackground || phase == PaintPhaseChildBlockBackground) && paintInfo.shouldPaintWithinRoot(&m_renderBlock) && !paintInfo.paintRootBackgroundOnly())
105 if (!paintInfo.shouldPaintWithinRoot(&inlineBox.renderer()) || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection))
H A DInlineFlowBoxPainter.cpp181 if (!paintInfo.shouldPaintWithinRoot(&m_inlineFlowBox.renderer()) || m_inlineFlowBox.renderer().style()->visibility() != VISIBLE)
256 if (!paintInfo.shouldPaintWithinRoot(&m_inlineFlowBox.renderer()) || m_inlineFlowBox.renderer().style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask)
H A DBoxPainter.cpp43 if (!paintInfo.shouldPaintWithinRoot(&m_renderBox))
494 if (!paintInfo.shouldPaintWithinRoot(&m_renderBox) || m_renderBox.style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask)
538 if (!paintInfo.shouldPaintWithinRoot(&m_renderBox) || m_renderBox.style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseClippingMask)
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGInlineTextBox.cpp188 ASSERT(paintInfo.shouldPaintWithinRoot(&renderer()));
242 ASSERT(paintInfo.shouldPaintWithinRoot(&renderer()));

Completed in 198 milliseconds