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

  /external/webkit/WebCore/svg/
SVGClipPathElement.h 34 class SVGClipPathElement : public SVGStyledTransformableElement,
39 SVGClipPathElement(const QualifiedName&, Document*);
40 virtual ~SVGClipPathElement();
53 DECLARE_ANIMATED_PROPERTY(SVGClipPathElement, SVGNames::clipPathUnitsAttr, int, ClipPathUnits, clipPathUnits)
56 DECLARE_ANIMATED_PROPERTY(SVGClipPathElement, SVGNames::externalResourcesRequiredAttr, bool, ExternalResourcesRequired, externalResourcesRequired)
SVGClipPathElement.cpp 24 #include "SVGClipPathElement.h"
36 SVGClipPathElement::SVGClipPathElement(const QualifiedName& tagName, Document* doc)
45 SVGClipPathElement::~SVGClipPathElement()
49 void SVGClipPathElement::parseMappedAttribute(MappedAttribute* attr)
67 void SVGClipPathElement::svgAttributeChanged(const QualifiedName& attrName)
82 void SVGClipPathElement::synchronizeProperty(const QualifiedName& attrName)
98 void SVGClipPathElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
108 RenderObject* SVGClipPathElement::createRenderer(RenderArena* arena, RenderStyle*
    [all...]

Completed in 33 milliseconds