Home | History | Annotate | Download | only in svg

Lines Matching refs:elementInstances

407 elementInstances = element->instancesForElement();
408 text += makeString("Corresponding element is associated with ", String::number(elementInstances.size()), " instance(s):\n");
410 const HashSet<SVGElementInstance*>::const_iterator end = elementInstances.end();
411 for (HashSet<SVGElementInstance*>::const_iterator it = elementInstances.begin(); it != end; ++it) {