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