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

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGFETileElement.idl28 ] interface SVGFETileElement : SVGStyledElement,
H A DSVGFETileElement.cpp24 #include "SVGFETileElement.h"
36 DEFINE_ANIMATED_STRING(SVGFETileElement, SVGNames::inAttr, In1, in1)
38 BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGFETileElement)
43 inline SVGFETileElement::SVGFETileElement(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGFETileElement
50 PassRefPtr<SVGFETileElement> SVGFETileElement::create(const QualifiedName& tagName, Document* document)
52 return adoptRef(new SVGFETileElement(tagName, document));
55 bool SVGFETileElement::isSupportedAttribute(const QualifiedName& attrName)
63 void SVGFETileElement
[all...]
H A DSVGFETileElement.h30 class SVGFETileElement FINAL : public SVGFilterPrimitiveStandardAttributes {
32 static PassRefPtr<SVGFETileElement> create(const QualifiedName&, Document*);
35 SVGFETileElement(const QualifiedName&, Document*);
42 BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGFETileElement)

Completed in 105 milliseconds