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

/external/webkit/Source/WebCore/svg/
H A DSVGFilterPrimitiveStandardAttributes.h40 class SVGFilterPrimitiveStandardAttributes : public SVGStyledElement { class in namespace:WebCore
49 SVGFilterPrimitiveStandardAttributes(const QualifiedName&, Document*);
H A DSVGFilterPrimitiveStandardAttributes.cpp25 #include "SVGFilterPrimitiveStandardAttributes.h"
39 DEFINE_ANIMATED_LENGTH(SVGFilterPrimitiveStandardAttributes, SVGNames::xAttr, X, x)
40 DEFINE_ANIMATED_LENGTH(SVGFilterPrimitiveStandardAttributes, SVGNames::yAttr, Y, y)
41 DEFINE_ANIMATED_LENGTH(SVGFilterPrimitiveStandardAttributes, SVGNames::widthAttr, Width, width)
42 DEFINE_ANIMATED_LENGTH(SVGFilterPrimitiveStandardAttributes, SVGNames::heightAttr, Height, height)
43 DEFINE_ANIMATED_STRING(SVGFilterPrimitiveStandardAttributes, SVGNames::resultAttr, Result, result)
45 SVGFilterPrimitiveStandardAttributes::SVGFilterPrimitiveStandardAttributes(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGFilterPrimitiveStandardAttributes
56 void SVGFilterPrimitiveStandardAttributes::parseMappedAttribute(Attribute* attr)
73 bool SVGFilterPrimitiveStandardAttributes
[all...]

Completed in 64 milliseconds