Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DFillLayer.h183 …static EFillAttachment initialFillAttachment(EFillLayerType) { return ScrollBackgroundAttachment; } in initialFillAttachment() argument
184 static EFillBox initialFillClip(EFillLayerType) { return BorderFillBox; } in initialFillClip() argument
186 static EFillRepeat initialFillRepeatX(EFillLayerType) { return RepeatFill; } in initialFillRepeatX() argument
187 static EFillRepeat initialFillRepeatY(EFillLayerType) { return RepeatFill; } in initialFillRepeatY() argument
188 static CompositeOperator initialFillComposite(EFillLayerType) { return CompositeSourceOver; } in initialFillComposite() argument
189 static WebBlendMode initialFillBlendMode(EFillLayerType) { return WebBlendModeNormal; } in initialFillBlendMode() argument
190 static EFillSizeType initialFillSizeType(EFillLayerType) { return SizeLength; } in initialFillSizeType() argument
191 static LengthSize initialFillSizeLength(EFillLayerType) { return LengthSize(); } in initialFillSizeLength() argument
193 static Length initialFillXPosition(EFillLayerType) { return Length(0.0, Percent); } in initialFillXPosition() argument
194 static Length initialFillYPosition(EFillLayerType) { return Length(0.0, Percent); } in initialFillYPosition() argument
[all …]
DRenderStyleConstants.h142 enum EFillLayerType { enum