HomeSort by relevance Sort by last modified time
    Searched refs:SVGFEFuncGElement (Results 1 - 6 of 6) 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*);
SVGFEFuncGElement.idl 28 interface [Conditional=SVG&FILTERS] SVGFEFuncGElement : SVGComponentTransferFunctionElement {
SVGFEComponentTransferElement.cpp 30 #include "SVGFEFuncGElement.h"
97 green = static_cast<SVGFEFuncGElement*>(node)->transferFunction();
  /external/webkit/Source/WebCore/page/
DOMWindow.idl     [all...]
  /external/webkit/Source/WebCore/
Android.mk     [all...]

Completed in 213 milliseconds