Home
last modified time | relevance | path

Searched refs:calculateFromAndToValues (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimateMotionElement.h50 virtual bool calculateFromAndToValues(const String& fromString, const String& toString);
DSVGAnimateElement.h50 virtual bool calculateFromAndToValues(const String& fromString, const String& toString);
DSVGAnimatedTypeAnimator.cpp49 void SVGAnimatedTypeAnimator::calculateFromAndToValues(OwnPtr<SVGAnimatedType>& from, OwnPtr<SVGAni… in calculateFromAndToValues() function in WebCore::SVGAnimatedTypeAnimator
DSVGAnimationElement.cpp587 m_animationValid = calculateFromAndToValues(from, to); in startedActiveInterval()
591 m_animationValid = calculateFromAndToValues(emptyString(), to); in startedActiveInterval()
623 m_animationValid = calculateFromAndToValues(from, to); in updateAnimation()
DSVGAnimateElement.cpp149 bool SVGAnimateElement::calculateFromAndToValues(const String& fromString, const String& toString) in calculateFromAndToValues() function in WebCore::SVGAnimateElement
156 ensureAnimator()->calculateFromAndToValues(m_fromType, m_toType, fromString, toString); in calculateFromAndToValues()
DSVGAnimationElement.h209 virtual bool calculateFromAndToValues(const String& fromString, const String& toString) = 0;
DSVGAnimatedTypeAnimator.h59 …void calculateFromAndToValues(OwnPtr<SVGAnimatedType>& from, OwnPtr<SVGAnimatedType>& to, const St…
DSVGAnimateMotionElement.cpp228 bool SVGAnimateMotionElement::calculateFromAndToValues(const String& fromString, const String& toSt… in calculateFromAndToValues() function in WebCore::SVGAnimateMotionElement