HomeSort by relevance Sort by last modified time
    Searched defs:elementInstances (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGElementRareData.h 57 HashSet<SVGElementInstance*>& elementInstances() { return m_elementInstances; }
58 const HashSet<SVGElementInstance*>& elementInstances() const { return m_elementInstances; }
SVGUseElement.cpp 407 const HashSet<SVGElementInstance*>& 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) {
    [all...]

Completed in 514 milliseconds