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

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGFEMergeElement.idl28 ] interface SVGFEMergeElement : SVGStyledElement,
H A DSVGFEMergeElement.h30 class SVGFEMergeElement FINAL : public SVGFilterPrimitiveStandardAttributes {
32 static PassRefPtr<SVGFEMergeElement> create(const QualifiedName&, Document*);
35 SVGFEMergeElement(const QualifiedName&, Document*);
H A DSVGFEMergeElement.cpp24 #include "SVGFEMergeElement.h"
33 inline SVGFEMergeElement::SVGFEMergeElement(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGFEMergeElement
39 PassRefPtr<SVGFEMergeElement> SVGFEMergeElement::create(const QualifiedName& tagName, Document* document)
41 return adoptRef(new SVGFEMergeElement(tagName, document));
44 PassRefPtr<FilterEffect> SVGFEMergeElement::build(SVGFilterBuilder* filterBuilder, Filter* filter)

Completed in 113 milliseconds