Searched refs:elementInstances (Results 1 – 3 of 3) sorted by relevance
62 HashSet<SVGElementInstance*>& elementInstances() { return m_elementInstances; } in elementInstances() function63 const HashSet<SVGElementInstance*>& elementInstances() const { return m_elementInstances; } in elementInstances() function
304 const HashSet<SVGElementInstance*>& elementInstances = element->instancesForElement(); in dumpInstanceTree() local305 …text += "Corresponding element is associated with " + String::number(elementInstances.size()) + " … in dumpInstanceTree()307 const HashSet<SVGElementInstance*>::const_iterator end = elementInstances.end(); in dumpInstanceTree()308 …for (HashSet<SVGElementInstance*>::const_iterator it = elementInstances.begin(); it != end; ++it) { in dumpInstanceTree()
571 HashSet<SVGElementInstance*>& instances = ensureSVGRareData()->elementInstances(); in mapInstanceToElement()582 HashSet<SVGElementInstance*>& instances = svgRareData()->elementInstances(); in removeInstanceMapping()594 return svgRareData()->elementInstances(); in instancesForElement()