Searched defs:elementInstances (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/svg/
H A DSVGElementRareData.h57 HashSet<SVGElementInstance*>& elementInstances() { return m_elementInstances; } function in class:WebCore::SVGElementRareData
58 const HashSet<SVGElementInstance*>& elementInstances() const { return m_elementInstances; } function in class:WebCore::SVGElementRareData
H A DSVGUseElement.cpp358 const HashSet<SVGElementInstance*>& elementInstances = element->instancesForElement(); local
359 text += String::format("Corresponding element is associated with %i instance(s):\n", elementInstances.size());
361 const HashSet<SVGElementInstance*>::const_iterator end = elementInstances.end();
362 for (HashSet<SVGElementInstance*>::const_iterator it = elementInstances.begin(); it != end; ++it) {

Completed in 53 milliseconds