Home | History | Annotate | Download | only in svg

Lines Matching refs:SVGTitleElement

23 #include "SVGTitleElement.h"
29 inline SVGTitleElement::SVGTitleElement(const QualifiedName& tagName, Document* document)
34 PassRefPtr<SVGTitleElement> SVGTitleElement::create(const QualifiedName& tagName, Document* document)
36 return adoptRef(new SVGTitleElement(tagName, document));
39 void SVGTitleElement::insertedIntoDocument()
47 void SVGTitleElement::removedFromDocument()
53 void SVGTitleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
61 AttributeToPropertyTypeMap& SVGTitleElement::attributeToPropertyTypeMap()
67 void SVGTitleElement::fillAttributeToPropertyTypeMap()