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

  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPropertyTearOff.h 42 static PassRefPtr<Self> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value)
44 ASSERT(animatedProperty);
45 return adoptRef(new Self(animatedProperty, role, value));
55 SVGAnimatedProperty* animatedProperty() const { return m_animatedProperty; }
67 void setAnimatedProperty(SVGAnimatedProperty* animatedProperty)
69 m_animatedProperty = animatedProperty;
123 SVGPropertyTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value)
124 : m_animatedProperty(animatedProperty)
SVGTransformListPropertyTearOff.h 36 static PassRefPtr<SVGListPropertyTearOff<SVGTransformList> > create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGTransformList& values, ListWrapperCache& wrappers)
38 ASSERT(animatedProperty);
39 return adoptRef(new SVGTransformListPropertyTearOff(animatedProperty, role, values, wrappers));
74 SVGTransformListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGTransformList& values, ListWrapperCache& wrappers)
75 : SVGListPropertyTearOff<SVGTransformList>(animatedProperty, role, values, wrappers)
SVGPathSegListPropertyTearOff.h 38 static PassRefPtr<SVGPathSegListPropertyTearOff> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole, SVGPathSegList& values, ListWrapperCache& wrappers)
40 ASSERT(animatedProperty);
41 return adoptRef(new SVGPathSegListPropertyTearOff(animatedProperty, role, pathSegRole, values, wrappers));
115 SVGPathSegListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole, SVGPathSegList& values, ListWrapperCache& wrappers)
117 , m_animatedProperty(animatedProperty)
SVGListPropertyTearOff.h 45 static PassRefPtr<Self> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, PropertyType& values, ListWrapperCache& wrappers)
47 ASSERT(animatedProperty);
48 return adoptRef(new Self(animatedProperty, role, values, wrappers));
119 SVGListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, PropertyType& values, ListWrapperCache& wrappers)
121 , m_animatedProperty(animatedProperty)
161 SVGAnimatedProperty* animatedPropertyOfItem = newItem->animatedProperty();
SVGAttributeToPropertyMap.h 53 PassRefPtr<SVGAnimatedProperty> animatedProperty(SVGElement* contextElement, const QualifiedName& attributeName, const SVGPropertyInfo*);
SVGAnimatedPropertyTearOff.h 38 ASSERT(m_baseVal->animatedProperty() == this);
42 ASSERT(m_animVal->animatedProperty() == this);
SVGPathSegListPropertyTearOff.cpp 98 SVGAnimatedProperty* animatedPropertyOfItem = newItemWithContext->animatedProperty();
100 // Alter the role, after calling animatedProperty(), as that may influence the returned animated property.
SVGAttributeToPropertyMap.cpp 74 properties.append(animatedProperty(ownerType, attributeName, *vectorIt));
139 PassRefPtr<SVGAnimatedProperty> SVGAttributeToPropertyMap::animatedProperty(SVGElement* contextElement, const QualifiedName& attributeName, const SVGPropertyInfo* info)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegWithContext.h 35 SVGAnimatedProperty* animatedProperty() const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.cpp     [all...]

Completed in 175 milliseconds