HomeSort by relevance Sort by last modified time
    Searched defs:svgExtensions (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp 499 SVGDocumentExtensions* svgExtensions = accessDocumentSVGExtensions();
501 svgExtensions->addSVGRootWithRelativeLengthDescendents(toSVGSVGElement(clientElement));
503 svgExtensions->removeSVGRootWithRelativeLengthDescendents(toSVGSVGElement(clientElement));
    [all...]
SVGSVGElement.cpp 503 SVGDocumentExtensions* svgExtensions = document().accessSVGExtensions();
504 svgExtensions->removeTimeContainer(this);
505 svgExtensions->removeSVGRootWithRelativeLengthDescendents(this);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp 593 if (svgExtensions())
    [all...]

Completed in 172 milliseconds