Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DFillLayer.h155 static EFillRepeat initialFillRepeatX(EFillLayerType) { return RepeatFill; } in initialFillRepeatX()
156 static EFillRepeat initialFillRepeatY(EFillLayerType) { return RepeatFill; } in initialFillRepeatY()
H A DRenderStyleConstants.h146 RepeatFill, NoRepeatFill, RoundFill, SpaceFill enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSPrimitiveValueMappings.h450 case RepeatFill: in CSSPrimitiveValue()
469 return RepeatFill; in EFillRepeat()
478 return RepeatFill; in EFillRepeat()
H A DCSSComputedStyleDeclaration.cpp728 if (xRepeat == RepeatFill && yRepeat == NoRepeatFill) in fillRepeatToCSSValue()
730 if (xRepeat == NoRepeatFill && yRepeat == RepeatFill) in fillRepeatToCSSValue()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.cpp901 if (backgroundRepeatX == RepeatFill) in calculateBackgroundImageGeometry()
910 if (backgroundRepeatY == RepeatFill) in calculateBackgroundImageGeometry()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2010-01-2964398 fillLayer->repeatX() == RepeatFill