HomeSort by relevance Sort by last modified time
    Searched refs:animatedPropertyTypeSupportsAddition (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimateElement.h 44 bool animatedPropertyTypeSupportsAddition();
SVGAnimateElement.cpp 127 if (animationMode() == FromByAnimation && !animatedPropertyTypeSupportsAddition())
335 bool SVGAnimateElement::animatedPropertyTypeSupportsAddition()
353 if (!animatedPropertyTypeSupportsAddition())
SVGAnimationElement.cpp 493 if (!animateElement.animatedPropertyTypeSupportsAddition()) {

Completed in 56 milliseconds