Home
last modified time | relevance | path

Searched defs:repeatY (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySerializer.cpp718 …const CSSPrimitiveValue& repeatY = repeatYCSSValue.isInitialValue() ? *initialRepeatValue : toCSSP… in appendBackgroundRepeatValue() local
737 …RefPtrWillBeRawPtr<CSSValue> repeatY = m_propertySet.getPropertyCSSValue(CSSPropertyBackgroundRepe… in backgroundRepeatPropertyValue() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DFillLayer.h77 EFillRepeat repeatY() const { return static_cast<EFillRepeat>(m_repeatY); } in repeatY() function