Searched refs:keyframesName (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsLayerAndroid.h | 98 const String& keyframesName, 102 const String& keyframesName, 107 const String& keyframesName, 111 virtual void removeAnimationsForKeyframes(const String& keyframesName); 112 virtual void pauseAnimation(const String& keyframesName);
|
D | GraphicsLayerAndroid.cpp | 888 const String& keyframesName, in addAnimation() argument 898 keyframesName, in addAnimation() 904 keyframesName, in addAnimation() 913 const Animation* animation, const String& keyframesName, double beginTime) in createAnimationFromKeyframes() argument 917 isKeyframe, keyframesName.ascii().data(), beginTime); in createAnimationFromKeyframes() 939 if (keyframesName.isEmpty()) in createAnimationFromKeyframes() 942 anim->setName(keyframesName); in createAnimationFromKeyframes() 960 const String& keyframesName, in createTransformAnimationsFromKeyframes() argument 966 keyframesName.ascii().data(), beginTime); in createTransformAnimationsFromKeyframes() 982 if (keyframesName.isEmpty()) in createTransformAnimationsFromKeyframes() [all …]
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsLayerQt.h | 68 …meValueList&, const IntSize& boxSize, const Animation*, const String& keyframesName, double timeOf… 70 virtual void removeAnimationsForKeyframes(const String& keyframesName); 71 virtual void pauseAnimation(const String& keyframesName, double timeOffset);
|
D | GraphicsLayerQt.cpp | 1630 … values, const IntSize& boxSize, const Animation* anim, const String& keyframesName, double timeOf… in addAnimation() argument 1650 newAnim = new OpacityAnimationQt(m_impl.get(), values, boxSize, anim, keyframesName); in addAnimation() 1653 newAnim = new TransformAnimationQt(m_impl.get(), values, boxSize, anim, keyframesName); in addAnimation()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 47828 now refers to "animationName" rather than "keyframesName". Transitions
|