Lines Matching refs:instance
1688 // Locate the recloned shadow tree element for our corresponding instance
1691 SVGElementInstance* instance = (*it);
1692 ASSERT(instance->correspondingElement() == lastCorrespondingElement);
1694 if (instance == m_lastInstanceUnderMouse)
1697 if (instance->correspondingUseElement() != lastCorrespondingUseElement)
1700 SVGElement* shadowTreeElement = instance->shadowTreeElement();
1705 m_lastInstanceUnderMouse = instance;