Searched refs:byString (Results 1 - 7 of 7) sorted by last modified time

/external/webkit/Source/WebCore/svg/
H A DSVGAnimateElement.cpp394 bool SVGAnimateElement::calculateFromAndByValues(const String& fromString, const String& byString) argument
400 m_toPropertyValueType = inheritsFromProperty(targetElement, attributeName(), byString) ? InheritValue : RegularPropertyValue;
406 bool byIsCurrentColor = attributeValueIsCurrentColor(byString);
414 m_toColor = SVGColor::colorFromRGBColorString(byString);
424 if (!parseNumberValueAndUnit(byString, m_toNumber, m_numberUnit))
H A DSVGAnimateElement.h48 virtual bool calculateFromAndByValues(const String& fromString, const String& byString);
H A DSVGAnimateMotionElement.cpp171 bool SVGAnimateMotionElement::calculateFromAndByValues(const String& fromString, const String& byString) argument
175 parsePoint(byString, byPoint);
H A DSVGAnimateMotionElement.h43 virtual bool calculateFromAndByValues(const String& fromString, const String& byString);
H A DSVGAnimateTransformElement.cpp159 bool SVGAnimateTransformElement::calculateFromAndByValues(const String& fromString, const String& byString) argument
164 m_toTransform = SVGTransformDistance::addSVGTransforms(m_fromTransform, parseTransformValue(byString));
H A DSVGAnimateTransformElement.h49 virtual bool calculateFromAndByValues(const String& fromString, const String& byString);
H A DSVGAnimationElement.h95 virtual bool calculateFromAndByValues(const String& fromString, const String& byString) = 0;

Completed in 85 milliseconds