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

  /external/webkit/WebCore/rendering/style/
FillLayer.h 70 EFillAttachment attachment() const { return static_cast<EFillAttachment>(m_attachment); }
96 void setAttachment(EFillAttachment attachment) { m_attachment = attachment; m_attachmentSet = true; }
150 static EFillAttachment initialFillAttachment(EFillLayerType) { return ScrollBackgroundAttachment; }
172 unsigned m_attachment : 2; // EFillAttachment
RenderStyleConstants.h 127 enum EFillAttachment {
RenderStyle.h 536 EFillAttachment backgroundAttachment() const { return static_cast<EFillAttachment>(background->m_background.m_attachment); }
550 EFillAttachment maskAttachment() const { return static_cast<EFillAttachment>(rareNonInheritedData->m_mask.m_attachment); }
    [all...]
  /external/webkit/WebCore/css/
CSSPrimitiveValueMappings.h 328 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EFillAttachment e)
344 template<> inline CSSPrimitiveValue::operator EFillAttachment() const
    [all...]

Completed in 16 milliseconds