Searched defs:animatedPropertyType (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimateElement.cpp51 AnimatedPropertyType SVGAnimateElement::animatedPropertyType() function in class:blink::SVGAnimateElement
62 return animatedPropertyType() != AnimatedUnknown && !hasInvalidCSSAttributeType();
74 ASSERT(animatedPropertyType() != AnimatedTransformList || isSVGAnimateTransformElement(*this));
75 ASSERT(animatedPropertyType() != AnimatedUnknown);
77 ASSERT(m_fromProperty->type() == animatedPropertyType());
82 ASSERT(resultAnimationElement->animatedPropertyType() == animatedPropertyType());
315 ASSERT(animatedPropertyType() != AnimatedTransformList || isSVGAnimateTransformElement(*this));
316 ASSERT(animatedPropertyType() != AnimatedUnknown);
338 switch (animatedPropertyType()) {
[all...]

Completed in 160 milliseconds