LocalBackgroundAttachment  609 Source/core/css/CSSPrimitiveValueMappings.h     case LocalBackgroundAttachment:
LocalBackgroundAttachment  625 Source/core/css/CSSPrimitiveValueMappings.h         return LocalBackgroundAttachment;
LocalBackgroundAttachment   79 Source/core/css/resolver/CSSToStyleMap.cpp         layer->setAttachment(LocalBackgroundAttachment);
LocalBackgroundAttachment 1392 Source/core/rendering/RenderBox.cpp     if (hasOverflowClip() && fillLayer->attachment() == LocalBackgroundAttachment)
LocalBackgroundAttachment  496 Source/core/rendering/RenderBoxModelObject.cpp     bool clippedWithLocalScrolling = hasOverflowClip() && bgLayer->attachment() == LocalBackgroundAttachment;
LocalBackgroundAttachment 2453 Source/core/rendering/RenderBoxModelObject.cpp     if (hasOverflowClip() && lastBackgroundLayer->attachment() == LocalBackgroundAttachment)