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

  /external/webkit/Source/WebCore/svg/
SVGStyleElement.h 31 class SVGStyleElement : public SVGElement
35 static PassRefPtr<SVGStyleElement> create(const QualifiedName&, Document*, bool createdByParser);
36 virtual ~SVGStyleElement();
50 SVGStyleElement(const QualifiedName&, Document*, bool createdByParser);
SVGStyleElement.cpp 26 #include "SVGStyleElement.h"
37 inline SVGStyleElement::SVGStyleElement(const QualifiedName& tagName, Document* document, bool createdByParser)
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::setType(const AtomicString& type, ExceptionCode& ec
    [all...]

Completed in 30 milliseconds