Home
last modified time | relevance | path

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

/external/webkit/Source/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
DSVGUseElement.cpp407 const HashSet<SVGElementInstance*>& elementInstances = element->instancesForElement(); in dumpInstanceTree() local