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

/external/webkit/Source/WebCore/svg/
H A DSVGFEFuncGElement.h29 class SVGFEFuncGElement : public SVGComponentTransferFunctionElement { class in namespace:WebCore
31 static PassRefPtr<SVGFEFuncGElement> create(const QualifiedName&, Document*);
34 SVGFEFuncGElement(const QualifiedName&, Document*);
H A DSVGFEFuncGElement.cpp24 #include "SVGFEFuncGElement.h"
28 inline SVGFEFuncGElement::SVGFEFuncGElement(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGFEFuncGElement
33 PassRefPtr<SVGFEFuncGElement> SVGFEFuncGElement::create(const QualifiedName& tagName, Document* document)
35 return adoptRef(new SVGFEFuncGElement(tagName, document));

Completed in 192 milliseconds