Home
last modified time | relevance | path

Searched refs:elementInstances (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/svg/
DSVGElementRareData.h57 HashSet<SVGElementInstance*>& elementInstances() { return m_elementInstances; } in elementInstances() function
58 const HashSet<SVGElementInstance*>& elementInstances() const { return m_elementInstances; } in elementInstances() function
DSVGElement.cpp157 HashSet<SVGElementInstance*>& instances = ensureRareSVGData()->elementInstances(); in mapInstanceToElement()
168 HashSet<SVGElementInstance*>& instances = rareSVGData()->elementInstances(); in removeInstanceMapping()
180 return rareSVGData()->elementInstances(); in instancesForElement()
DSVGUseElement.cpp358 const HashSet<SVGElementInstance*>& elementInstances = element->instancesForElement(); in dumpInstanceTree() local
359 …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()
/external/webkit/WebCore/
DChangeLog-2010-01-291260 (WebCore::SVGElementRareData::elementInstances):