Searched refs:AnimValRole (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/svg/properties/
H A DSVGProperty.h30 AnimValRole enumerator in enum:WebCore::SVGPropertyRole
H A DSVGAnimatedTransformListPropertyTearOff.h41 m_animVal = SVGTransformListPropertyTearOff::create(this, AnimValRole, m_values, m_wrappers);
H A DSVGAnimatedPropertyTearOff.h56 m_animVal = PropertyTearOff::create(this, AnimValRole, m_property);
H A DSVGStaticListPropertyTearOff.h88 return m_role == AnimValRole;
H A DSVGAnimatedPathSegListPropertyTearOff.h44 m_animVal = SVGPathSegListPropertyTearOff::create(this, AnimValRole, PathSegUnalteredRole, m_values, m_wrappers);
H A DSVGPathSegListPropertyTearOff.h129 if (m_role == AnimValRole)
H A DSVGPropertyTearOff.h115 if (m_role == AnimValRole)
H A DSVGAnimatedListPropertyTearOff.h52 m_animVal = ListPropertyTearOff::create(this, AnimValRole, m_values, m_wrappers);
H A DSVGListPropertyTearOff.h125 if (m_role == AnimValRole)
H A DSVGListProperty.h53 if (m_role == AnimValRole) {
89 ASSERT(m_role == AnimValRole);

Completed in 216 milliseconds