Searched refs:animatedProperty (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/svg/properties/ |
D | SVGPropertyTearOff.h | 37 …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()
|
D | SVGTransformListPropertyTearOff.h | 35 …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()
|
D | SVGListPropertyTearOff.h | 39 …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()
|
D | SVGPathSegListPropertyTearOff.h | 38 …<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()
|
D | SVGPathSegListPropertyTearOff.cpp | 78 SVGAnimatedProperty* animatedPropertyOfItem = newItemWithContext->animatedProperty(); in processIncomingListItemValue()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGPathSegWithContext.h | 36 SVGAnimatedProperty* animatedProperty() const in animatedProperty() function
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerBacking.cpp | 1390 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/ |
D | ChangeLog-2010-12-06 | 9044 (WebCore::SVGPathSegWithContext::animatedProperty): 10319 (WebCore::SVGPathSegWithContext::animatedProperty):
|