Searched defs:svgExtensions (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGSVGElement.cpp564 SVGDocumentExtensions& svgExtensions = document().accessSVGExtensions(); local
565 svgExtensions.removeTimeContainer(this);
566 svgExtensions.removeSVGRootWithRelativeLengthDescendents(this);
H A DSVGElement.cpp403 SVGDocumentExtensions& svgExtensions = accessDocumentSVGExtensions(); local
405 svgExtensions.addSVGRootWithRelativeLengthDescendents(toSVGSVGElement(clientElement));
407 svgExtensions.removeSVGRootWithRelativeLengthDescendents(toSVGSVGElement(clientElement));
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp674 if (svgExtensions())
1825 if (svgExtensions())
2170 if (svgExtensions())
2526 if (svgExtensions())
2583 if (svgExtensions())
4565 const SVGDocumentExtensions* Document::svgExtensions() function in class:blink::Document

Completed in 346 milliseconds