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

/external/webkit/Source/WebCore/svg/
H A DSVGHKernElement.h30 class SVGHKernElement : public SVGElement { class in namespace:WebCore
32 static PassRefPtr<SVGHKernElement> create(const QualifiedName&, Document*);
37 SVGHKernElement(const QualifiedName&, Document*);
H A DSVGHKernElement.cpp25 #include "SVGHKernElement.h"
38 inline SVGHKernElement::SVGHKernElement(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGHKernElement
43 PassRefPtr<SVGHKernElement> SVGHKernElement::create(const QualifiedName& tagName, Document* document)
45 return adoptRef(new SVGHKernElement(tagName, document));
48 void SVGHKernElement::insertedIntoDocument()
58 void SVGHKernElement::removedFromDocument()
68 void SVGHKernElement::buildHorizontalKerningPair(KerningPairVector& kerningPairs)

Completed in 148 milliseconds