HomeSort by relevance Sort by last modified time
    Searched refs:shouldPaintWithinRoot (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintInfo.h 78 bool shouldPaintWithinRoot(const RenderObject* renderer) const
RenderFieldset.cpp 143 if (!paintInfo.shouldPaintWithinRoot(this))
RenderReplaced.cpp 135 if (!paintInfo.shouldPaintWithinRoot(this))
186 if (!paintInfo.shouldPaintWithinRoot(this))
RenderTableCell.cpp     [all...]
RootInlineBox.cpp 156 if (hasEllipsisBox() && paintInfo.shouldPaintWithinRoot(&renderer()) && renderer().style()->visibility() == VISIBLE
    [all...]
InlineTextBox.cpp 381 if (isLineBreak() || !paintInfo.shouldPaintWithinRoot(&renderer()) || renderer().style()->visibility() != VISIBLE
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
TablePainter.cpp 94 if (!paintInfo.shouldPaintWithinRoot(&m_renderTable))
BlockPainter.cpp 73 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))
InlineFlowBoxPainter.cpp 181 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)
BoxPainter.cpp 43 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)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.cpp 188 ASSERT(paintInfo.shouldPaintWithinRoot(&renderer()));
242 ASSERT(paintInfo.shouldPaintWithinRoot(&renderer()));

Completed in 688 milliseconds