Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBoxModelObject.cpp585 …bool clippedWithLocalScrolling = hasOverflowClip() && bgLayer->attachment() == LocalBackgroundAtta… in paintFillLayerExtended() local
611 if (!isRoot && !clippedWithLocalScrolling && !shouldPaintBackgroundImage && isBorderFill) { in paintFillLayerExtended()
647 if (clippedWithLocalScrolling) { in paintFillLayerExtended()
777 if (clippedWithLocalScrolling) // Undo the clip for local background attachments. in paintFillLayerExtended()