SVGAnimatedEnumerationBase 39 Source/core/svg/SVGAnimatedEnumeration.h class SVGAnimatedEnumeration : public SVGAnimatedEnumerationBase { SVGAnimatedEnumerationBase 53 Source/core/svg/SVGAnimatedEnumeration.h return static_cast<SVGEnumeration<Enum>*>(SVGAnimatedEnumerationBase::baseValue()); SVGAnimatedEnumerationBase 58 Source/core/svg/SVGAnimatedEnumeration.h return static_cast<SVGEnumeration<Enum>*>(SVGAnimatedEnumerationBase::currentValue()); SVGAnimatedEnumerationBase 63 Source/core/svg/SVGAnimatedEnumeration.h return static_cast<const SVGEnumeration<Enum>*>(SVGAnimatedEnumerationBase::currentValue()); SVGAnimatedEnumerationBase 68 Source/core/svg/SVGAnimatedEnumeration.h : SVGAnimatedEnumerationBase(contextElement, attributeName, initialValue) SVGAnimatedEnumerationBase 41 Source/core/svg/SVGAnimatedEnumerationBase.cpp SVGAnimatedEnumerationBase::~SVGAnimatedEnumerationBase() SVGAnimatedEnumerationBase 45 Source/core/svg/SVGAnimatedEnumerationBase.cpp void SVGAnimatedEnumerationBase::setBaseVal(unsigned short value, ExceptionState& exceptionState) SVGAnimatedEnumerationBase 39 Source/core/svg/SVGAnimatedEnumerationBase.h class SVGAnimatedEnumerationBase : public SVGAnimatedProperty<SVGEnumerationBase> { SVGAnimatedEnumerationBase 41 Source/core/svg/SVGAnimatedEnumerationBase.h virtual ~SVGAnimatedEnumerationBase(); SVGAnimatedEnumerationBase 46 Source/core/svg/SVGAnimatedEnumerationBase.h SVGAnimatedEnumerationBase(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGEnumerationBase> initialValue)