HomeSort by relevance Sort by last modified time
    Searched refs:EFillAttachment (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/rendering/style/
FillLayer.h 71 EFillAttachment attachment() const { return static_cast<EFillAttachment>(m_attachment); }
98 void setAttachment(EFillAttachment attachment) { m_attachment = attachment; m_attachmentSet = true; }
152 static EFillAttachment initialFillAttachment(EFillLayerType) { return ScrollBackgroundAttachment; }
177 unsigned m_attachment : 2; // EFillAttachment
RenderStyleConstants.h 131 enum EFillAttachment {
RenderStyle.h 570 EFillAttachment backgroundAttachment() const { return static_cast<EFillAttachment>(m_background->background().attachment()); }
584 EFillAttachment maskAttachment() const { return static_cast<EFillAttachment>(rareNonInheritedData->m_mask.attachment()); }
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleApplyProperty.cpp 300 setPropertyValue(CSSPropertyBackgroundAttachment, new ApplyPropertyFillLayer<EFillAttachment>(CSSPropertyBackgroundAttachment, BackgroundFillLayer, &RenderStyle::accessBackgroundLayers, &RenderStyle::backgroundLayers,
331 setPropertyValue(CSSPropertyWebkitMaskAttachment, new ApplyPropertyFillLayer<EFillAttachment>(CSSPropertyWebkitMaskAttachment, MaskFillLayer, &RenderStyle::accessMaskLayers, &RenderStyle::maskLayers,
CSSPrimitiveValueMappings.h 371 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EFillAttachment e)
388 template<> inline CSSPrimitiveValue::operator EFillAttachment() const
    [all...]

Completed in 38 milliseconds