Searched refs:animatedProperty (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/svg/properties/
H A DSVGTransformListPropertyTearOff.h34 static PassRefPtr<SVGListPropertyTearOff<SVGTransformList>> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGTransformList& values, ListWrapperCache& wrappers) argument
36 ASSERT(animatedProperty);
37 return adoptRef(new SVGTransformListPropertyTearOff(animatedProperty, role, values, wrappers));
72 SVGTransformListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGTransformList& values, ListWrapperCache& wrappers) argument
73 : SVGListPropertyTearOff<SVGTransformList>(animatedProperty, role, values, wrappers)
H A DSVGPropertyTearOff.h42 static PassRefPtr<Self> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value) argument
44 ASSERT(animatedProperty);
45 return adoptRef(new Self(animatedProperty, role, value));
55 SVGAnimatedProperty* animatedProperty() const { return m_animatedProperty; } function in class:WebCore::SVGPropertyTearOff
67 void setAnimatedProperty(SVGAnimatedProperty* animatedProperty) argument
69 m_animatedProperty = animatedProperty;
123 SVGPropertyTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value) argument
124 : m_animatedProperty(animatedProperty)
H A DSVGPathSegListPropertyTearOff.h37 static PassRefPtr<SVGPathSegListPropertyTearOff> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole, SVGPathSegList& values, ListWrapperCache& wrappers) argument
39 ASSERT(animatedProperty);
40 return adoptRef(new SVGPathSegListPropertyTearOff(animatedProperty, role, pathSegRole, values, wrappers));
114 SVGPathSegListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole, SVGPathSegList& values, ListWrapperCache& wrappers) argument
116 , m_animatedProperty(animatedProperty)
H A DSVGListPropertyTearOff.h43 static PassRefPtr<Self> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, PropertyType& values, ListWrapperCache& wrappers) argument
45 ASSERT(animatedProperty);
46 return adoptRef(new Self(animatedProperty, role, values, wrappers));
117 SVGListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, PropertyType& values, ListWrapperCache& wrappers) argument
119 , m_animatedProperty(animatedProperty)
159 SVGAnimatedProperty* animatedPropertyOfItem = newItem->animatedProperty();
H A DSVGAttributeToPropertyMap.h48 PassRefPtr<SVGAnimatedProperty> animatedProperty(SVGElement* contextElement, const QualifiedName& attributeName, const SVGPropertyInfo*);
H A DSVGAnimatedPropertyTearOff.h37 ASSERT(m_baseVal->animatedProperty() == this);
41 ASSERT(m_animVal->animatedProperty() == this);
H A DSVGAttributeToPropertyMap.cpp68 properties.append(animatedProperty(ownerType, attributeName, *vectorIt));
118 PassRefPtr<SVGAnimatedProperty> SVGAttributeToPropertyMap::animatedProperty(SVGElement* contextElement, const QualifiedName& attributeName, const SVGPropertyInfo* info) function in class:WebCore::SVGAttributeToPropertyMap
H A DSVGPathSegListPropertyTearOff.cpp96 SVGAnimatedProperty* animatedPropertyOfItem = newItemWithContext->animatedProperty();
98 // Alter the role, after calling animatedProperty(), as that may influence the returned animated property.
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGPathSegWithContext.h35 SVGAnimatedProperty* animatedProperty() const function in class:WebCore::SVGPathSegWithContext
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderLayerBacking.cpp2451 AnimatedPropertyID animatedProperty = cssToGraphicsLayerProperty(property); local
2452 if (animatedProperty != AnimatedPropertyInvalid)
2453 m_graphicsLayer->pauseAnimation(GraphicsLayer::animationNameForTransition(animatedProperty), timeOffset);
2458 AnimatedPropertyID animatedProperty = cssToGraphicsLayerProperty(property); local
2459 if (animatedProperty != AnimatedPropertyInvalid)
2460 m_graphicsLayer->removeAnimation(GraphicsLayer::animationNameForTransition(animatedProperty));

Completed in 125 milliseconds