setCorrespondingElement 608 Source/core/svg/SVGElement.cpp ensureSVGRareData()->setCorrespondingElement(correspondingElement); setCorrespondingElement 117 Source/core/svg/SVGElement.h void setCorrespondingElement(SVGElement*); setCorrespondingElement 191 Source/core/svg/SVGElementInstance.cpp (*it)->shadowTreeElement()->setCorrespondingElement(0); setCorrespondingElement 72 Source/core/svg/SVGElementRareData.h void setCorrespondingElement(SVGElement* correspondingElement) { m_correspondingElement = correspondingElement; } setCorrespondingElement 818 Source/core/svg/SVGUseElement.cpp element->setCorrespondingElement(originalElement);