Home
last modified time | relevance | path

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

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