Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGAnimateTransformElement.h49 virtual bool calculateFromAndByValues(const String& fromString, const String& byString);
DSVGAnimateMotionElement.h43 virtual bool calculateFromAndByValues(const String& fromString, const String& byString);
DSVGAnimateElement.h48 virtual bool calculateFromAndByValues(const String& fromString, const String& byString);
DSVGAnimationElement.h95 virtual bool calculateFromAndByValues(const String& fromString, const String& byString) = 0;
DSVGAnimationElement.cpp519 m_animationValid = calculateFromAndByValues(from, by); in startedActiveInterval()
521 m_animationValid = calculateFromAndByValues(String(), by); in startedActiveInterval()
DSVGAnimateMotionElement.cpp171 bool SVGAnimateMotionElement::calculateFromAndByValues(const String& fromString, const String& bySt… in calculateFromAndByValues() function in WebCore::SVGAnimateMotionElement
DSVGAnimateTransformElement.cpp159 bool SVGAnimateTransformElement::calculateFromAndByValues(const String& fromString, const String& b… in calculateFromAndByValues() function in WebCore::SVGAnimateTransformElement
DSVGAnimateElement.cpp394 bool SVGAnimateElement::calculateFromAndByValues(const String& fromString, const String& byString) in calculateFromAndByValues() function in WebCore::SVGAnimateElement
/external/webkit/Source/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):
DChangeLog-2011-02-161467 (WebCore::SVGAnimateElement::calculateFromAndByValues):
1520 (WebCore::SVGAnimateElement::calculateFromAndByValues): Ditto.
3790 (WebCore::SVGAnimateElement::calculateFromAndByValues):
DChangeLog63445 (WebCore::SVGAnimateElement::calculateFromAndByValues):
63462 (WebCore::SVGAnimateTransformElement::calculateFromAndByValues):