Searched refs:SVGFEDropShadowElement (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGFEDropShadowElement.cpp23 #include "SVGFEDropShadowElement.h"
36 DEFINE_ANIMATED_STRING(SVGFEDropShadowElement, SVGNames::inAttr, In1, in1)
37 DEFINE_ANIMATED_NUMBER(SVGFEDropShadowElement, SVGNames::dxAttr, Dx, dx)
38 DEFINE_ANIMATED_NUMBER(SVGFEDropShadowElement, SVGNames::dyAttr, Dy, dy)
39 DEFINE_ANIMATED_NUMBER_MULTIPLE_WRAPPERS(SVGFEDropShadowElement, SVGNames::stdDeviationAttr, stdDeviationXIdentifier(), StdDeviationX, stdDeviationX)
40 DEFINE_ANIMATED_NUMBER_MULTIPLE_WRAPPERS(SVGFEDropShadowElement, SVGNames::stdDeviationAttr, stdDeviationYIdentifier(), StdDeviationY, stdDeviationY)
42 BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGFEDropShadowElement)
51 inline SVGFEDropShadowElement::SVGFEDropShadowElement(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGFEDropShadowElement
62 PassRefPtr<SVGFEDropShadowElement> SVGFEDropShadowElemen
[all...]
H A DSVGFEDropShadowElement.h30 class SVGFEDropShadowElement FINAL : public SVGFilterPrimitiveStandardAttributes {
32 static PassRefPtr<SVGFEDropShadowElement> create(const QualifiedName&, Document*);
37 SVGFEDropShadowElement(const QualifiedName&, Document*);
47 BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGFEDropShadowElement)
H A DSVGFEDropShadowElement.idl22 ] interface SVGFEDropShadowElement : SVGStyledElement,

Completed in 125 milliseconds