Searched refs:svgExtensions (Results 1 - 7 of 7) 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));
H A DSVGDocumentExtensions.cpp93 if (!document.svgExtensions())
/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
H A DDocument.h877 const SVGDocumentExtensions* svgExtensions();
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleResolver.cpp152 if (document.svgExtensions()) {
153 const WillBeHeapHashSet<RawPtrWillBeMember<SVGFontFaceElement> >& svgFontFaceElements = document.svgExtensions()->svgFontFaceElements();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderView.cpp215 if (document().svgExtensions())

Completed in 455 milliseconds