Searched defs:repeatY (Results 1 – 2 of 2) sorted by relevance
718 …const CSSPrimitiveValue& repeatY = repeatYCSSValue.isInitialValue() ? *initialRepeatValue : toCSSP… in appendBackgroundRepeatValue() local737 …RefPtrWillBeRawPtr<CSSValue> repeatY = m_propertySet.getPropertyCSSValue(CSSPropertyBackgroundRepe… in backgroundRepeatPropertyValue() local
77 EFillRepeat repeatY() const { return static_cast<EFillRepeat>(m_repeatY); } in repeatY() function