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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimationElement.h78 virtual bool isAdditive();
126 if (isAdditive() && animationMode() != ToAnimation)
H A DSVGAnimateElement.h58 virtual bool isAdditive() OVERRIDE FINAL;
H A DSVGAnimateElement.cpp123 if (animationMode() == ByAnimation && !isAdditive())
350 bool SVGAnimateElement::isAdditive() function in class:blink::SVGAnimateElement
356 return SVGAnimationElement::isAdditive();
H A DSVGAnimateMotionElement.cpp214 if (animationMode() == ByAnimation && !isAdditive())
235 if (!isAdditive())
H A DSVGPathSegList.cpp220 if (!fromStream->size() || (animationElement->isAdditive() && !isToAnimation))
H A DSVGTransformList.cpp323 if (!isEmpty() && (!animationElement->isAdditive() || isToAnimation))
H A DSVGAnimationElement.cpp327 bool SVGAnimationElement::isAdditive() function in class:blink::SVGAnimationElement

Completed in 3764 milliseconds