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

  /external/webkit/WebCore/svg/
SVGTRefElement.h 30 class SVGTRefElement : public SVGTextPositioningElement,
33 SVGTRefElement(const QualifiedName&, Document*);
34 virtual ~SVGTRefElement();
47 DECLARE_ANIMATED_PROPERTY(SVGTRefElement, XLinkNames::hrefAttr, String, Href, href)
SVGTRefElement.cpp 24 #include "SVGTRefElement.h"
34 SVGTRefElement::SVGTRefElement(const QualifiedName& tagName, Document* doc)
40 SVGTRefElement::~SVGTRefElement()
44 void SVGTRefElement::updateReferencedText()
54 void SVGTRefElement::parseMappedAttribute(MappedAttribute* attr)
64 void SVGTRefElement::svgAttributeChanged(const QualifiedName& attrName)
75 void SVGTRefElement::synchronizeProperty(const QualifiedName& attrName)
83 bool SVGTRefElement::childShouldCreateRenderer(Node* child) cons
    [all...]

Completed in 36 milliseconds