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

/external/webkit/Source/WebCore/svg/
H A DSVGFontFaceUriElement.h33 class SVGFontFaceUriElement : public SVGElement, public CachedResourceClient { class in namespace:WebCore
35 static PassRefPtr<SVGFontFaceUriElement> create(const QualifiedName&, Document*);
37 virtual ~SVGFontFaceUriElement();
42 SVGFontFaceUriElement(const QualifiedName&, Document*);
H A DSVGFontFaceUriElement.cpp24 #include "SVGFontFaceUriElement.h"
39 inline SVGFontFaceUriElement::SVGFontFaceUriElement(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGFontFaceUriElement
44 PassRefPtr<SVGFontFaceUriElement> SVGFontFaceUriElement::create(const QualifiedName& tagName, Document* document)
46 return adoptRef(new SVGFontFaceUriElement(tagName, document));
49 SVGFontFaceUriElement::~SVGFontFaceUriElement()
55 PassRefPtr<CSSFontFaceSrcValue> SVGFontFaceUriElement::srcValue() const
63 void SVGFontFaceUriElement
[all...]

Completed in 91 milliseconds