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.cpp98 document().accessSVGExtensions().removeTimeContainer(this); in DEFINE_NODE_FACTORY()
565 svgExtensions.removeTimeContainer(this); in removedFrom()
DSVGDocumentExtensions.cpp59 void SVGDocumentExtensions::removeTimeContainer(SVGSVGElement* element) in removeTimeContainer() function in blink::SVGDocumentExtensions