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

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

Completed in 27 milliseconds