Home | History | Annotate | Download | only in dom

Lines Matching refs:instance

2606         if (SVGElementInstance* instance = static_cast<SVGUseElement*>(shadowTreeParentElement)->instanceForShadowTreeElement(referenceNode))
2607 return instance;
2619 if (SVGElementInstance* instance = eventTargetAsSVGElementInstance(referenceNode)) {
2620 ASSERT(instance->shadowTreeElement() == referenceNode);
2621 return instance;