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.h86 SVGDocumentExtensions& accessDocumentSVGExtensions();
DSVGElement.cpp458 SVGDocumentExtensions& svgExtensions = accessDocumentSVGExtensions(); in updateRelativeLengthsInformation()
519 SVGDocumentExtensions& SVGElement::accessDocumentSVGExtensions() in accessDocumentSVGExtensions() function in WebCore::SVGElement
DSVGSVGElement.cpp102 …ASSERT(inDocument() || !accessDocumentSVGExtensions().isSVGRootWithRelativeLengthDescendents(this)… in DEFINE_NODE_FACTORY()