Searched refs:EFillRepeat (Results 1 – 6 of 6) sorted by relevance
76 EFillRepeat repeatX() const { return static_cast<EFillRepeat>(m_repeatX); } in repeatX()77 EFillRepeat repeatY() const { return static_cast<EFillRepeat>(m_repeatY); } in repeatY()117 void setRepeatX(EFillRepeat r) { m_repeatX = r; m_repeatXSet = true; } in setRepeatX()118 void setRepeatY(EFillRepeat r) { m_repeatY = r; m_repeatYSet = true; } in setRepeatY()186 static EFillRepeat initialFillRepeatX(EFillLayerType) { return RepeatFill; } in initialFillRepeatX()187 static EFillRepeat initialFillRepeatY(EFillLayerType) { return RepeatFill; } in initialFillRepeatY()
643 …EFillRepeat backgroundRepeatX() const { return static_cast<EFillRepeat>(m_background->background()… in backgroundRepeatX()644 …EFillRepeat backgroundRepeatY() const { return static_cast<EFillRepeat>(m_background->background()… in backgroundRepeatY()657 …EFillRepeat maskRepeatX() const { return static_cast<EFillRepeat>(rareNonInheritedData->m_mask.rep… in maskRepeatX()658 …EFillRepeat maskRepeatY() const { return static_cast<EFillRepeat>(rareNonInheritedData->m_mask.rep… in maskRepeatY()
138 enum EFillRepeat { enum
695 EFillRepeat backgroundRepeatX = fillLayer.repeatX(); in calculateBackgroundImageGeometry()696 EFillRepeat backgroundRepeatY = fillLayer.repeatY(); in calculateBackgroundImageGeometry()
681 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EFillRepeat e) in CSSPrimitiveValue()701 template<> inline CSSPrimitiveValue::operator EFillRepeat() const in EFillRepeat() function
1297 static PassRefPtrWillBeRawPtr<CSSValue> valueForFillRepeat(EFillRepeat xRepeat, EFillRepeat yRepeat) in valueForFillRepeat()