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

/external/webkit/Source/WebCore/svg/
H A DSVGGlyphElement.cpp25 #include "SVGGlyphElement.h"
40 inline SVGGlyphElement::SVGGlyphElement(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGGlyphElement
45 PassRefPtr<SVGGlyphElement> SVGGlyphElement::create(const QualifiedName& tagName, Document* document)
47 return adoptRef(new SVGGlyphElement(tagName, document));
50 void SVGGlyphElement::invalidateGlyphCache()
59 void SVGGlyphElement::parseMappedAttribute(Attribute* attr)
67 void SVGGlyphElement::insertedIntoDocument()
73 void SVGGlyphElement
[all...]
H A DSVGGlyphElement.h103 class SVGGlyphElement : public SVGStyledElement { class in namespace:WebCore
105 static PassRefPtr<SVGGlyphElement> create(const QualifiedName&, Document*);
113 // Helper function shared between SVGGlyphElement & SVGMissingGlyphElement
117 SVGGlyphElement(const QualifiedName&, Document*);

Completed in 126 milliseconds