Searched refs:removeAnimationsForKeyframes (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.h70 virtual void removeAnimationsForKeyframes(const String& keyframesName);
H A DGraphicsLayerQt.cpp1702 void GraphicsLayerQt::removeAnimationsForKeyframes(const String& name) function in class:WebCore::GraphicsLayerQt
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.h111 virtual void removeAnimationsForKeyframes(const String& keyframesName);
H A DGraphicsLayerAndroid.cpp1001 void GraphicsLayerAndroid::removeAnimationsForKeyframes(const String& keyframesName) function in class:WebCore::GraphicsLayerAndroid
1003 ALOGV("NRO removeAnimationsForKeyframes(%s)", keyframesName.ascii().data());
1004 m_contentLayer->removeAnimationsForKeyframes(keyframesName);
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DLayerAndroid.h195 void removeAnimationsForKeyframes(const String& name);
H A DLayerAndroid.cpp320 void LayerAndroid::removeAnimationsForKeyframes(const String& name) function in class:WebCore::LayerAndroid

Completed in 89 milliseconds