Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGAnimateElement.cpp333 static bool attributeValueIsCurrentColor(const String& value) in attributeValueIsCurrentColor() function
350 bool fromIsCurrentColor = attributeValueIsCurrentColor(fromString); in calculateFromAndToValues()
351 bool toIsCurrentColor = attributeValueIsCurrentColor(toString); in calculateFromAndToValues()
405 bool fromIsCurrentColor = attributeValueIsCurrentColor(fromString); in calculateFromAndByValues()
406 bool byIsCurrentColor = attributeValueIsCurrentColor(byString); in calculateFromAndByValues()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-161517 (WebCore::attributeValueIsCurrentColor):