HomeSort by relevance Sort by last modified time
    Searched defs:SVGFEFuncGElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGFEFuncGElement.cpp 24 #include "SVGFEFuncGElement.h"
28 inline SVGFEFuncGElement::SVGFEFuncGElement(const QualifiedName& tagName, Document* document)
33 PassRefPtr<SVGFEFuncGElement> SVGFEFuncGElement::create(const QualifiedName& tagName, Document* document)
35 return adoptRef(new SVGFEFuncGElement(tagName, document));
SVGFEFuncGElement.h 29 class SVGFEFuncGElement : public SVGComponentTransferFunctionElement {
31 static PassRefPtr<SVGFEFuncGElement> create(const QualifiedName&, Document*);
34 SVGFEFuncGElement(const QualifiedName&, Document*);

Completed in 814 milliseconds