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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedTypeAnimator.cpp138 PassRefPtr<SVGPropertyBase> SVGAnimatedTypeAnimator::constructFromString(const String& value) function in class:blink::SVGAnimatedTypeAnimator
145 from = constructFromString(fromString);
146 to = constructFromString(toString);
151 from = constructFromString(fromString);
152 to = constructFromString(byString);
H A DSVGAnimatedTypeAnimator.h47 PassRefPtr<SVGPropertyBase> constructFromString(const String&);
H A DSVGAnimateElement.cpp102 m_toAtEndOfDurationProperty = ensureAnimator()->constructFromString(toAtEndOfDurationString);
194 m_animatedProperty = animator->constructFromString(baseValue);

Completed in 81 milliseconds