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

  /external/webkit/WebCore/svg/
SVGStyleElement.h 31 class SVGStyleElement : public SVGElement,
35 SVGStyleElement(const QualifiedName&, Document*, bool createdByParser);
SVGStyleElement.cpp 26 #include "SVGStyleElement.h"
39 SVGStyleElement::SVGStyleElement(const QualifiedName& tagName, Document* doc, bool createdByParser)
46 const AtomicString& SVGStyleElement::type() const
53 void SVGStyleElement::setType(const AtomicString& type, ExceptionCode& ec)
58 const AtomicString& SVGStyleElement::media() const
65 void SVGStyleElement::setMedia(const AtomicString& media, ExceptionCode& ec)
70 String SVGStyleElement::title() const
75 void SVGStyleElement::setTitle(const AtomicString& title, ExceptionCode& ec)
80 void SVGStyleElement::parseMappedAttribute(MappedAttribute* attr
    [all...]

Completed in 17 milliseconds