Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DRenderStyleConstants.h138 ScrollBackgroundAttachment, LocalBackgroundAttachment, FixedBackgroundAttachment enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSPrimitiveValueMappings.h380 case LocalBackgroundAttachment: in CSSPrimitiveValue()
395 return LocalBackgroundAttachment; in EFillAttachment()
H A DCSSStyleSelector.cpp5958 layer->setAttachment(LocalBackgroundAttachment); in mapFillAttachment()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.cpp603 …lippedWithLocalScrolling = hasOverflowClip() && bgLayer->attachment() == LocalBackgroundAttachment; in paintFillLayerExtended()