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

  /external/webkit/WebCore/svg/
SVGUseElement.h 37 class SVGUseElement : public SVGStyledTransformableElement,
43 SVGUseElement(const QualifiedName&, Document*);
44 virtual ~SVGUseElement();
78 DECLARE_ANIMATED_PROPERTY(SVGUseElement, SVGNames::xAttr, SVGLength, X, x)
79 DECLARE_ANIMATED_PROPERTY(SVGUseElement, SVGNames::yAttr, SVGLength, Y, y)
80 DECLARE_ANIMATED_PROPERTY(SVGUseElement, SVGNames::widthAttr, SVGLength, Width, width)
81 DECLARE_ANIMATED_PROPERTY(SVGUseElement, SVGNames::heightAttr, SVGLength, Height, height)
84 DECLARE_ANIMATED_PROPERTY(SVGUseElement, XLinkNames::hrefAttr, String, Href, href)
87 DECLARE_ANIMATED_PROPERTY(SVGUseElement, SVGNames::externalResourcesRequiredAttr, bool, ExternalResourcesRequired, externalResourcesRequired)
92 void handleDeepUseReferencing(SVGUseElement* use, SVGElementInstance* targetInstance, bool& foundCycle)
    [all...]
SVGUseElement.cpp 25 #include "SVGUseElement.h"
57 SVGUseElement::SVGUseElement(const QualifiedName& tagName, Document* doc)
72 SVGUseElement::~SVGUseElement()
76 SVGElementInstance* SVGUseElement::instanceRoot() const
88 SVGElementInstance* SVGUseElement::animatedInstanceRoot() const
94 void SVGUseElement::parseMappedAttribute(MappedAttribute* attr)
121 void SVGUseElement::insertedIntoDocument()
129 void SVGUseElement::removedFromDocument(
    [all...]

Completed in 24 milliseconds