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

  /external/webkit/Source/WebCore/svg/
SVGFontFaceFormatElement.cpp 23 #include "SVGFontFaceFormatElement.h"
32 inline SVGFontFaceFormatElement::SVGFontFaceFormatElement(const QualifiedName& tagName, Document* document)
37 PassRefPtr<SVGFontFaceFormatElement> SVGFontFaceFormatElement::create(const QualifiedName& tagName, Document* document)
39 return adoptRef(new SVGFontFaceFormatElement(tagName, document));
42 void SVGFontFaceFormatElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
SVGFontFaceFormatElement.h 28 class SVGFontFaceFormatElement : public SVGElement {
30 static PassRefPtr<SVGFontFaceFormatElement> create(const QualifiedName&, Document*);
33 SVGFontFaceFormatElement(const QualifiedName&, Document*);

Completed in 26 milliseconds