Home
last modified time | relevance | path

Searched refs:constructFromString (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedTypeAnimator.cpp138 PassRefPtr<SVGPropertyBase> SVGAnimatedTypeAnimator::constructFromString(const String& value) in constructFromString() function in WebCore::SVGAnimatedTypeAnimator
145 from = constructFromString(fromString); in calculateFromAndToValues()
146 to = constructFromString(toString); in calculateFromAndToValues()
151 from = constructFromString(fromString); in calculateFromAndByValues()
152 to = constructFromString(byString); in calculateFromAndByValues()
DSVGAnimatedTypeAnimator.h47 PassRefPtr<SVGPropertyBase> constructFromString(const String&);
DSVGAnimateElement.cpp104 m_toAtEndOfDurationProperty = ensureAnimator()->constructFromString(toAtEndOfDurationString); in calculateToAtEndOfDurationValue()
196 m_animatedProperty = animator->constructFromString(baseValue); in resetAnimatedType()