instanceForShadowTreeElement 65 Source/core/events/EventPath.cpp if (SVGElementInstance* instance = useElement.instanceForShadowTreeElement(referenceNode)) instanceForShadowTreeElement 1946 Source/core/page/EventHandler.cpp return toSVGUseElement(shadowTreeParentElement)->instanceForShadowTreeElement(referenceNode); instanceForShadowTreeElement 834 Source/core/svg/SVGUseElement.cpp return instanceForShadowTreeElement(element, m_targetElementInstance.get()); instanceForShadowTreeElement 851 Source/core/svg/SVGUseElement.cpp if (SVGElementInstance* search = instanceForShadowTreeElement(element, current)) instanceForShadowTreeElement 45 Source/core/svg/SVGUseElement.h SVGElementInstance* instanceForShadowTreeElement(Node*) const; instanceForShadowTreeElement 97 Source/core/svg/SVGUseElement.h SVGElementInstance* instanceForShadowTreeElement(Node* element, SVGElementInstance* instance) const;