Home | History | Annotate | Download | only in animation

Lines Matching refs:KeyframeAnimation

35 #include "KeyframeAnimation.h"
63 KeyframeAnimation* anim = it->second.get();
113 RefPtr<KeyframeAnimation> keyframeAnim = getAnimationForProperty(prop);
220 RefPtr<KeyframeAnimation> keyframeAnim = m_keyframeAnimations.get(animationName.impl());
236 keyframeAnim = KeyframeAnimation::create(const_cast<Animation*>(anim), renderer, i, this, currentStyle ? currentStyle : targetStyle);
251 KeyframeAnimation* keyframeAnim = it->second.get();
285 RefPtr<KeyframeAnimation> keyframeAnim = m_keyframeAnimations.get(*it);
305 RefPtr<KeyframeAnimation> keyframeAnimation = m_keyframeAnimations.get(*it);
306 if (keyframeAnimation)
307 keyframeAnimation->getAnimatedStyle(resultStyle);
327 KeyframeAnimation* anim = it->second.get();
354 KeyframeAnimation* animation = it->second.get();
366 PassRefPtr<KeyframeAnimation> CompositeAnimation::getAnimationForProperty(int property) const
368 RefPtr<KeyframeAnimation> retval;
376 RefPtr<KeyframeAnimation> anim = it->second;
396 if (KeyframeAnimation* anim = it->second.get())
421 KeyframeAnimation* anim = it->second.get();
467 KeyframeAnimation* anim = it->second.get();
491 RefPtr<KeyframeAnimation> keyframeAnim = m_keyframeAnimations.get(name.impl());
529 KeyframeAnimation* anim = it->second.get();