Home
last modified time | relevance | path

Searched refs:propertyIdToString (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp69 static String propertyIdToString(AnimatedPropertyID property) in propertyIdToString() function
581 anim->setName(propertyIdToString(valueList.property())); in createAnimationFromKeyframes()
763 anim->setName(propertyIdToString(valueList.property())); in createTransformAnimationsFromKeyframes()
786 m_contentLayer->removeAnimation(propertyIdToString(anID)); in removeAnimationsForProperty()
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsLayerCA.mm238 static String propertyIdToString(AnimatedPropertyID property)
258 builder.append(propertyIdToString(property));
1838 …CABasicAnimation* basicAnim = [CABasicAnimation animationWithKeyPath:propertyIdToString(property)];
1845 …eAnimation* keyframeAnim = [CAKeyframeAnimation animationWithKeyPath:propertyIdToString(property)];