Searched refs:constructFromString (Results 1 – 3 of 3) sorted by relevance
138 PassRefPtr<SVGPropertyBase> SVGAnimatedTypeAnimator::constructFromString(const String& value) in constructFromString() function in WebCore::SVGAnimatedTypeAnimator145 from = constructFromString(fromString); in calculateFromAndToValues()146 to = constructFromString(toString); in calculateFromAndToValues()151 from = constructFromString(fromString); in calculateFromAndByValues()152 to = constructFromString(byString); in calculateFromAndByValues()
47 PassRefPtr<SVGPropertyBase> constructFromString(const String&);
104 m_toAtEndOfDurationProperty = ensureAnimator()->constructFromString(toAtEndOfDurationString); in calculateToAtEndOfDurationValue()196 m_animatedProperty = animator->constructFromString(baseValue); in resetAnimatedType()