Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp530 …bool clippedWithLocalScrolling = hasOverflowClip() && bgLayer->attachment() == LocalBackgroundAtta… in paintFillLayerExtended() local
565 …if (!isRoot && !clippedWithLocalScrolling && !shouldPaintBackgroundImage && isBorderFill && !bgLay… in paintFillLayerExtended()
612 GraphicsContextStateSaver clipWithScrollingStateSaver(*context, clippedWithLocalScrolling); in paintFillLayerExtended()
614 if (clippedWithLocalScrolling) { in paintFillLayerExtended()