Searched defs:SVGTitleElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/svg/
H A DSVGTitleElement.h29 class SVGTitleElement : public SVGStyledElement, class in namespace:WebCore
32 SVGTitleElement(const QualifiedName&, Document*);
H A DSVGTitleElement.cpp23 #include "SVGTitleElement.h"
29 SVGTitleElement::SVGTitleElement(const QualifiedName& tagName, Document* doc) function in class:WebCore::SVGTitleElement
34 void SVGTitleElement::insertedIntoDocument()
41 void SVGTitleElement::removedFromDocument()
47 void SVGTitleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)

Completed in 305 milliseconds