Home
last modified time | relevance | path

Searched refs:animatedTypeValue (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedTypeAnimator.h88 typename AnimValType::ContentType& animatedTypeValue = (type->*getter)(); in resetFromBaseValue() local
89animatedTypeValue = castAnimatedPropertyToActualType<AnimValType>(animatedTypes[0].properties[0].g… in resetFromBaseValue()
91 executeAction<AnimValType>(StartAnimationAction, animatedTypes, 0, &animatedTypeValue); in resetFromBaseValue()
136 …ame AnimValType1::ContentType, typename AnimValType2::ContentType>& animatedTypeValue = (type->*ge… in resetFromBaseValues() local
137animatedTypeValue.first = castAnimatedPropertyToActualType<AnimValType1>(animatedTypes[0].properti… in resetFromBaseValues()
138animatedTypeValue.second = castAnimatedPropertyToActualType<AnimValType2>(animatedTypes[0].propert… in resetFromBaseValues()
140 … executeAction<AnimValType1>(StartAnimationAction, animatedTypes, 0, &animatedTypeValue.first); in resetFromBaseValues()
141 … executeAction<AnimValType2>(StartAnimationAction, animatedTypes, 1, &animatedTypeValue.second); in resetFromBaseValues()