Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/properties/
DSVGPropertyTearOff.h37 …static PassRefPtr<Self> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, Proper… in create()
50 SVGAnimatedProperty* animatedProperty() const { return m_animatedProperty.get(); } in animatedProperty() function
61 …void setAnimatedProperty(SVGAnimatedProperty* animatedProperty) { m_animatedProperty = animatedPro… in setAnimatedProperty()
97 …SVGPropertyTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& valu… in SVGPropertyTearOff()
DSVGTransformListPropertyTearOff.h35 …Ptr<SVGListPropertyTearOff<SVGTransformList> > create(AnimatedListPropertyTearOff* animatedPropert… in create()
73 …SVGTransformListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole rol… in SVGTransformListPropertyTearOff()
DSVGPathSegListPropertyTearOff.h38 …atic PassRefPtr<SVGPathSegListPropertyTearOff> create(AnimatedListPropertyTearOff* animatedPropert… in create()
131 …SVGPathSegListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role,… in SVGPathSegListPropertyTearOff()
DSVGListPropertyTearOff.h39 …sRefPtr<SVGListPropertyTearOff<PropertyType> > create(AnimatedListPropertyTearOff* animatedPropert… in create()
113 SVGListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role) in SVGListPropertyTearOff()
/external/webkit/Source/WebCore/svg/
DSVGPathSegWithContext.h36 SVGAnimatedProperty* animatedProperty() const in animatedProperty() function
/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp1378 AnimatedPropertyID animatedProperty = cssToGraphicsLayerProperty(property); in transitionPaused() local
1385 AnimatedPropertyID animatedProperty = cssToGraphicsLayerProperty(property); in transitionFinished() local