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

  /external/webkit/Source/WebCore/svg/
SVGStyledElement.h 34 class SVGStyledElement : public SVGElement,
37 virtual ~SVGStyledElement();
63 SVGStyledElement(const QualifiedName&, Document*);
81 void updateRelativeLengthsInformation(bool hasRelativeLengths, SVGStyledElement*);
88 HashSet<SVGStyledElement*> m_elementsWithRelativeLengths;
97 #endif // SVGStyledElement
SVGStyledElement.cpp 24 #include "SVGStyledElement.h"
51 DEFINE_ANIMATED_STRING(SVGStyledElement, HTMLNames::classAttr, ClassName, className)
62 SVGStyledElement::SVGStyledElement(const QualifiedName& tagName, Document* document)
67 SVGStyledElement::~SVGStyledElement()
71 String SVGStyledElement::title() const
82 Node* parent = const_cast<SVGStyledElement*>(this);
118 bool SVGStyledElement::rendererIsNeeded(RenderStyle* style)
131 int SVGStyledElement::cssPropertyIdForSVGAttributeName(const QualifiedName& attrName
    [all...]

Completed in 34 milliseconds