HomeSort by relevance Sort by last modified time
    Searched refs:animatedProperty (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/svg/properties/
SVGPropertyTearOff.h 37 static PassRefPtr<Self> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value)
39 ASSERT(animatedProperty);
40 return adoptRef(new Self(animatedProperty, role, value));
50 SVGAnimatedProperty* animatedProperty() const { return m_animatedProperty.get(); }
61 void setAnimatedProperty(SVGAnimatedProperty* animatedProperty) { m_animatedProperty = animatedProperty; }
97 SVGPropertyTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value)
98 : m_animatedProperty(animatedProperty)
SVGTransformListPropertyTearOff.h 35 static PassRefPtr<SVGListPropertyTearOff<SVGTransformList> > create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role)
37 ASSERT(animatedProperty);
38 return adoptRef(new SVGTransformListPropertyTearOff(animatedProperty, role));
73 SVGTransformListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role)
74 : SVGListPropertyTearOff<SVGTransformList>(animatedProperty, role)
SVGPathSegListPropertyTearOff.h 38 static PassRefPtr<SVGPathSegListPropertyTearOff> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole)
40 ASSERT(animatedProperty);
41 return adoptRef(new SVGPathSegListPropertyTearOff(animatedProperty, role, pathSegRole));
131 SVGPathSegListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole)
133 , m_animatedProperty(animatedProperty)
SVGListPropertyTearOff.h 39 static PassRefPtr<SVGListPropertyTearOff<PropertyType> > create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role)
41 ASSERT(animatedProperty);
42 return adoptRef(new SVGListPropertyTearOff<PropertyType>(animatedProperty, role));
113 SVGListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role)
115 , m_animatedProperty(animatedProperty)
145 SVGAnimatedProperty* animatedPropertyOfItem = newItem->animatedProperty();
SVGPathSegListPropertyTearOff.cpp 78 SVGAnimatedProperty* animatedPropertyOfItem = newItemWithContext->animatedProperty();
80 // Alter the role, after calling animatedProperty(), as that may influence the returned animated property.
  /external/webkit/Source/WebCore/svg/
SVGPathSegWithContext.h 36 SVGAnimatedProperty* animatedProperty() const
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp     [all...]

Completed in 138 milliseconds