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

  /external/webkit/Source/WebCore/svg/
SVGSetElement.cpp 23 #include "SVGSetElement.h"
27 inline SVGSetElement::SVGSetElement(const QualifiedName& tagName, Document* document)
32 PassRefPtr<SVGSetElement> SVGSetElement::create(const QualifiedName& tagName, Document* document)
34 return adoptRef(new SVGSetElement(tagName, document));
SVGSetElement.h 30 class SVGSetElement : public SVGAnimateElement {
32 static PassRefPtr<SVGSetElement> create(const QualifiedName&, Document*);
35 SVGSetElement(const QualifiedName&, Document*);

Completed in 171 milliseconds