HomeSort by relevance Sort by last modified time
    Searched refs:AnimatedPropertyID (Results 1 - 10 of 10) sorted by null

  /external/webkit/WebCore/platform/graphics/
GraphicsLayerClient.h 46 enum AnimatedPropertyID {
GraphicsLayer.h 138 KeyframeValueList(AnimatedPropertyID property)
148 AnimatedPropertyID property() const { return m_property; }
158 AnimatedPropertyID m_property;
278 virtual void removeAnimationsForProperty(AnimatedPropertyID) { }
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.h 103 virtual void removeAnimationsForProperty(AnimatedPropertyID);
135 CALayer* animatedLayer(AnimatedPropertyID property) const;
142 LayerMap* animatedLayerClones(AnimatedPropertyID property) const;
148 CABasicAnimation* createBasicAnimation(const Animation*, AnimatedPropertyID, bool additive);
149 CAKeyframeAnimation* createKeyframeAnimation(const Animation*, AnimatedPropertyID, bool additive);
278 void setAnimationOnLayer(CAPropertyAnimation*, AnimatedPropertyID, const String& keyframesName, int index, double timeOffset);
279 bool removeAnimationFromLayer(AnimatedPropertyID, const String& keyframesName, int index);
280 void pauseAnimationOnLayer(AnimatedPropertyID, const String& keyframesName, int index, double timeOffset);
283 void moveOrCopyAnimationsForProperty(MoveOrCopy, AnimatedPropertyID property, CALayer * fromLayer, CALayer * toLayer);
284 static void moveOrCopyAllAnimationsForProperty(MoveOrCopy operation, AnimatedPropertyID property, const String& keyframesName, CALayer * fromLayer, CALayer * toLayer)
    [all...]
GraphicsLayerCA.mm 238 static String propertyIdToString(AnimatedPropertyID property)
254 static String animationIdentifier(AnimatedPropertyID property, const String& keyframesName, int index)
561 void GraphicsLayerCA::moveOrCopyAllAnimationsForProperty(MoveOrCopy operation, AnimatedPropertyID property, const String& keyframesName, CALayer *fromLayer, CALayer *toLayer)
585 void GraphicsLayerCA::moveOrCopyAnimationsForProperty(MoveOrCopy operation, AnimatedPropertyID property, CALayer *fromLayer, CALayer *toLayer)
734 void GraphicsLayerCA::removeAnimationsForProperty(AnimatedPropertyID property)
    [all...]
  /external/webkit/WebCore/rendering/
RenderLayerBacking.h 168 static int graphicsLayerToCSSProperty(AnimatedPropertyID);
169 static AnimatedPropertyID cssToGraphicsLayerProperty(int);
RenderLayerBacking.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 67 virtual void removeAnimationsForProperty(AnimatedPropertyID);
GraphicsLayerQt.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 92 virtual void removeAnimationsForProperty(AnimatedPropertyID);
GraphicsLayerAndroid.cpp 69 static String propertyIdToString(AnimatedPropertyID property)
783 void GraphicsLayerAndroid::removeAnimationsForProperty(AnimatedPropertyID anID)

Completed in 903 milliseconds