Searched refs:StartAnimationAction (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGAnimatedTypeAnimator.h | 78 executeAction<AnimValType>(StartAnimationAction, animatedTypes, 0, copy); in constructFromBaseValue() 91 executeAction<AnimValType>(StartAnimationAction, animatedTypes, 0, &animatedTypeValue); in resetFromBaseValue() 124 executeAction<AnimValType1>(StartAnimationAction, animatedTypes, 0, ©->first); in constructFromBaseValues() 125 executeAction<AnimValType2>(StartAnimationAction, animatedTypes, 1, ©->second); in constructFromBaseValues() 140 … executeAction<AnimValType1>(StartAnimationAction, animatedTypes, 0, &animatedTypeValue.first); in resetFromBaseValues() 141 … executeAction<AnimValType2>(StartAnimationAction, animatedTypes, 1, &animatedTypeValue.second); in resetFromBaseValues() 187 StartAnimationAction, enumerator 204 case StartAnimationAction:
|