HomeSort by relevance Sort by last modified time
    Searched refs:ParsePropertyFromString (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedTypeAnimator.cpp 213 class ParsePropertyFromString {
215 explicit ParsePropertyFromString(SVGAnimatedTypeAnimator* animator)
240 ParsePropertyFromString parsePropertyFromString(this);
241 m_animationElement->adjustForInheritance<RefPtr<SVGPropertyBase>, ParsePropertyFromString>(parsePropertyFromString, m_animationElement->fromPropertyValueType(), fromValue, m_contextElement);
242 m_animationElement->adjustForInheritance<RefPtr<SVGPropertyBase>, ParsePropertyFromString>(parsePropertyFromString, m_animationElement->toPropertyValueType(), toValue, m_contextElement);
SVGAnimatedTypeAnimator.h 70 friend class ParsePropertyFromString;

Completed in 105 milliseconds