Searched defs:correspondingUseElement (Results 1 – 2 of 2) sorted by relevance
43 …static PassRefPtr<SVGElementInstance> create(SVGUseElement* correspondingUseElement, SVGUseElement… in create()59 SVGUseElement* correspondingUseElement() const { return m_correspondingUseElement; } in correspondingUseElement() function
44 SVGElementInstance::SVGElementInstance(SVGUseElement* correspondingUseElement, SVGUseElement* direc… in SVGElementInstance()