Home
last modified time | relevance | path

Searched defs:EFillLayerType (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DFillLayer.h152 …static EFillAttachment initialFillAttachment(EFillLayerType) { return ScrollBackgroundAttachment; } in initialFillAttachment() argument
153 static EFillBox initialFillClip(EFillLayerType) { return BorderFillBox; } in initialFillClip() argument
155 static EFillRepeat initialFillRepeatX(EFillLayerType) { return RepeatFill; } in initialFillRepeatX() argument
156 static EFillRepeat initialFillRepeatY(EFillLayerType) { return RepeatFill; } in initialFillRepeatY() argument
157 static CompositeOperator initialFillComposite(EFillLayerType) { return CompositeSourceOver; } in initialFillComposite() argument
158 static EFillSizeType initialFillSizeType(EFillLayerType) { return SizeLength; } in initialFillSizeType() argument
159 static LengthSize initialFillSizeLength(EFillLayerType) { return LengthSize(); } in initialFillSizeLength() argument
160 static FillSize initialFillSize(EFillLayerType) { return FillSize(); } in initialFillSize() argument
161 static Length initialFillXPosition(EFillLayerType) { return Length(0.0, Percent); } in initialFillXPosition() argument
162 static Length initialFillYPosition(EFillLayerType) { return Length(0.0, Percent); } in initialFillYPosition() argument
[all …]
DRenderStyleConstants.h143 enum EFillLayerType { enum
/external/webkit/Source/WebCore/css/
DCSSStyleApplyProperty.cpp198 … void (FillLayer::*set)(T), void (FillLayer::*clear)(), T (*initial)(EFillLayerType), in ApplyPropertyFillLayer() argument