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

  /external/webkit/Source/WebCore/svg/
SVGTitleElement.h 30 class SVGTitleElement : public SVGStyledElement,
33 static PassRefPtr<SVGTitleElement> create(const QualifiedName&, Document*);
36 SVGTitleElement(const QualifiedName&, Document*);
SVGTitleElement.cpp 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(
    [all...]

Completed in 1970 milliseconds