Home | History | Annotate | Download | only in svg

Lines Matching refs:element

52     ASSERT(element());
53 if (isSVGSwitchElement(*element())) {
61 } else if (isSVGAElement(*element())) {
63 // The 'a' element may contain any element that its parent may contain, except itself.
74 SVGGraphicsElement* element = toSVGGraphicsElement(this->element());
75 ASSERT(element);
77 // If we're either the renderer for a <use> element, or for any <g> element inside the shadow
81 if (isSVGUseElement(*element)) {
82 useElement = toSVGUseElement(element);
83 } else if (isSVGGElement(*element) && toSVGGElement(element)->inUseShadowTree()) {
84 SVGElement* correspondingElement = element->correspondingElement();
103 m_localTransform = element->animatedLocalTransform();