Searched defs:SVGStyleElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGStyleElement.h31 class SVGStyleElement : public SVGElement class in namespace:WebCore
35 static PassRefPtr<SVGStyleElement> create(const QualifiedName&, Document*, bool createdByParser);
36 virtual ~SVGStyleElement();
50 SVGStyleElement(const QualifiedName&, Document*, bool createdByParser);
H A DSVGStyleElement.cpp26 #include "SVGStyleElement.h"
37 inline SVGStyleElement::SVGStyleElement(const QualifiedName& tagName, Document* document, bool createdByParser) function in class:WebCore::SVGStyleElement
43 SVGStyleElement::~SVGStyleElement()
49 PassRefPtr<SVGStyleElement> SVGStyleElement::create(const QualifiedName& tagName, Document* document, bool createdByParser)
51 return adoptRef(new SVGStyleElement(tagName, document, createdByParser));
54 const AtomicString& SVGStyleElement::type() const
61 void SVGStyleElement
[all...]

Completed in 54 milliseconds