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

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

Completed in 21 milliseconds