Searched refs:currentBaseValue (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/svg/properties/
H A DSVGAnimatedStaticPropertyTearOff.h64 const PropertyType& currentBaseValue() const function in class:WebCore::SVGAnimatedStaticPropertyTearOff
H A DSVGAnimatedPropertyTearOff.h74 const PropertyType& currentBaseValue() const function in class:WebCore::SVGAnimatedPropertyTearOff
H A DSVGAnimatedListPropertyTearOff.h86 const PropertyType& currentBaseValue() const function in class:WebCore::SVGAnimatedListPropertyTearOff
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGAnimatedTypeAnimator.h140 const typename AnimValType::ContentType& animatedType = castAnimatedPropertyToActualType<AnimValType>(animatedTypes[0].properties[0].get())->currentBaseValue();
154 animatedTypeValue = castAnimatedPropertyToActualType<AnimValType>(animatedTypes[0].properties[0].get())->currentBaseValue();
185 const typename AnimValType1::ContentType& firstType = castAnimatedPropertyToActualType<AnimValType1>(animatedTypes[0].properties[0].get())->currentBaseValue();
186 const typename AnimValType2::ContentType& secondType = castAnimatedPropertyToActualType<AnimValType2>(animatedTypes[0].properties[1].get())->currentBaseValue();
202 animatedTypeValue.first = castAnimatedPropertyToActualType<AnimValType1>(animatedTypes[0].properties[0].get())->currentBaseValue();
203 animatedTypeValue.second = castAnimatedPropertyToActualType<AnimValType2>(animatedTypes[0].properties[1].get())->currentBaseValue();
H A DSVGAnimatedPath.cpp47 const SVGPathSegList& baseValue = property->currentBaseValue();
78 const SVGPathSegList& baseValue = castAnimatedPropertyToActualType<SVGAnimatedPathSegListPropertyTearOff>(animatedTypes[0].properties[0].get())->currentBaseValue();

Completed in 98 milliseconds