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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegWithContext.h 35 SVGAnimatedProperty* animatedProperty() const
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAttributeToPropertyMap.cpp 74 properties.append(animatedProperty(ownerType, attributeName, *vectorIt));
139 PassRefPtr<SVGAnimatedProperty> SVGAttributeToPropertyMap::animatedProperty(SVGElement* contextElement, const QualifiedName& attributeName, const SVGPropertyInfo* info)
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));
45 SVGAnimatedProperty* animatedProperty() const { return m_animatedProperty; }
118 SVGPathSegListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole, SVGPathSegList& values, ListWrapperCache& wrappers)
120 , m_animatedProperty(animatedProperty)
SVGPropertyTearOff.h 44 static PassRefPtr<Self> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value)
46 ASSERT(animatedProperty);
47 return adoptRef(new Self(animatedProperty, role, value));
57 SVGAnimatedProperty* animatedProperty() const { return m_animatedProperty; }
72 void setAnimatedProperty(SVGAnimatedProperty* animatedProperty)
74 m_animatedProperty = animatedProperty;
129 SVGPropertyTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value)
130 : m_animatedProperty(animatedProperty)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/animation/
WebAnimationProvider.cpp 114 AnimatedPropertyID animatedProperty = cssToGraphicsLayerProperty(property);
115 ASSERT(animatedProperty != AnimatedPropertyInvalid);
116 return getWebAnimationId(animationNameForTransition(animatedProperty));

Completed in 94 milliseconds