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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimateMotionElement.h48 virtual bool calculateFromAndToValues(const String& fromString, const String& toString) OVERRIDE;
H A DSVGAnimateElement.h53 virtual bool calculateFromAndToValues(const String& fromString, const String& toString) OVERRIDE FINAL;
H A DSVGAnimatedTypeAnimator.h56 void calculateFromAndToValues(RefPtr<SVGPropertyBase>& from, RefPtr<SVGPropertyBase>& to, const String& fromString, const String& toString);
H A DSVGAnimationElement.h178 virtual bool calculateFromAndToValues(const String& fromString, const String& toString) = 0;
H A DSVGAnimateElement.cpp106 bool SVGAnimateElement::calculateFromAndToValues(const String& fromString, const String& toString) function in class:blink::SVGAnimateElement
113 ensureAnimator()->calculateFromAndToValues(m_fromProperty, m_toProperty, fromString, toString);
H A DSVGAnimationElement.cpp574 m_animationValid = calculateFromAndToValues(from, to);
578 m_animationValid = calculateFromAndToValues(emptyString(), to);
610 m_animationValid = calculateFromAndToValues(from, to);
H A DSVGAnimateMotionElement.cpp203 bool SVGAnimateMotionElement::calculateFromAndToValues(const String& fromString, const String& toString) function in class:blink::SVGAnimateMotionElement
H A DSVGAnimatedTypeAnimator.cpp143 void SVGAnimatedTypeAnimator::calculateFromAndToValues(RefPtr<SVGPropertyBase>& from, RefPtr<SVGPropertyBase>& to, const String& fromString, const String& toString) function in class:blink::SVGAnimatedTypeAnimator

Completed in 99 milliseconds