BackgroundEdgeOrigin 179 Source/core/animation/css/CSSAnimatableValueFactory.cpp inline static PassRefPtrWillBeRawPtr<AnimatableValue> createFromBackgroundPosition(const Length& length, bool originIsSet, BackgroundEdgeOrigin origin, const RenderStyle& style) BackgroundEdgeOrigin 835 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::CSSPrimitiveValue(BackgroundEdgeOrigin e) BackgroundEdgeOrigin 855 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::operator BackgroundEdgeOrigin() const BackgroundEdgeOrigin 71 Source/core/rendering/style/FillLayer.h BackgroundEdgeOrigin backgroundXOrigin() const { return static_cast<BackgroundEdgeOrigin>(m_backgroundXOrigin); } BackgroundEdgeOrigin 72 Source/core/rendering/style/FillLayer.h BackgroundEdgeOrigin backgroundYOrigin() const { return static_cast<BackgroundEdgeOrigin>(m_backgroundYOrigin); } BackgroundEdgeOrigin 106 Source/core/rendering/style/FillLayer.h void setBackgroundXOrigin(BackgroundEdgeOrigin origin) { m_backgroundXOrigin = origin; m_backgroundXOriginSet = true; } BackgroundEdgeOrigin 107 Source/core/rendering/style/FillLayer.h void setBackgroundYOrigin(BackgroundEdgeOrigin origin) { m_backgroundYOrigin = origin; m_backgroundYOriginSet = true; }