HomeSort by relevance Sort by last modified time
    Searched full:elementinstances (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElementRareData.h 62 HashSet<SVGElementInstance*>& elementInstances() { return m_elementInstances; }
63 const HashSet<SVGElementInstance*>& elementInstances() const { return m_elementInstances; }
SVGUseElement.cpp 301 const HashSet<SVGElementInstance*>& elementInstances = element->instancesForElement();
302 text += "Corresponding element is associated with " + String::number(elementInstances.size()) + " instance(s):\n";
304 const HashSet<SVGElementInstance*>::const_iterator end = elementInstances.end();
305 for (HashSet<SVGElementInstance*>::const_iterator it = elementInstances.begin(); it != end; ++it) {
    [all...]
SVGElement.cpp 510 HashSet<SVGElementInstance*>& instances = ensureSVGRareData()->elementInstances();
521 HashSet<SVGElementInstance*>& instances = svgRareData()->elementInstances();
533 return svgRareData()->elementInstances();
    [all...]

Completed in 655 milliseconds