Home | History | Annotate | Download | only in svg

Lines Matching defs:svgElement

252     SVGElement* correspondingElement = targetInstance->correspondingElement();
259 SVGElement* shadowTreeElement = targetInstance->shadowTreeElement();
301 SVGElement* correspondingElement = targetInstance->correspondingElement();
307 SVGElement* shadowTreeElement = targetInstance->shadowTreeElement();
328 SVGElement* shadowRoot = m_targetElementInstance->shadowTreeElement();
351 if (SVGElement* shadowRoot = m_targetElementInstance->shadowTreeElement())
382 SVGElement* element = targetInstance->correspondingElement();
385 SVGElement* shadowTreeElement = targetInstance->shadowTreeElement();
524 SVGElement* target = 0;
526 target = static_cast<SVGElement*>(targetElement);
679 if (n->isSVGElement() && static_cast<SVGElement*>(n)->isStyledTransformable()) {
698 return static_cast<SVGElement*>(n)->renderer();
703 void SVGUseElement::buildInstanceTree(SVGElement* target, SVGElementInstance* targetInstance, bool& foundProblem)
711 SVGElement* newTarget = 0;
726 SVGElement* element = 0;
728 element = static_cast<SVGElement*>(node);
754 bool SVGUseElement::hasCycleUseReferencing(SVGUseElement* use, SVGElementInstance* targetInstance, SVGElement*& newTarget)
760 newTarget = static_cast<SVGElement*>(targetElement);
771 SVGElement* element = instance->correspondingElement();
798 void SVGUseElement::buildShadowTree(SVGShadowTreeRootElement* shadowRoot, SVGElement* target, SVGElementInstance* targetInstance)
814 SVGElement* newChildPtr = 0;
816 newChildPtr = static_cast<SVGElement*>(newChild.get());
839 SVGElement* target = 0;
841 target = static_cast<SVGElement*>(targetElement);
856 SVGElement* newChildPtr = 0;
858 newChildPtr = static_cast<SVGElement*>(newChild.get());
900 RefPtr<SVGSVGElement> svgElement = SVGSVGElement::create(SVGNames::svgTag, document());
903 svgElement->attributes()->setAttributes(*element->attributes());
909 svgElement->appendChild(newChild.release(), ec);
918 if (subtreeContainsDisallowedElement(svgElement.get()))
919 removeDisallowedElementsFromSubtree(svgElement.get());
921 RefPtr<Node> replacingElement(svgElement.get());
925 element->parentNode()->replaceChild(svgElement.release(), element, ec);
946 SVGElement* originalElement = target->correspondingElement();
949 if (SVGElement* shadowTreeElement = target->shadowTreeElement()) {
974 SVGElement* originalElement = targetInstance->correspondingElement();
991 SVGElement* element = 0;
993 element = static_cast<SVGElement*>(target);
1053 void SVGUseElement::transferUseAttributesToReplacedElement(SVGElement* from, SVGElement* to) const
1089 SVGElement* element = m_targetElementInstance->correspondingElement();