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