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

/external/webkit/WebCore/svg/
H A DSVGAnimateMotionElement.h44 virtual bool calculateFromAndByValues(const String& fromString, const String& byString);
H A DSVGAnimateTransformElement.h47 virtual bool calculateFromAndByValues(const String& fromString, const String& byString);
H A DSVGAnimateElement.h41 virtual bool calculateFromAndByValues(const String& fromString, const String& byString);
H A DSVGAnimationElement.h97 virtual bool calculateFromAndByValues(const String& fromString, const String& byString) = 0;
H A DSVGAnimateMotionElement.cpp165 bool SVGAnimateMotionElement::calculateFromAndByValues(const String& fromString, const String& byString) function in class:WebCore::SVGAnimateMotionElement
H A DSVGAnimateTransformElement.cpp134 bool SVGAnimateTransformElement::calculateFromAndByValues(const String& fromString, const String& byString) function in class:WebCore::SVGAnimateTransformElement
H A DSVGAnimationElement.cpp489 m_animationValid = calculateFromAndByValues(fromValue(), byValue());
491 m_animationValid = calculateFromAndByValues(String(), byValue());
H A DSVGAnimateElement.cpp187 bool SVGAnimateElement::calculateFromAndByValues(const String& fromString, const String& byString) function in class:WebCore::SVGAnimateElement

Completed in 50 milliseconds