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

  /external/webkit/Source/WebCore/svg/
SVGGlyphElement.cpp 25 #include "SVGGlyphElement.h"
40 inline SVGGlyphElement::SVGGlyphElement(const QualifiedName& tagName, Document* document)
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::removedFromDocument(
    [all...]
SVGGlyphElement.h 103 class SVGGlyphElement : public SVGStyledElement {
105 static PassRefPtr<SVGGlyphElement> create(const QualifiedName&, Document*);
113 // Helper function shared between SVGGlyphElement & SVGMissingGlyphElement
117 SVGGlyphElement(const QualifiedName&, Document*);

Completed in 100 milliseconds