Home
last modified time | relevance | path

Searched refs:svgExtensions (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSVGElement.cpp503 SVGDocumentExtensions* svgExtensions = document().accessSVGExtensions(); in removedFrom() local
504 svgExtensions->removeTimeContainer(this); in removedFrom()
505 svgExtensions->removeSVGRootWithRelativeLengthDescendents(this); in removedFrom()
DSVGElement.cpp499 SVGDocumentExtensions* svgExtensions = accessDocumentSVGExtensions(); in updateRelativeLengthsInformation() local
501 svgExtensions->addSVGRootWithRelativeLengthDescendents(toSVGSVGElement(clientElement)); in updateRelativeLengthsInformation()
503svgExtensions->removeSVGRootWithRelativeLengthDescendents(toSVGSVGElement(clientElement)); in updateRelativeLengthsInformation()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp593 if (svgExtensions()) in dispose()
1981 if (svgExtensions()) in detach()
2329 if (svgExtensions()) in implicitClose()
2388 if (svgExtensions()) in implicitClose()
4192 const SVGDocumentExtensions* Document::svgExtensions() in svgExtensions() function in WebCore::Document
DDocument.h862 const SVGDocumentExtensions* svgExtensions();
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp167 if (document.svgExtensions()) { in StyleResolver()
168 …const HashSet<SVGFontFaceElement*>& svgFontFaceElements = document.svgExtensions()->svgFontFaceEle… in StyleResolver()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderView.cpp330 if (document().svgExtensions()) in layout()