Home
last modified time | relevance | path

Searched defs:SVGPropertyBase (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGString.cpp27 void SVGString::add(PassRefPtrWillBeRawPtr<SVGPropertyBase>, SVGElement*) in add()
32 …ent* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, P… in calculateAnimatedValue()
42 float SVGString::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) in calculateDistance()
DSVGBoolean.cpp58 void SVGBoolean::add(PassRefPtrWillBeRawPtr<SVGPropertyBase>, SVGElement*) in add()
63 …ent* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, P… in calculateAnimatedValue()
72 float SVGBoolean::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) in calculateDistance()
DSVGTransform.cpp227 void SVGTransform::add(PassRefPtrWillBeRawPtr<SVGPropertyBase>, SVGElement*) in add()
233 …:calculateAnimatedValue(SVGAnimationElement*, float, unsigned, PassRefPtr<SVGPropertyBase>, PassRe… in calculateAnimatedValue()
239 float SVGTransform::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) in calculateDistance()
DSVGStringList.cpp156 …:calculateAnimatedValue(SVGAnimationElement*, float, unsigned, PassRefPtr<SVGPropertyBase>, PassRe… in calculateAnimatedValue()
162 float SVGStringList::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) in calculateDistance()
DSVGEnumeration.cpp107 void SVGEnumerationBase::add(PassRefPtrWillBeRawPtr<SVGPropertyBase>, SVGElement*) in add()
112 …ent* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, P… in calculateAnimatedValue()
121 float SVGEnumerationBase::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) in calculateDistance()
DSVGStaticStringList.cpp63 void SVGStaticStringList::setAnimatedValue(PassRefPtr<SVGPropertyBase>) in setAnimatedValue()
DSVGAnimatedTypeAnimator.h34 class SVGPropertyBase; variable
DSVGPathSeg.h61 class SVGPropertyBase; variable
DSVGPreserveAspectRatio.cpp400 …ent* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromVal… in calculateAnimatedValue()
DSVGAngle.cpp67 void SVGMarkerOrientEnumeration::add(PassRefPtrWillBeRawPtr<SVGPropertyBase>, SVGElement*) in add()
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGProperty.h93 explicit SVGPropertyBase(AnimatedPropertyType type) in SVGPropertyBase() function