Home
last modified time | relevance | path

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

/external/webkit/WebCore/svg/
DSVGAnimateTransformElement.h47 virtual bool calculateFromAndByValues(const String& fromString, const String& byString);
DSVGAnimateMotionElement.h44 virtual bool calculateFromAndByValues(const String& fromString, const String& byString);
DSVGAnimateElement.h41 virtual bool calculateFromAndByValues(const String& fromString, const String& byString);
DSVGAnimationElement.h97 virtual bool calculateFromAndByValues(const String& fromString, const String& byString) = 0;
DSVGAnimationElement.cpp489 m_animationValid = calculateFromAndByValues(fromValue(), byValue()); in startedActiveInterval()
491 m_animationValid = calculateFromAndByValues(String(), byValue()); in startedActiveInterval()
DSVGAnimateTransformElement.cpp134 bool SVGAnimateTransformElement::calculateFromAndByValues(const String& fromString, const String& b… in calculateFromAndByValues() function in WebCore::SVGAnimateTransformElement
DSVGAnimateMotionElement.cpp165 bool SVGAnimateMotionElement::calculateFromAndByValues(const String& fromString, const String& bySt… in calculateFromAndByValues() function in WebCore::SVGAnimateMotionElement
DSVGAnimateElement.cpp187 bool SVGAnimateElement::calculateFromAndByValues(const String& fromString, const String& byString) in calculateFromAndByValues() function in WebCore::SVGAnimateElement
/external/webkit/WebCore/
DChangeLog-2008-08-1029557 (WebCore::SVGAnimateElement::calculateFromAndByValues):
29569 (WebCore::SVGAnimateTransformElement::calculateFromAndByValues):
32658 (WebCore::SVGAnimateColorElement::calculateFromAndByValues):
32667 (WebCore::SVGAnimateElement::calculateFromAndByValues):
32676 (WebCore::SVGAnimateMotionElement::calculateFromAndByValues):
32687 (WebCore::SVGAnimateTransformElement::calculateFromAndByValues):
32754 (WebCore::SVGSetElement::calculateFromAndByValues):