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

  /external/webkit/Source/WebCore/svg/
SVGClipPathElement.h 36 class SVGClipPathElement : public SVGStyledTransformableElement,
41 static PassRefPtr<SVGClipPathElement> create(const QualifiedName&, Document*);
44 SVGClipPathElement(const QualifiedName&, Document*);
SVGClipPathElement.cpp 25 #include "SVGClipPathElement.h"
38 DEFINE_ANIMATED_ENUMERATION(SVGClipPathElement, SVGNames::clipPathUnitsAttr, ClipPathUnits, clipPathUnits)
39 DEFINE_ANIMATED_BOOLEAN(SVGClipPathElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
41 inline SVGClipPathElement::SVGClipPathElement(const QualifiedName& tagName, Document* document)
47 PassRefPtr<SVGClipPathElement> SVGClipPathElement::create(const QualifiedName& tagName, Document* document)
49 return adoptRef(new SVGClipPathElement(tagName, document));
52 void SVGClipPathElement::parseMappedAttribute(Attribute* attr)
70 void SVGClipPathElement::svgAttributeChanged(const QualifiedName& attrName
    [all...]

Completed in 313 milliseconds