HomeSort by relevance Sort by last modified time
    Searched defs:keyframeAnim (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/page/animation/
ImplicitAnimation.cpp 160 RefPtr<KeyframeAnimation> keyframeAnim = m_compAnim->getAnimationForProperty(m_animatingProperty);
161 if (keyframeAnim)
162 keyframeAnim->setUnanimatedStyle(m_toStyle);
CompositeAnimation.cpp 121 RefPtr<KeyframeAnimation> keyframeAnim = getAnimationForProperty(prop);
122 RenderStyle* fromStyle = keyframeAnim ? keyframeAnim->unanimatedStyle() : currentStyle;
233 RefPtr<KeyframeAnimation> keyframeAnim = m_keyframeAnimations.get(animationName.impl());
235 if (keyframeAnim) {
237 if (keyframeAnim->postActive())
243 keyframeAnim->updatePlayState(anim->playState());
246 keyframeAnim->setAnimation(anim);
247 keyframeAnim->setIndex(i);
249 keyframeAnim = KeyframeAnimation::create(const_cast<Animation*>(anim), renderer, i, this, targetStyle)
    [all...]

Completed in 46 milliseconds