Searched refs:calculateFromAndByValues (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGAnimateMotionElement.h | 51 virtual bool calculateFromAndByValues(const String& fromString, const String& byString);
|
D | SVGAnimateElement.h | 51 virtual bool calculateFromAndByValues(const String& fromString, const String& byString);
|
D | SVGAnimatedTypeAnimator.cpp | 55 void SVGAnimatedTypeAnimator::calculateFromAndByValues(OwnPtr<SVGAnimatedType>& from, OwnPtr<SVGAni… in calculateFromAndByValues() function in WebCore::SVGAnimatedTypeAnimator
|
D | SVGAnimateElement.cpp | 161 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()
|
D | SVGAnimationElement.h | 210 virtual bool calculateFromAndByValues(const String& fromString, const String& byString) = 0;
|
D | SVGAnimationElement.cpp | 593 m_animationValid = calculateFromAndByValues(from, by); in startedActiveInterval() 595 m_animationValid = calculateFromAndByValues(emptyString(), by); in startedActiveInterval()
|
D | SVGAnimatedTypeAnimator.h | 60 …void calculateFromAndByValues(OwnPtr<SVGAnimatedType>& from, OwnPtr<SVGAnimatedType>& to, const St…
|
D | SVGAnimateMotionElement.cpp | 236 bool SVGAnimateMotionElement::calculateFromAndByValues(const String& fromString, const String& bySt… in calculateFromAndByValues() function in WebCore::SVGAnimateMotionElement
|