HomeSort by relevance Sort by last modified time
    Searched full:constructfromstring (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedTypeAnimator.cpp 138 PassRefPtr<SVGPropertyBase> SVGAnimatedTypeAnimator::constructFromString(const String& value)
145 from = constructFromString(fromString);
146 to = constructFromString(toString);
151 from = constructFromString(fromString);
152 to = constructFromString(byString);
SVGAnimatedTypeAnimator.h 47 PassRefPtr<SVGPropertyBase> constructFromString(const String&);
SVGAnimateElement.cpp 104 m_toAtEndOfDurationProperty = ensureAnimator()->constructFromString(toAtEndOfDurationString);
196 m_animatedProperty = animator->constructFromString(baseValue);

Completed in 185 milliseconds