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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
FillLayer.h 73 EFillAttachment attachment() const { return static_cast<EFillAttachment>(m_attachment); }
105 void setAttachment(EFillAttachment attachment) { m_attachment = attachment; m_attachmentSet = true; }
174 static EFillAttachment initialFillAttachment(EFillLayerType) { return ScrollBackgroundAttachment; }
204 unsigned m_attachment : 2; // EFillAttachment
RenderStyleConstants.h 143 enum EFillAttachment {
RenderStyle.h 618 EFillAttachment backgroundAttachment() const { return static_cast<EFillAttachment>(m_background->background().attachment()); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h 603 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EFillAttachment e)
620 template<> inline CSSPrimitiveValue::operator EFillAttachment() const
    [all...]

Completed in 158 milliseconds