Home
last modified time | relevance | path

Searched refs:createTransformAnimationsFromKeyframes (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.h82 bool createTransformAnimationsFromKeyframes(const KeyframeValueList&,
DGraphicsLayerAndroid.cpp543 createdAnimations = createTransformAnimationsFromKeyframes(valueList, in addAnimation()
599 bool GraphicsLayerAndroid::createTransformAnimationsFromKeyframes(const KeyframeValueList& valueLis… in createTransformAnimationsFromKeyframes() function in WebCore::GraphicsLayerAndroid
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsLayerCA.h145 …bool createTransformAnimationsFromKeyframes(const KeyframeValueList&, const Animation*, const Stri…
DGraphicsLayerCA.mm724 …createdAnimations = createTransformAnimationsFromKeyframes(valueList, anim, keyframesName, timeOff…
1781 bool GraphicsLayerCA::createTransformAnimationsFromKeyframes(const KeyframeValueList& valueList, co…
/external/webkit/WebCore/
DChangeLog-2010-01-2922561 (WebCore::GraphicsLayerCA::createTransformAnimationsFromKeyframes):