Home
last modified time | relevance | path

Searched defs:keyframesName (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp692 const String& keyframesName, in addAnimation()
717 const Animation* animation, const String& keyframesName, double beginTime) in createAnimationFromKeyframes()
764 const String& keyframesName, in createTransformAnimationsFromKeyframes()
805 void GraphicsLayerAndroid::removeAnimationsForKeyframes(const String& keyframesName) in removeAnimationsForKeyframes()
812 void GraphicsLayerAndroid::pauseAnimation(const String& keyframesName) in pauseAnimation()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.cpp1630 …ueList& values, const IntSize& boxSize, const Animation* anim, const String& keyframesName, double… in addAnimation()