Home
last modified time | relevance | path

Searched refs:SVGAnimatedProperty (Results 1 – 25 of 37) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAnimatedProperty.cpp28 SVGAnimatedProperty::SVGAnimatedProperty(SVGElement* contextElement, const QualifiedName& attribute… in SVGAnimatedProperty() function in WebCore::SVGAnimatedProperty
38 SVGAnimatedProperty::~SVGAnimatedProperty() in ~SVGAnimatedProperty()
44 void SVGAnimatedProperty::detachAnimatedPropertiesForElement(SVGElement* element) in detachAnimatedPropertiesForElement()
63 RefPtr<SVGAnimatedProperty> protect = cache->get(*it); in detachAnimatedPropertiesForElement()
68 void SVGAnimatedProperty::commitChange() in commitChange()
76 SVGAnimatedProperty::Cache* SVGAnimatedProperty::animatedPropertyCache() in animatedPropertyCache()
DSVGAnimatedProperty.h32 class SVGAnimatedProperty : public RefCounted<SVGAnimatedProperty> {
47 …typedef HashMap<SVGAnimatedPropertyDescription, RefPtr<SVGAnimatedProperty>, SVGAnimatedPropertyDe…
49 virtual ~SVGAnimatedProperty();
56 RefPtr<SVGAnimatedProperty> wrapper = animatedPropertyCache()->get(key); in lookupOrCreateWrapper()
83 SVGAnimatedProperty(SVGElement*, const QualifiedName&, AnimatedPropertyType);
DSVGPropertyTearOff.h44 …static PassRefPtr<Self> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, Proper… in create()
57 SVGAnimatedProperty* animatedProperty() const { return m_animatedProperty; } in animatedProperty()
72 void setAnimatedProperty(SVGAnimatedProperty* animatedProperty) in setAnimatedProperty()
129 …SVGPropertyTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& valu… in SVGPropertyTearOff()
181 SVGAnimatedProperty* m_animatedProperty;
DSVGAttributeToPropertyMap.h28 class SVGAnimatedProperty; variable
44 …lement* contextElement, const QualifiedName& attributeName, Vector<RefPtr<SVGAnimatedProperty> >&);
53 …PassRefPtr<SVGAnimatedProperty> animatedProperty(SVGElement* contextElement, const QualifiedName& …
DSVGAnimatedPropertyMacros.h108 …if (TearOffType* wrapper = SVGAnimatedProperty::lookupWrapper<UseOwnerType, TearOffType>(this, Low…
139 PassRefPtr<SVGAnimatedProperty> OwnerType::lookupOrCreate##UpperProperty##Wrapper(SVGElement* maske…
143 …return SVGAnimatedProperty::lookupOrCreateWrapper<UseOwnerType, TearOffType, PropertyType>(ownerTy…
171 …static PassRefPtr<SVGAnimatedProperty> lookupOrCreate##UpperProperty##Wrapper(SVGElement* maskedOw…
184 …if (TearOffType* wrapper = SVGAnimatedProperty::lookupWrapper<UseOwnerType, TearOffType>(this, Low…
DSVGPropertyInfo.h28 class SVGAnimatedProperty; variable
61 … typedef PassRefPtr<SVGAnimatedProperty> (*LookupOrCreateWrapperForAnimatedProperty)(SVGElement*);
DSVGAnimatedStaticPropertyTearOff.h30 class SVGAnimatedStaticPropertyTearOff : public SVGAnimatedProperty {
103 : SVGAnimatedProperty(contextElement, attributeName, animatedPropertyType) in SVGAnimatedStaticPropertyTearOff()
DSVGMatrixTearOff.h32 …static PassRefPtr<SVGMatrixTearOff> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole … in create()
79 SVGMatrixTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, SVGMatrix& value) in SVGMatrixTearOff()
DSVGAnimatedPropertyTearOff.h30 class SVGAnimatedPropertyTearOff : public SVGAnimatedProperty, public ScriptWrappable {
111 : SVGAnimatedProperty(contextElement, attributeName, animatedPropertyType) in SVGAnimatedPropertyTearOff()
DSVGAnimatedListPropertyTearOff.h33 class SVGAnimatedListPropertyTearOff : public SVGAnimatedProperty {
173 : SVGAnimatedProperty(contextElement, attributeName, animatedPropertyType) in SVGAnimatedListPropertyTearOff()
DSVGAttributeToPropertyMap.cpp64 …ment* ownerType, const QualifiedName& attributeName, Vector<RefPtr<SVGAnimatedProperty> >& propert… in animatedPropertiesForAttribute()
139 PassRefPtr<SVGAnimatedProperty> SVGAttributeToPropertyMap::animatedProperty(SVGElement* contextElem… in animatedProperty()
DSVGPathSegListPropertyTearOff.cpp97 SVGAnimatedProperty* animatedPropertyOfItem = newItemWithContext->animatedProperty(); in processIncomingListItemValue()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPolyElement.cpp50SVGAnimatedProperty* wrapper = SVGAnimatedProperty::lookupWrapper<SVGPolyElement, SVGAnimatedPoint… in pointsCurrentValue()
96 …if (SVGAnimatedProperty* wrapper = SVGAnimatedProperty::lookupWrapper<SVGPolyElement, SVGAnimatedP… in parseAttribute()
145 PassRefPtr<SVGAnimatedProperty> SVGPolyElement::lookupOrCreatePointsWrapper(SVGElement* contextElem… in lookupOrCreatePointsWrapper()
149 …return SVGAnimatedProperty::lookupOrCreateWrapper<SVGPolyElement, SVGAnimatedPointList, SVGPointLi… in lookupOrCreatePointsWrapper()
DSVGViewSpec.cpp117 …if (SVGAnimatedProperty* wrapper = SVGAnimatedProperty::lookupWrapper<SVGElement, SVGAnimatedTrans… in setTransformString()
170 PassRefPtr<SVGAnimatedProperty> SVGViewSpec::lookupOrCreateViewBoxWrapper(SVGViewSpec* ownerType) in lookupOrCreateViewBoxWrapper()
174 …return SVGAnimatedProperty::lookupOrCreateWrapper<SVGElement, SVGAnimatedRect, SVGRect>(ownerType-… in lookupOrCreateViewBoxWrapper()
177 PassRefPtr<SVGAnimatedProperty> SVGViewSpec::lookupOrCreatePreserveAspectRatioWrapper(SVGViewSpec* … in lookupOrCreatePreserveAspectRatioWrapper()
181 …return SVGAnimatedProperty::lookupOrCreateWrapper<SVGElement, SVGAnimatedPreserveAspectRatio, SVGP… in lookupOrCreatePreserveAspectRatioWrapper()
184 PassRefPtr<SVGAnimatedProperty> SVGViewSpec::lookupOrCreateTransformWrapper(SVGViewSpec* ownerType) in lookupOrCreateTransformWrapper()
188 …return SVGAnimatedProperty::lookupOrCreateWrapper<SVGElement, SVGAnimatedTransformList, SVGTransfo… in lookupOrCreateTransformWrapper()
DSVGAnimatedTypeAnimator.cpp33 …s::SVGElementAnimatedProperties(SVGElement* element, Vector<RefPtr<SVGAnimatedProperty> >& propert… in SVGElementAnimatedProperties()
68 Vector<RefPtr<SVGAnimatedProperty> > targetProperties; in findAnimatedPropertiesForAttributeName()
84 Vector<RefPtr<SVGAnimatedProperty> > instanceProperties; in findAnimatedPropertiesForAttributeName()
96 RefPtr<SVGAnimatedProperty> property = it->properties[i]; in findAnimatedPropertiesForAttributeName()
DSVGViewSpec.h95 …static PassRefPtr<SVGAnimatedProperty> lookupOrCreateTransformWrapper(SVGViewSpec* contextElement);
96 … static PassRefPtr<SVGAnimatedProperty> lookupOrCreateViewBoxWrapper(SVGViewSpec* contextElement);
97 …static PassRefPtr<SVGAnimatedProperty> lookupOrCreatePreserveAspectRatioWrapper(SVGViewSpec* conte…
DSVGPathElement.cpp259 …if (m_pathSegList.shouldSynchronize && !SVGAnimatedProperty::lookupWrapper<SVGPathElement, SVGAnim… in svgAttributeChanged()
303SVGAnimatedProperty* property = SVGAnimatedProperty::lookupWrapper<SVGPathElement, SVGAnimatedPath… in pathByteStream()
309 PassRefPtr<SVGAnimatedProperty> SVGPathElement::lookupOrCreateDWrapper(SVGElement* contextElement) in lookupOrCreateDWrapper()
314 …if (SVGAnimatedProperty* property = SVGAnimatedProperty::lookupWrapper<SVGPathElement, SVGAnimated… in lookupOrCreateDWrapper()
320 …return SVGAnimatedProperty::lookupOrCreateWrapper<SVGPathElement, SVGAnimatedPathSegListPropertyTe… in lookupOrCreateDWrapper()
DSVGPathSegWithContext.h35 SVGAnimatedProperty* animatedProperty() const in animatedProperty()
41 …return SVGAnimatedProperty::lookupWrapper<SVGPathElement, SVGAnimatedPathSegListPropertyTearOff>(m… in animatedProperty()
DSVGAnimatedTypeAnimator.h34 SVGElementAnimatedProperties(SVGElement*, Vector<RefPtr<SVGAnimatedProperty> >&);
37 Vector<RefPtr<SVGAnimatedProperty> > properties;
169 AnimValType* castAnimatedPropertyToActualType(SVGAnimatedProperty* property) in castAnimatedPropertyToActualType()
DSVGPolyElement.h57 static PassRefPtr<SVGAnimatedProperty> lookupOrCreatePointsWrapper(SVGElement* contextElement);
DSVGMarkerElement.cpp240 PassRefPtr<SVGAnimatedProperty> SVGMarkerElement::lookupOrCreateOrientTypeWrapper(SVGElement* conte… in lookupOrCreateOrientTypeWrapper()
244 …return SVGAnimatedProperty::lookupOrCreateWrapper<SVGMarkerElement, SVGAnimatedEnumerationProperty… in lookupOrCreateOrientTypeWrapper()
DSVGAnimateElement.h32 class SVGAnimatedProperty; variable
DSVGTextContentElement.cpp85 PassRefPtr<SVGAnimatedProperty> SVGTextContentElement::lookupOrCreateTextLengthWrapper(SVGElement* … in lookupOrCreateTextLengthWrapper()
89 …return SVGAnimatedProperty::lookupOrCreateWrapper<SVGTextContentElement, SVGAnimatedLength, SVGLen… in lookupOrCreateTextLengthWrapper()
DSVGTextContentElement.h115 …static PassRefPtr<SVGAnimatedProperty> lookupOrCreateTextLengthWrapper(SVGElement* contextElement);
DSVGMarkerElement.h125 …static PassRefPtr<SVGAnimatedProperty> lookupOrCreateOrientTypeWrapper(SVGElement* contextElement);

12