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 403 SVGDocumentExtensions& svgExtensions = accessDocumentSVGExtensions();
405 svgExtensions.addSVGRootWithRelativeLengthDescendents(toSVGSVGElement(clientElement));
407 svgExtensions.removeSVGRootWithRelativeLengthDescendents(toSVGSVGElement(clientElement));
    [all...]
SVGSVGElement.cpp 564 SVGDocumentExtensions& svgExtensions = document().accessSVGExtensions();
565 svgExtensions.removeTimeContainer(this);
566 svgExtensions.removeSVGRootWithRelativeLengthDescendents(this);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp 674 if (svgExtensions())
    [all...]

Completed in 87 milliseconds