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

  /external/webkit/Source/WebCore/svg/
SVGFontFaceUriElement.cpp 24 #include "SVGFontFaceUriElement.h"
39 inline SVGFontFaceUriElement::SVGFontFaceUriElement(const QualifiedName& tagName, Document* document)
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::parseMappedAttribute(Attribute* attr
    [all...]
SVGFontFaceUriElement.h 33 class SVGFontFaceUriElement : public SVGElement, public CachedResourceClient {
35 static PassRefPtr<SVGFontFaceUriElement> create(const QualifiedName&, Document*);
37 virtual ~SVGFontFaceUriElement();
42 SVGFontFaceUriElement(const QualifiedName&, Document*);

Completed in 98 milliseconds