Home
last modified time | relevance | path

Searched refs:m_relativeLengthSVGRoots (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGDocumentExtensions.cpp377 m_relativeLengthSVGRoots.add(svgRoot); in addSVGRootWithRelativeLengthDescendents()
383 m_relativeLengthSVGRoots.remove(svgRoot); in removeSVGRootWithRelativeLengthDescendents()
388 return m_relativeLengthSVGRoots.contains(svgRoot); in isSVGRootWithRelativeLengthDescendents()
398 HashSet<SVGSVGElement*>::iterator end = m_relativeLengthSVGRoots.end(); in invalidateSVGRootsWithRelativeLengthDescendents()
399 for (HashSet<SVGSVGElement*>::iterator it = m_relativeLengthSVGRoots.begin(); it != end; ++it) in invalidateSVGRootsWithRelativeLengthDescendents()
DSVGDocumentExtensions.h95 …HashSet<SVGSVGElement*> m_relativeLengthSVGRoots; // Root SVG elements with relative length descen… variable