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

  /external/webkit/WebCore/svg/
SVGDefsElement.cpp 24 #include "SVGDefsElement.h"
30 SVGDefsElement::SVGDefsElement(const QualifiedName& tagName, Document* doc)
38 SVGDefsElement::~SVGDefsElement()
42 bool SVGDefsElement::isValid() const
47 RenderObject* SVGDefsElement::createRenderer(RenderArena* arena, RenderStyle*)
52 void SVGDefsElement::synchronizeProperty(const QualifiedName& attrName)
SVGDefsElement.h 32 class SVGDefsElement : public SVGStyledTransformableElement,
37 SVGDefsElement(const QualifiedName&, Document*);
38 virtual ~SVGDefsElement();
47 DECLARE_ANIMATED_PROPERTY(SVGDefsElement, SVGNames::externalResourcesRequiredAttr, bool, ExternalResourcesRequired, externalResourcesRequired)

Completed in 629 milliseconds