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

  /external/webkit/Source/WebCore/svg/
SVGHKernElement.h 30 class SVGHKernElement : public SVGElement {
32 static PassRefPtr<SVGHKernElement> create(const QualifiedName&, Document*);
37 SVGHKernElement(const QualifiedName&, Document*);
SVGHKernElement.cpp 25 #include "SVGHKernElement.h"
38 inline SVGHKernElement::SVGHKernElement(const QualifiedName& tagName, Document* document)
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 554 milliseconds