Searched defs:clippedWithLocalScrolling (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp285 bool clippedWithLocalScrolling = obj.hasOverflowClip() && bgLayer.attachment() == LocalBackgroundAttachment; local
321 if (!isDocumentElementRenderer && !clippedWithLocalScrolling && !shouldPaintBackgroundImage && isBorderFill && isBottomLayer) {
370 GraphicsContextStateSaver clipWithScrollingStateSaver(*context, clippedWithLocalScrolling);
372 if (clippedWithLocalScrolling) {

Completed in 84 milliseconds