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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimationElement.cpp652 static bool inheritsFromProperty(SVGElement* targetElement, const QualifiedName& attributeName, const String& value) function in namespace:blink
668 if (inheritsFromProperty(targetElement, attributeName, from))
670 if (inheritsFromProperty(targetElement, attributeName, to))

Completed in 134 milliseconds