Searched refs:elementInstances (Results 1 – 4 of 4) sorted by relevance
57 HashSet<SVGElementInstance*>& elementInstances() { return m_elementInstances; } in elementInstances() function58 const HashSet<SVGElementInstance*>& elementInstances() const { return m_elementInstances; } in elementInstances() function
157 HashSet<SVGElementInstance*>& instances = ensureRareSVGData()->elementInstances(); in mapInstanceToElement()168 HashSet<SVGElementInstance*>& instances = rareSVGData()->elementInstances(); in removeInstanceMapping()180 return rareSVGData()->elementInstances(); in instancesForElement()
358 const HashSet<SVGElementInstance*>& elementInstances = element->instancesForElement(); in dumpInstanceTree() local359 …ing::format("Corresponding element is associated with %i instance(s):\n", elementInstances.size()); in dumpInstanceTree()361 const HashSet<SVGElementInstance*>::const_iterator end = elementInstances.end(); in dumpInstanceTree()362 …for (HashSet<SVGElementInstance*>::const_iterator it = elementInstances.begin(); it != end; ++it) { in dumpInstanceTree()
1260 (WebCore::SVGElementRareData::elementInstances):