Searched refs:SVGStyleElement (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/svg/
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...]
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.idl29 interface [Conditional=SVG] SVGStyleElement : SVGElement,
/external/webkit/Source/WebCore/page/
H A DDOMWindow.idl698 attribute SVGStyleElementConstructor SVGStyleElement;
/external/webkit/Source/WebCore/
H A DAndroid.mk1171 svg/SVGStyleElement.cpp \
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp183 #include "SVGStyleElement.h"
3101 sheet = static_cast<SVGStyleElement*>(n)->sheet();

Completed in 108 milliseconds