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

  /external/webkit/WebCore/svg/
SVGFontFaceUriElement.h 33 class SVGFontFaceUriElement : public SVGElement, public CachedResourceClient {
35 SVGFontFaceUriElement(const QualifiedName&, Document*);
36 ~SVGFontFaceUriElement();
SVGFontFaceUriElement.cpp 24 #include "SVGFontFaceUriElement.h"
39 SVGFontFaceUriElement::SVGFontFaceUriElement(const QualifiedName& tagName, Document* doc)
44 SVGFontFaceUriElement::~SVGFontFaceUriElement()
50 PassRefPtr<CSSFontFaceSrcValue> SVGFontFaceUriElement::srcValue() const
58 void SVGFontFaceUriElement::parseMappedAttribute(MappedAttribute* attr)
67 void SVGFontFaceUriElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
79 void SVGFontFaceUriElement::insertedIntoDocument()
85 void SVGFontFaceUriElement::loadFont(
    [all...]

Completed in 21 milliseconds