Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElementRareData.h62 HashSet<SVGElementInstance*>& elementInstances() { return m_elementInstances; } in elementInstances() function
63 const HashSet<SVGElementInstance*>& elementInstances() const { return m_elementInstances; } in elementInstances() function
DSVGUseElement.cpp304 const HashSet<SVGElementInstance*>& elementInstances = element->instancesForElement(); in dumpInstanceTree() local
305 …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()
DSVGElement.cpp571 HashSet<SVGElementInstance*>& instances = ensureSVGRareData()->elementInstances(); in mapInstanceToElement()
582 HashSet<SVGElementInstance*>& instances = svgRareData()->elementInstances(); in removeInstanceMapping()
594 return svgRareData()->elementInstances(); in instancesForElement()