Searched defs:animatedProperty (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/svg/properties/
H A DSVGTransformListPropertyTearOff.h35 static PassRefPtr<SVGListPropertyTearOff<SVGTransformList> > create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role) argument
37 ASSERT(animatedProperty);
38 return adoptRef(new SVGTransformListPropertyTearOff(animatedProperty, role));
73 SVGTransformListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role) argument
74 : SVGListPropertyTearOff<SVGTransformList>(animatedProperty, role)
H A DSVGPropertyTearOff.h37 static PassRefPtr<Self> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value) argument
39 ASSERT(animatedProperty);
40 return adoptRef(new Self(animatedProperty, role, value));
50 SVGAnimatedProperty* animatedProperty() const { return m_animatedProperty.get(); } function in class:WebCore::SVGPropertyTearOff
61 void setAnimatedProperty(SVGAnimatedProperty* animatedProperty) { m_animatedProperty = animatedProperty; } argument
97 SVGPropertyTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value) argument
98 : m_animatedProperty(animatedProperty)
H A DSVGListPropertyTearOff.h39 static PassRefPtr<SVGListPropertyTearOff<PropertyType> > create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role) argument
41 ASSERT(animatedProperty);
42 return adoptRef(new SVGListPropertyTearOff<PropertyType>(animatedProperty, role));
113 SVGListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role) argument
115 , m_animatedProperty(animatedProperty)
145 SVGAnimatedProperty* animatedPropertyOfItem = newItem->animatedProperty();
H A DSVGPathSegListPropertyTearOff.h38 static PassRefPtr<SVGPathSegListPropertyTearOff> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole) argument
40 ASSERT(animatedProperty);
41 return adoptRef(new SVGPathSegListPropertyTearOff(animatedProperty, role, pathSegRole));
131 SVGPathSegListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole) argument
133 , m_animatedProperty(animatedProperty)
/external/webkit/Source/WebCore/svg/
H A DSVGPathSegWithContext.h36 SVGAnimatedProperty* animatedProperty() const function in class:WebCore::SVGPathSegWithContext
/external/webkit/Source/WebCore/rendering/
H A DRenderLayerBacking.cpp1390 AnimatedPropertyID animatedProperty = cssToGraphicsLayerProperty(property); local
1391 if (animatedProperty != AnimatedPropertyInvalid)
1392 m_graphicsLayer->pauseAnimation(GraphicsLayer::animationNameForTransition(animatedProperty), timeOffset);
1397 AnimatedPropertyID animatedProperty = cssToGraphicsLayerProperty(property); local
1398 if (animatedProperty != AnimatedPropertyInvalid)
1399 m_graphicsLayer->removeAnimation(GraphicsLayer::animationNameForTransition(animatedProperty));

Completed in 191 milliseconds