Searched refs:EFillRepeat (Results 1 – 6 of 6) sorted by relevance
48 EFillRepeat repeat() const { return static_cast<EFillRepeat>(m_repeat); } in repeat()71 void setRepeat(EFillRepeat r) { m_repeat = r; m_repeatSet = true; } in setRepeat()120 static EFillRepeat initialFillRepeat(EFillLayerType) { return RepeatFill; } in initialFillRepeat()
90 enum EFillRepeat { enum
508 …EFillRepeat backgroundRepeat() const { return static_cast<EFillRepeat>(background->m_background.m_… in backgroundRepeat()520 …EFillRepeat maskRepeat() const { return static_cast<EFillRepeat>(rareNonInheritedData->m_mask.m_re… in maskRepeat()
326 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EFillRepeat e) in CSSPrimitiveValue()345 template<> inline CSSPrimitiveValue::operator EFillRepeat() const in EFillRepeat() function
1092 EFillRepeat backgroundRepeat = bgLayer->repeat(); in calculateBackgroundImageGeometry()
28319 (WebCore::CSSPrimitiveValue::operator EFillRepeat):