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

  /external/webkit/Source/WebCore/svg/properties/
SVGAnimatedPropertyTearOff.h 41 if (!m_animVal)
42 m_animVal = SVGPropertyTearOff<PropertyType>::create(this, AnimValRole, m_property);
43 return m_animVal.get();
65 RefPtr<SVGProperty> m_animVal;
SVGAnimatedListPropertyTearOff.h 49 if (!m_animVal)
50 m_animVal = SVGListPropertyTearOff<PropertyType>::create(this, AnimValRole);
51 return m_animVal.get();
110 RefPtr<SVGProperty> m_animVal;

Completed in 48 milliseconds