SVGFEDistantLightElement   28 Source/core/svg/SVGFEDistantLightElement.cpp inline SVGFEDistantLightElement::SVGFEDistantLightElement(Document& document)
SVGFEDistantLightElement   34 Source/core/svg/SVGFEDistantLightElement.cpp PassRefPtr<SVGFEDistantLightElement> SVGFEDistantLightElement::create(Document& document)
SVGFEDistantLightElement   36 Source/core/svg/SVGFEDistantLightElement.cpp     return adoptRef(new SVGFEDistantLightElement(document));
SVGFEDistantLightElement   39 Source/core/svg/SVGFEDistantLightElement.cpp PassRefPtr<LightSource> SVGFEDistantLightElement::lightSource() const
SVGFEDistantLightElement   27 Source/core/svg/SVGFEDistantLightElement.h class SVGFEDistantLightElement FINAL : public SVGFELightElement {
SVGFEDistantLightElement   29 Source/core/svg/SVGFEDistantLightElement.h     static PassRefPtr<SVGFEDistantLightElement> create(Document&);
SVGFEDistantLightElement   32 Source/core/svg/SVGFEDistantLightElement.h     explicit SVGFEDistantLightElement(Document&);