Home
last modified time | relevance | path

Searched refs:pushedClip (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp648 bool pushedClip = pushContentsClip(paintInfo, adjustedPaintOffset, ForceContentsClip); in paint() local
650 if (pushedClip) in paint()
DRenderTableSection.cpp1224 bool pushedClip = pushContentsClip(paintInfo, adjustedPaintOffset, ForceContentsClip); in paint() local
1226 if (pushedClip) in paint()
DRenderBlock.cpp1758 bool pushedClip = pushContentsClip(paintInfo, adjustedPaintOffset, contentsClipBehavior); in paint() local
1762 …bool shouldCull = document().settings()->containerCullingEnabled() && !pushedClip && !isDocumentEl… in paint()
1769 if (pushedClip) in paint()