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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGDocumentExtensions.h 95 HashSet<SVGSVGElement*> m_relativeLengthSVGRoots; // Root SVG elements with relative length descendants.
SVGDocumentExtensions.cpp 377 m_relativeLengthSVGRoots.add(svgRoot);
383 m_relativeLengthSVGRoots.remove(svgRoot);
388 return m_relativeLengthSVGRoots.contains(svgRoot);
398 HashSet<SVGSVGElement*>::iterator end = m_relativeLengthSVGRoots.end();
399 for (HashSet<SVGSVGElement*>::iterator it = m_relativeLengthSVGRoots.begin(); it != end; ++it)

Completed in 2425 milliseconds