Home
last modified time | relevance | path

Searched refs:StringProperty (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/svg/
DSVGAnimateElement.cpp41 , m_propertyType(StringProperty) in SVGAnimateElement()
101 if (results->m_propertyType == StringProperty && m_propertyType != StringProperty) in calculateAnimatedValue()
154 results->m_propertyType = StringProperty; in calculateAnimatedValue()
185 m_propertyType = StringProperty; in calculateFromAndToValues()
230 m_propertyType = StringProperty; in resetToBaseValue()
DSVGAnimateElement.h49 enum PropertyType { NumberProperty, ColorProperty, StringProperty, PathProperty }; enumerator