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

  /external/webkit/Source/WebCore/svg/
SVGUseElement.h 38 class SVGUseElement : public SVGStyledTransformableElement,
44 static PassRefPtr<SVGUseElement> create(const QualifiedName&, Document*);
54 SVGUseElement(const QualifiedName&, Document*);
88 bool hasCycleUseReferencing(SVGUseElement*, SVGElementInstance* targetInstance, SVGElement*& newTarget);
SVGUseElement.cpp 26 #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)
80 PassRefPtr<SVGUseElement> SVGUseElement::create(const QualifiedName& tagName, Document* document
    [all...]

Completed in 270 milliseconds