Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DFillLayer.h73 EFillAttachment attachment() const { return static_cast<EFillAttachment>(m_attachment); } in attachment()
114 …void setAttachment(EFillAttachment attachment) { m_attachment = attachment; m_attachmentSet = true… in setAttachment()
183 …static EFillAttachment initialFillAttachment(EFillLayerType) { return ScrollBackgroundAttachment; } in initialFillAttachment()
DRenderStyleConstants.h130 enum EFillAttachment { enum
DRenderStyle.h646EFillAttachment backgroundAttachment() const { return static_cast<EFillAttachment>(m_background->b… in backgroundAttachment()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h602 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EFillAttachment e) in CSSPrimitiveValue()
619 template<> inline CSSPrimitiveValue::operator EFillAttachment() const in EFillAttachment() function