Home
last modified time | relevance | path

Searched refs:animatedProperty (Results 1 – 8 of 8) sorted by relevance

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