Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGDocumentExtensions.h51 void removeTimeContainer(SVGSVGElement*);
DSVGSVGElement.cpp109 document().accessSVGExtensions()->removeTimeContainer(this); in ~SVGSVGElement()
504 svgExtensions->removeTimeContainer(this); in removedFrom()
DSVGDocumentExtensions.cpp54 void SVGDocumentExtensions::removeTimeContainer(SVGSVGElement* element) in removeTimeContainer() function in WebCore::SVGDocumentExtensions