Home | History | Annotate | Download | only in animation

Lines Matching refs:attributeName

200     String attributeName = key.second;
202 ASSERT(!attributeName.isEmpty());
204 if (SVGAnimationElement::attributeIsCSS(attributeName))
205 baseValue = computedStyle(target)->getPropertyValue(cssPropertyID(attributeName));
207 baseValue = target->getAttribute(attributeName);
266 String attributeName = animation->attributeName();
267 if (attributeName.isEmpty()) {
269 attributeName = SVGNames::animateMotionTag.localName();
275 ElementAttributePair key(targetElement, attributeName);