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

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

Completed in 61 milliseconds