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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
AndroidAnimation.h 38 AndroidAnimation(AnimatedPropertyID type,
61 AnimatedPropertyID type() { return m_type; }
75 AnimatedPropertyID m_type;
AndroidAnimation.cpp 44 AndroidAnimation::AndroidAnimation(AnimatedPropertyID type,
LayerAndroid.h 194 void removeAnimationsForProperty(AnimatedPropertyID property);
LayerAndroid.cpp 308 void LayerAndroid::removeAnimationsForProperty(AnimatedPropertyID property)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayerClient.h 52 enum AnimatedPropertyID {
GraphicsLayer.h 159 KeyframeValueList(AnimatedPropertyID property)
169 AnimatedPropertyID property() const { return m_property; }
179 AnimatedPropertyID m_property;
299 static String animationNameForTransition(AnimatedPropertyID);
GraphicsLayer.cpp 251 String GraphicsLayer::animationNameForTransition(AnimatedPropertyID property)
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 152 PlatformCALayer* animatedLayer(AnimatedPropertyID) const;
159 LayerMap* animatedLayerClones(AnimatedPropertyID) const;
165 PassRefPtr<PlatformCAAnimation> createBasicAnimation(const Animation*, AnimatedPropertyID, bool additive);
166 PassRefPtr<PlatformCAAnimation> createKeyframeAnimation(const Animation*, AnimatedPropertyID, bool additive);
297 void setAnimationOnLayer(PlatformCAAnimation*, AnimatedPropertyID, const String& animationName, int index, double timeOffset);
298 bool removeCAAnimationFromLayer(AnimatedPropertyID, const String& animationName, int index);
299 void pauseCAAnimationOnLayer(AnimatedPropertyID, const String& animationName, int index, double timeOffset);
303 void moveOrCopyAnimationsForProperty(MoveOrCopy, AnimatedPropertyID, PlatformCALayer * fromLayer, PlatformCALayer * toLayer);
364 LayerPropertyAnimation(PassRefPtr<PlatformCAAnimation> caAnimation, const String& animationName, AnimatedPropertyID property, int index, double timeOffset)
374 AnimatedPropertyID m_property
    [all...]
GraphicsLayerCA.cpp 212 static String propertyIdToString(AnimatedPropertyID property)
228 static String animationIdentifier(const String& animationName, AnimatedPropertyID property, int index)
445 void GraphicsLayerCA::moveOrCopyAnimationsForProperty(MoveOrCopy operation, AnimatedPropertyID property, PlatformCALayer *fromLayer, PlatformCALayer *toLayer)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 69 virtual void removeAnimationsForProperty(AnimatedPropertyID);
GraphicsLayerQt.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.h 194 static int graphicsLayerToCSSProperty(AnimatedPropertyID);
195 static AnimatedPropertyID cssToGraphicsLayerProperty(int);
RenderLayerBacking.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 110 virtual void removeAnimationsForProperty(AnimatedPropertyID);
GraphicsLayerAndroid.cpp 74 static String propertyIdToString(AnimatedPropertyID property)
    [all...]

Completed in 271 milliseconds