Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGDocumentExtensions.cpp374 void SVGDocumentExtensions::addSVGRootWithRelativeLengthDescendents(SVGSVGElement* svgRoot) in addSVGRootWithRelativeLengthDescendents() argument
377 m_relativeLengthSVGRoots.add(svgRoot); in addSVGRootWithRelativeLengthDescendents()
380 void SVGDocumentExtensions::removeSVGRootWithRelativeLengthDescendents(SVGSVGElement* svgRoot) in removeSVGRootWithRelativeLengthDescendents() argument
383 m_relativeLengthSVGRoots.remove(svgRoot); in removeSVGRootWithRelativeLengthDescendents()
386 bool SVGDocumentExtensions::isSVGRootWithRelativeLengthDescendents(SVGSVGElement* svgRoot) const in isSVGRootWithRelativeLengthDescendents()
388 return m_relativeLengthSVGRoots.contains(svgRoot); in isSVGRootWithRelativeLengthDescendents()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp832 RenderSVGRoot* svgRoot = toRenderSVGRoot(contentBox); in forceLayoutParentViewIfNeeded() local
833 if (svgRoot->everHadLayout() && !svgRoot->needsLayout()) in forceLayoutParentViewIfNeeded()