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

  /external/webkit/WebCore/svg/
SVGStyledElement.h 35 class SVGStyledElement : public SVGElement,
38 SVGStyledElement(const QualifiedName&, Document*);
39 virtual ~SVGStyledElement();
77 DECLARE_ANIMATED_PROPERTY(SVGStyledElement, HTMLNames::classAttr, String, ClassName, className)
83 #endif // SVGStyledElement
SVGStyledElement.cpp 24 #include "SVGStyledElement.h"
57 SVGStyledElement::SVGStyledElement(const QualifiedName& tagName, Document* doc)
62 SVGStyledElement::~SVGStyledElement()
67 bool SVGStyledElement::rendererIsNeeded(RenderStyle* style)
80 int SVGStyledElement::cssPropertyIdForSVGAttributeName(const QualifiedName& attrName)
152 bool SVGStyledElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
154 if (SVGStyledElement::cssPropertyIdForSVGAttributeName(attrName) > 0) {
161 void SVGStyledElement::parseMappedAttribute(MappedAttribute* attr
    [all...]

Completed in 21 milliseconds