Searched refs:calculateFromAndByValues (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimateElement.h51 virtual bool calculateFromAndByValues(const String& fromString, const String& byString);
H A DSVGAnimateMotionElement.h51 virtual bool calculateFromAndByValues(const String& fromString, const String& byString);
H A DSVGAnimatedTypeAnimator.cpp55 void SVGAnimatedTypeAnimator::calculateFromAndByValues(OwnPtr<SVGAnimatedType>& from, OwnPtr<SVGAnimatedType>& to, const String& fromString, const String& byString) function in class:WebCore::SVGAnimatedTypeAnimator
H A DSVGAnimateElement.cpp161 bool SVGAnimateElement::calculateFromAndByValues(const String& fromString, const String& byString) function in class:WebCore::SVGAnimateElement
177 ensureAnimator()->calculateFromAndByValues(m_fromType, m_toType, fromString, byString);
H A DSVGAnimationElement.h210 virtual bool calculateFromAndByValues(const String& fromString, const String& byString) = 0;
H A DSVGAnimationElement.cpp593 m_animationValid = calculateFromAndByValues(from, by);
595 m_animationValid = calculateFromAndByValues(emptyString(), by);
H A DSVGAnimateMotionElement.cpp236 bool SVGAnimateMotionElement::calculateFromAndByValues(const String& fromString, const String& byString) function in class:WebCore::SVGAnimateMotionElement
H A DSVGAnimatedTypeAnimator.h60 void calculateFromAndByValues(OwnPtr<SVGAnimatedType>& from, OwnPtr<SVGAnimatedType>& to, const String& fromString, const String& byString);

Completed in 75 milliseconds