Searched refs:inheritsFromProperty (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/svg/ |
D | SVGAnimateElement.cpp | 323 static bool inheritsFromProperty(SVGElement* targetElement, const QualifiedName& attributeName, con… in inheritsFromProperty() function 344 …m_fromPropertyValueType = inheritsFromProperty(targetElement, attributeName(), fromString) ? Inher… in calculateFromAndToValues() 345 …m_toPropertyValueType = inheritsFromProperty(targetElement, attributeName(), toString) ? InheritVa… in calculateFromAndToValues() 399 …m_fromPropertyValueType = inheritsFromProperty(targetElement, attributeName(), fromString) ? Inher… in calculateFromAndByValues() 400 …m_toPropertyValueType = inheritsFromProperty(targetElement, attributeName(), byString) ? InheritVa… in calculateFromAndByValues()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 1516 (WebCore::inheritsFromProperty):
|
D | ChangeLog | 63443 (WebCore::inheritsFromProperty):
|