Searched refs:pushContentsClip (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DTablePainter.cpp33 bool pushedClip = m_renderTable.pushContentsClip(paintInfo, adjustedPaintOffset, ForceContentsClip);
H A DTableSectionPainter.cpp36 bool pushedClip = m_renderTableSection.pushContentsClip(paintInfo, adjustedPaintOffset, ForceContentsClip);
H A DBlockPainter.cpp55 bool pushedClip = m_renderBlock.pushContentsClip(paintInfo, adjustedPaintOffset, contentsClipBehavior);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.h506 bool pushContentsClip(PaintInfo&, const LayoutPoint& accumulatedOffset, ContentsClipBehavior);
H A DRenderBox.cpp1359 bool RenderBox::pushContentsClip(PaintInfo& paintInfo, const LayoutPoint& accumulatedOffset, ContentsClipBehavior contentsClipBehavior) function in class:blink::RenderBox

Completed in 115 milliseconds