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

  /external/chromium_org/third_party/WebKit/Source/core/paint/
TablePainter.cpp 33 bool pushedClip = m_renderTable.pushContentsClip(paintInfo, adjustedPaintOffset, ForceContentsClip);
35 if (pushedClip)
TableSectionPainter.cpp 36 bool pushedClip = m_renderTableSection.pushContentsClip(paintInfo, adjustedPaintOffset, ForceContentsClip);
38 if (pushedClip)
BlockPainter.cpp 55 bool pushedClip = m_renderBlock.pushContentsClip(paintInfo, adjustedPaintOffset, contentsClipBehavior);
59 bool shouldCull = m_renderBlock.document().settings()->containerCullingEnabled() && !pushedClip && !m_renderBlock.isDocumentElement()
67 if (pushedClip)

Completed in 62 milliseconds