Home
last modified time | relevance | path

Searched refs:accessDocumentSVGExtensions (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.h81 SVGDocumentExtensions* accessDocumentSVGExtensions();
DSVGElement.cpp499 SVGDocumentExtensions* svgExtensions = accessDocumentSVGExtensions(); in updateRelativeLengthsInformation()
560 SVGDocumentExtensions* SVGElement::accessDocumentSVGExtensions() in accessDocumentSVGExtensions() function in WebCore::SVGElement
DSVGSVGElement.cpp111 …ASSERT(inDocument() || !accessDocumentSVGExtensions()->isSVGRootWithRelativeLengthDescendents(this… in ~SVGSVGElement()