HomeSort by relevance Sort by last modified time
    Searched refs:calculateFromAndToValues (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimateMotionElement.h 50 virtual bool calculateFromAndToValues(const String& fromString, const String& toString);
SVGAnimateElement.h 50 virtual bool calculateFromAndToValues(const String& fromString, const String& toString);
SVGAnimatedTypeAnimator.cpp 49 void SVGAnimatedTypeAnimator::calculateFromAndToValues(OwnPtr<SVGAnimatedType>& from, OwnPtr<SVGAnimatedType>& to, const String& fromString, const String& toString)
SVGAnimationElement.cpp 587 m_animationValid = calculateFromAndToValues(from, to);
591 m_animationValid = calculateFromAndToValues(emptyString(), to);
623 m_animationValid = calculateFromAndToValues(from, to);
SVGAnimateElement.cpp 149 bool SVGAnimateElement::calculateFromAndToValues(const String& fromString, const String& toString)
156 ensureAnimator()->calculateFromAndToValues(m_fromType, m_toType, fromString, toString);
SVGAnimatedTypeAnimator.h 59 void calculateFromAndToValues(OwnPtr<SVGAnimatedType>& from, OwnPtr<SVGAnimatedType>& to, const String& fromString, const String& toString);
SVGAnimationElement.h 209 virtual bool calculateFromAndToValues(const String& fromString, const String& toString) = 0;
SVGAnimateMotionElement.cpp 228 bool SVGAnimateMotionElement::calculateFromAndToValues(const String& fromString, const String& toString)

Completed in 71 milliseconds