Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSVGElement.cpp564 SVGDocumentExtensions& svgExtensions = document().accessSVGExtensions(); in removedFrom() local
565 svgExtensions.removeTimeContainer(this); in removedFrom()
566 svgExtensions.removeSVGRootWithRelativeLengthDescendents(this); in removedFrom()
DSVGElement.cpp403 SVGDocumentExtensions& svgExtensions = accessDocumentSVGExtensions(); in updateRelativeLengthsInformation() local
405 svgExtensions.addSVGRootWithRelativeLengthDescendents(toSVGSVGElement(clientElement)); in updateRelativeLengthsInformation()
407svgExtensions.removeSVGRootWithRelativeLengthDescendents(toSVGSVGElement(clientElement)); in updateRelativeLengthsInformation()
DSVGDocumentExtensions.cpp93 if (!document.svgExtensions()) in serviceOnAnimationFrame()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp674 if (svgExtensions()) in dispose()
1825 if (svgExtensions()) in updateRenderTree()
2170 if (svgExtensions()) in detach()
2526 if (svgExtensions()) in implicitClose()
2583 if (svgExtensions()) in implicitClose()
4565 const SVGDocumentExtensions* Document::svgExtensions() in svgExtensions() function in blink::Document
DDocument.h877 const SVGDocumentExtensions* svgExtensions();
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp152 if (document.svgExtensions()) { in StyleResolver()
153 …PtrWillBeMember<SVGFontFaceElement> >& svgFontFaceElements = document.svgExtensions()->svgFontFace… in StyleResolver()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderView.cpp215 if (document().svgExtensions()) in layout()