Home
last modified time | relevance | path

Searched refs:AnimatedPropertyID (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.h152 PlatformCALayer* animatedLayer(AnimatedPropertyID) const;
159 LayerMap* animatedLayerClones(AnimatedPropertyID) const;
165 …PassRefPtr<PlatformCAAnimation> createBasicAnimation(const Animation*, AnimatedPropertyID, bool ad…
166 …PassRefPtr<PlatformCAAnimation> createKeyframeAnimation(const Animation*, AnimatedPropertyID, bool…
297 …void setAnimationOnLayer(PlatformCAAnimation*, AnimatedPropertyID, const String& animationName, in…
298 bool removeCAAnimationFromLayer(AnimatedPropertyID, const String& animationName, int index);
299 …void pauseCAAnimationOnLayer(AnimatedPropertyID, const String& animationName, int index, double ti…
303 …void moveOrCopyAnimationsForProperty(MoveOrCopy, AnimatedPropertyID, PlatformCALayer * fromLayer, …
364 …Ptr<PlatformCAAnimation> caAnimation, const String& animationName, AnimatedPropertyID property, in… in LayerPropertyAnimation()
374 AnimatedPropertyID m_property;
DGraphicsLayerCA.cpp212 static String propertyIdToString(AnimatedPropertyID property) in propertyIdToString()
228 static String animationIdentifier(const String& animationName, AnimatedPropertyID property, int ind… in animationIdentifier()
445 void GraphicsLayerCA::moveOrCopyAnimationsForProperty(MoveOrCopy operation, AnimatedPropertyID prop… in moveOrCopyAnimationsForProperty()
1454 void GraphicsLayerCA::setAnimationOnLayer(PlatformCAAnimation* caAnim, AnimatedPropertyID property,… in setAnimationOnLayer()
1493 bool GraphicsLayerCA::removeCAAnimationFromLayer(AnimatedPropertyID property, const String& animati… in removeCAAnimationFromLayer()
1518 void GraphicsLayerCA::pauseCAAnimationOnLayer(AnimatedPropertyID property, const String& animationN… in pauseCAAnimationOnLayer()
1648 …tion> GraphicsLayerCA::createBasicAnimation(const Animation* anim, AnimatedPropertyID property, bo… in createBasicAnimation()
1655 …on>GraphicsLayerCA::createKeyframeAnimation(const Animation* anim, AnimatedPropertyID property, bo… in createKeyframeAnimation()
1928 PlatformCALayer* GraphicsLayerCA::animatedLayer(AnimatedPropertyID property) const in animatedLayer()
1933 GraphicsLayerCA::LayerMap* GraphicsLayerCA::animatedLayerClones(AnimatedPropertyID property) const in animatedLayerClones()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DAndroidAnimation.h38 AndroidAnimation(AnimatedPropertyID type,
61 AnimatedPropertyID type() { return m_type; } in type()
75 AnimatedPropertyID m_type;
DAndroidAnimation.cpp44 AndroidAnimation::AndroidAnimation(AnimatedPropertyID type, in AndroidAnimation()
DLayerAndroid.h194 void removeAnimationsForProperty(AnimatedPropertyID property);
DLayerAndroid.cpp307 void LayerAndroid::removeAnimationsForProperty(AnimatedPropertyID property) in removeAnimationsForProperty()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.h159 KeyframeValueList(AnimatedPropertyID property) in KeyframeValueList()
169 AnimatedPropertyID property() const { return m_property; } in property()
179 AnimatedPropertyID m_property;
299 static String animationNameForTransition(AnimatedPropertyID);
DGraphicsLayerClient.h52 enum AnimatedPropertyID { enum
DGraphicsLayer.cpp251 String GraphicsLayer::animationNameForTransition(AnimatedPropertyID property) in animationNameForTransition()
/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.h194 static int graphicsLayerToCSSProperty(AnimatedPropertyID);
195 static AnimatedPropertyID cssToGraphicsLayerProperty(int);
DRenderLayerBacking.cpp1390 AnimatedPropertyID animatedProperty = cssToGraphicsLayerProperty(property); in paintIntoLayer()
1397 AnimatedPropertyID animatedProperty = cssToGraphicsLayerProperty(property); in paintIntoLayer()
1434 int RenderLayerBacking::graphicsLayerToCSSProperty(AnimatedPropertyID property) in paintIntoLayer()
1453 AnimatedPropertyID RenderLayerBacking::cssToGraphicsLayerProperty(int cssProperty) in paintIntoLayer()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.h69 virtual void removeAnimationsForProperty(AnimatedPropertyID);
DGraphicsLayerQt.cpp1412 AnimatedPropertyID m_webkitPropertyID;
1684 void GraphicsLayerQt::removeAnimationsForProperty(AnimatedPropertyID id) in removeAnimationsForProperty()
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.h110 virtual void removeAnimationsForProperty(AnimatedPropertyID);
DGraphicsLayerAndroid.cpp74 static String propertyIdToString(AnimatedPropertyID property) in propertyIdToString()
994 void GraphicsLayerAndroid::removeAnimationsForProperty(AnimatedPropertyID anID) in removeAnimationsForProperty()