HomeSort by relevance Sort by last modified time
    Searched full:keyframeanim (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/page/animation/
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...]
ImplicitAnimation.cpp 160 RefPtr<KeyframeAnimation> keyframeAnim = m_compAnim->getAnimationForProperty(m_animatingProperty);
161 if (keyframeAnim)
162 keyframeAnim->setUnanimatedStyle(m_toStyle);
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp     [all...]

Completed in 61 milliseconds