Searched refs:AnimatedPropertyID (Results 1 – 15 of 15) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ca/ |
D | GraphicsLayerCA.h | 152 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;
|
D | GraphicsLayerCA.cpp | 212 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/ |
D | AndroidAnimation.h | 38 AndroidAnimation(AnimatedPropertyID type, 61 AnimatedPropertyID type() { return m_type; } in type() 75 AnimatedPropertyID m_type;
|
D | AndroidAnimation.cpp | 44 AndroidAnimation::AndroidAnimation(AnimatedPropertyID type, in AndroidAnimation()
|
D | LayerAndroid.h | 194 void removeAnimationsForProperty(AnimatedPropertyID property);
|
D | LayerAndroid.cpp | 307 void LayerAndroid::removeAnimationsForProperty(AnimatedPropertyID property) in removeAnimationsForProperty()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsLayer.h | 159 KeyframeValueList(AnimatedPropertyID property) in KeyframeValueList() 169 AnimatedPropertyID property() const { return m_property; } in property() 179 AnimatedPropertyID m_property; 299 static String animationNameForTransition(AnimatedPropertyID);
|
D | GraphicsLayerClient.h | 52 enum AnimatedPropertyID { enum
|
D | GraphicsLayer.cpp | 251 String GraphicsLayer::animationNameForTransition(AnimatedPropertyID property) in animationNameForTransition()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerBacking.h | 194 static int graphicsLayerToCSSProperty(AnimatedPropertyID); 195 static AnimatedPropertyID cssToGraphicsLayerProperty(int);
|
D | RenderLayerBacking.cpp | 1390 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/ |
D | GraphicsLayerQt.h | 69 virtual void removeAnimationsForProperty(AnimatedPropertyID);
|
D | GraphicsLayerQt.cpp | 1412 AnimatedPropertyID m_webkitPropertyID; 1684 void GraphicsLayerQt::removeAnimationsForProperty(AnimatedPropertyID id) in removeAnimationsForProperty()
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsLayerAndroid.h | 110 virtual void removeAnimationsForProperty(AnimatedPropertyID);
|
D | GraphicsLayerAndroid.cpp | 74 static String propertyIdToString(AnimatedPropertyID property) in propertyIdToString() 994 void GraphicsLayerAndroid::removeAnimationsForProperty(AnimatedPropertyID anID) in removeAnimationsForProperty()
|