Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DFillLayer.h65 FillLayer(EFillLayerType);
147 EFillLayerType type() const { return static_cast<EFillLayerType>(m_type); } in type()
152 …static EFillAttachment initialFillAttachment(EFillLayerType) { return ScrollBackgroundAttachment; } in initialFillAttachment() argument
153 static EFillBox initialFillClip(EFillLayerType) { return BorderFillBox; } in initialFillClip() argument
154 …static EFillBox initialFillOrigin(EFillLayerType type) { return type == BackgroundFillLayer ? Padd… in initialFillOrigin()
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
[all …]
DRenderStyleConstants.h143 enum EFillLayerType { enum
DFillLayer.cpp27 FillLayer::FillLayer(EFillLayerType type) in FillLayer()
/external/webkit/Source/WebCore/css/
DCSSStyleApplyProperty.cpp196 …ApplyPropertyFillLayer(CSSPropertyID propertyId, EFillLayerType fillLayerType, FillLayer* (RenderS… in ApplyPropertyFillLayer()
198 … void (FillLayer::*set)(T), void (FillLayer::*clear)(), T (*initial)(EFillLayerType), in ApplyPropertyFillLayer() argument
275 EFillLayerType m_fillLayerType;
282 T (*m_initial)(EFillLayerType);