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

  /external/webkit/WebCore/svg/
SVGCursorElement.h 33 class SVGCursorElement : public SVGElement,
38 SVGCursorElement(const QualifiedName&, Document*);
39 virtual ~SVGCursorElement();
53 DECLARE_ANIMATED_PROPERTY(SVGCursorElement, SVGNames::xAttr, SVGLength, X, x)
54 DECLARE_ANIMATED_PROPERTY(SVGCursorElement, SVGNames::yAttr, SVGLength, Y, y)
57 DECLARE_ANIMATED_PROPERTY(SVGCursorElement, XLinkNames::hrefAttr, String, Href, href)
60 DECLARE_ANIMATED_PROPERTY(SVGCursorElement, SVGNames::externalResourcesRequiredAttr, bool, ExternalResourcesRequired, externalResourcesRequired)
SVGCursorElement.cpp 24 #include "SVGCursorElement.h"
34 SVGCursorElement::SVGCursorElement(const QualifiedName& tagName, Document* doc)
44 SVGCursorElement::~SVGCursorElement()
51 void SVGCursorElement::parseMappedAttribute(MappedAttribute* attr)
69 void SVGCursorElement::addClient(SVGElement* element)
75 void SVGCursorElement::removeClient(SVGElement* element)
81 void SVGCursorElement::svgAttributeChanged(const QualifiedName& attrName)
97 void SVGCursorElement::synchronizeProperty(const QualifiedName& attrName
    [all...]

Completed in 21 milliseconds