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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimateMotionElement.h49 virtual bool calculateFromAndByValues(const String& fromString, const String& byString) OVERRIDE;
H A DSVGAnimateElement.h53 virtual bool calculateFromAndByValues(const String& fromString, const String& byString) OVERRIDE FINAL;
H A DSVGAnimatedTypeAnimator.h57 void calculateFromAndByValues(RefPtr<SVGPropertyBase>& from, RefPtr<SVGPropertyBase>& to, const String& fromString, const String& byString);
H A DSVGAnimationElement.h178 virtual bool calculateFromAndByValues(const String& fromString, const String& byString) = 0;
H A DSVGAnimateElement.cpp119 bool SVGAnimateElement::calculateFromAndByValues(const String& fromString, const String& byString) function in class:WebCore::SVGAnimateElement
135 ensureAnimator()->calculateFromAndByValues(m_fromProperty, m_toProperty, fromString, byString);
H A DSVGAnimatedTypeAnimator.cpp149 void SVGAnimatedTypeAnimator::calculateFromAndByValues(RefPtr<SVGPropertyBase>& from, RefPtr<SVGPropertyBase>& to, const String& fromString, const String& byString) function in class:WebCore::SVGAnimatedTypeAnimator
H A DSVGAnimationElement.cpp584 m_animationValid = calculateFromAndByValues(from, by);
586 m_animationValid = calculateFromAndByValues(emptyString(), by);
H A DSVGAnimateMotionElement.cpp224 bool SVGAnimateMotionElement::calculateFromAndByValues(const String& fromString, const String& byString) function in class:WebCore::SVGAnimateMotionElement

Completed in 155 milliseconds