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

/external/webkit/Source/WebCore/svg/
H A DSVGUseElement.h38 class SVGUseElement : public SVGStyledTransformableElement, class in namespace:WebCore
44 static PassRefPtr<SVGUseElement> create(const QualifiedName&, Document*);
54 SVGUseElement(const QualifiedName&, Document*);
88 bool hasCycleUseReferencing(SVGUseElement*, SVGElementInstance* targetInstance, SVGElement*& newTarget);
H A DSVGUseElement.cpp26 #include "SVGUseElement.h"
61 DEFINE_ANIMATED_LENGTH(SVGUseElement, SVGNames::xAttr, X, x)
62 DEFINE_ANIMATED_LENGTH(SVGUseElement, SVGNames::yAttr, Y, y)
63 DEFINE_ANIMATED_LENGTH(SVGUseElement, SVGNames::widthAttr, Width, width)
64 DEFINE_ANIMATED_LENGTH(SVGUseElement, SVGNames::heightAttr, Height, height)
65 DEFINE_ANIMATED_STRING(SVGUseElement, XLinkNames::hrefAttr, Href, href)
66 DEFINE_ANIMATED_BOOLEAN(SVGUseElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
68 inline SVGUseElement::SVGUseElement(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGUseElement
80 PassRefPtr<SVGUseElement> SVGUseElemen
[all...]

Completed in 164 milliseconds