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

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

Completed in 208 milliseconds