Home
last modified time | relevance | path

Searched refs:removeAnimation (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/graphics/android/
DLayerAndroid.h127 void removeAnimation(const String& name);
DGraphicsLayerAndroid.cpp786 m_contentLayer->removeAnimation(propertyIdToString(anID)); in removeAnimationsForProperty()
793 m_contentLayer->removeAnimation(keyframesName); in removeAnimationsForKeyframes()
DLayerAndroid.cpp170 void LayerAndroid::removeAnimation(const String& name) in removeAnimation() function in WebCore::LayerAndroid