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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGStyleElement.cpp24 #include "core/svg/SVGStyleElement.h"
31 inline SVGStyleElement::SVGStyleElement(Document& document, bool createdByParser) function in class:WebCore::SVGStyleElement
39 SVGStyleElement::~SVGStyleElement()
44 PassRefPtr<SVGStyleElement> SVGStyleElement::create(Document& document, bool createdByParser)
46 return adoptRef(new SVGStyleElement(document, createdByParser));
49 bool SVGStyleElement::disabled() const
57 void SVGStyleElement
[all...]

Completed in 42 milliseconds