Home
last modified time | relevance | path

Searched refs:animatedProperty (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGPropertyTearOff.h44 …static PassRefPtr<Self> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, Proper… in create() argument
46 ASSERT(animatedProperty); in create()
47 return adoptRef(new Self(animatedProperty, role, value)); in create()
57 SVGAnimatedProperty* animatedProperty() const { return m_animatedProperty; } in animatedProperty() function
72 void setAnimatedProperty(SVGAnimatedProperty* animatedProperty) in setAnimatedProperty() argument
74 m_animatedProperty = animatedProperty; in setAnimatedProperty()
129 …SVGPropertyTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& valu… in SVGPropertyTearOff() argument
130 : m_animatedProperty(animatedProperty) in SVGPropertyTearOff()
DSVGTransformListPropertyTearOff.h36 …ertyTearOff<SVGTransformList> > create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyR… in create() argument
38 ASSERT(animatedProperty); in create()
39 … return adoptRef(new SVGTransformListPropertyTearOff(animatedProperty, role, values, wrappers)); in create()
74 …SVGTransformListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole rol… in SVGTransformListPropertyTearOff() argument
75 : SVGListPropertyTearOff<SVGTransformList>(animatedProperty, role, values, wrappers) in SVGTransformListPropertyTearOff()
DSVGMatrixTearOff.h32 …static PassRefPtr<SVGMatrixTearOff> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole … in create() argument
34 ASSERT(animatedProperty); in create()
35 return adoptRef(new SVGMatrixTearOff(animatedProperty, role, value)); in create()
79 SVGMatrixTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, SVGMatrix& value) in SVGMatrixTearOff() argument
80 : SVGPropertyTearOff<SVGMatrix>(animatedProperty, role, value) in SVGMatrixTearOff()
DSVGPathSegListPropertyTearOff.h38 …<SVGPathSegListPropertyTearOff> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyR… in create() argument
40 ASSERT(animatedProperty); in create()
41 …return adoptRef(new SVGPathSegListPropertyTearOff(animatedProperty, role, pathSegRole, values, wra… in create()
45 SVGAnimatedProperty* animatedProperty() const { return m_animatedProperty; } in animatedProperty() function
118 …SVGPathSegListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role,… in SVGPathSegListPropertyTearOff() argument
120 , m_animatedProperty(animatedProperty) in SVGPathSegListPropertyTearOff()
DSVGListPropertyTearOff.h45 …static PassRefPtr<Self> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role… in create() argument
47 ASSERT(animatedProperty); in create()
48 return adoptRef(new Self(animatedProperty, role, values, wrappers)); in create()
133 …SVGListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, Proper… in SVGListPropertyTearOff() argument
135 , m_animatedProperty(animatedProperty) in SVGListPropertyTearOff()
177 SVGAnimatedProperty* animatedPropertyOfItem = newItem->animatedProperty(); in processIncomingListItemWrapper()
DSVGAnimatedPropertyTearOff.h38 ASSERT(m_baseVal->animatedProperty() == this); in ~SVGAnimatedPropertyTearOff()
42 ASSERT(m_animVal->animatedProperty() == this); in ~SVGAnimatedPropertyTearOff()
DSVGAttributeToPropertyMap.cpp74 properties.append(animatedProperty(ownerType, attributeName, *vectorIt)); in animatedPropertiesForAttribute()
139 PassRefPtr<SVGAnimatedProperty> SVGAttributeToPropertyMap::animatedProperty(SVGElement* contextElem… in animatedProperty() function in WebCore::SVGAttributeToPropertyMap
DSVGAttributeToPropertyMap.h53 …PassRefPtr<SVGAnimatedProperty> animatedProperty(SVGElement* contextElement, const QualifiedName& …
DSVGPathSegListPropertyTearOff.cpp97 SVGAnimatedProperty* animatedPropertyOfItem = newItemWithContext->animatedProperty(); in processIncomingListItemValue()
/external/chromium_org/third_party/WebKit/Source/core/rendering/animation/
DWebAnimationProvider.cpp114 AnimatedPropertyID animatedProperty = cssToGraphicsLayerProperty(property); in getWebAnimationId() local
115 ASSERT(animatedProperty != AnimatedPropertyInvalid); in getWebAnimationId()
116 return getWebAnimationId(animationNameForTransition(animatedProperty)); in getWebAnimationId()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathSegWithContext.h35 SVGAnimatedProperty* animatedProperty() const in animatedProperty() function