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

/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp888 const String& keyframesName,
898 keyframesName,
904 keyframesName,
913 const Animation* animation, const String& keyframesName, double beginTime)
917 isKeyframe, keyframesName.ascii().data(), beginTime);
939 if (keyframesName.isEmpty())
942 anim->setName(keyframesName);
960 const String& keyframesName,
966 keyframesName.ascii().data(), beginTime);
982 if (keyframesName
885 addAnimation(const KeyframeValueList& valueList, const IntSize& boxSize, const Animation* anim, const String& keyframesName, double beginTime) argument
912 createAnimationFromKeyframes(const KeyframeValueList& valueList, const Animation* animation, const String& keyframesName, double beginTime) argument
958 createTransformAnimationsFromKeyframes(const KeyframeValueList& valueList, const Animation* animation, const String& keyframesName, double beginTime, const IntSize& boxSize) argument
1001 removeAnimationsForKeyframes(const String& keyframesName) argument
1008 pauseAnimation(const String& keyframesName) argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp1630 bool GraphicsLayerQt::addAnimation(const KeyframeValueList& values, const IntSize& boxSize, const Animation* anim, const String& keyframesName, double timeOffset) argument
1650 newAnim = new OpacityAnimationQt(m_impl.get(), values, boxSize, anim, keyframesName);
1653 newAnim = new TransformAnimationQt(m_impl.get(), values, boxSize, anim, keyframesName);

Completed in 67 milliseconds