Searched defs:SVGClipPathElement (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGClipPathElement.cpp24 #include "core/svg/SVGClipPathElement.h"
30 inline SVGClipPathElement::SVGClipPathElement(Document& document) function in class:WebCore::SVGClipPathElement
38 DEFINE_NODE_FACTORY(SVGClipPathElement)
40 bool SVGClipPathElement::isSupportedAttribute(const QualifiedName& attrName)
49 void SVGClipPathElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
66 void SVGClipPathElement::svgAttributeChanged(const QualifiedName& attrName)
80 void SVGClipPathElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
91 RenderObject* SVGClipPathElement::createRenderer(RenderStyle*)

Completed in 78 milliseconds