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

  /external/webkit/WebCore/svg/
SVGMPathElement.h 31 class SVGMPathElement : public SVGElement,
35 SVGMPathElement(const QualifiedName&, Document*);
36 virtual ~SVGMPathElement();
45 DECLARE_ANIMATED_PROPERTY(SVGMPathElement, XLinkNames::hrefAttr, String, Href, href)
48 DECLARE_ANIMATED_PROPERTY(SVGMPathElement, SVGNames::externalResourcesRequiredAttr, bool, ExternalResourcesRequired, externalResourcesRequired)
SVGMPathElement.cpp 25 #include "SVGMPathElement.h"
32 SVGMPathElement::SVGMPathElement(const QualifiedName& qname, Document* doc)
37 SVGMPathElement::~SVGMPathElement()
41 void SVGMPathElement::parseMappedAttribute(MappedAttribute* attr)
48 void SVGMPathElement::synchronizeProperty(const QualifiedName& attrName)
64 SVGPathElement* SVGMPathElement::pathElement()

Completed in 993 milliseconds