Searched refs:SVGFEPointLightElement (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGFEPointLightElement.cpp23 #include "SVGFEPointLightElement.h"
30 inline SVGFEPointLightElement::SVGFEPointLightElement(const QualifiedName& tagName, Document* document) function in class:WebCore::SVGFEPointLightElement
36 PassRefPtr<SVGFEPointLightElement> SVGFEPointLightElement::create(const QualifiedName& tagName, Document* document)
38 return adoptRef(new SVGFEPointLightElement(tagName, document));
41 PassRefPtr<LightSource> SVGFEPointLightElement::lightSource() const
H A DSVGFEPointLightElement.h28 class SVGFEPointLightElement FINAL : public SVGFELightElement {
30 static PassRefPtr<SVGFEPointLightElement> create(const QualifiedName&, Document*);
33 SVGFEPointLightElement(const QualifiedName&, Document*);
H A DSVGFEPointLightElement.idl28 ] interface SVGFEPointLightElement : SVGElement {

Completed in 119 milliseconds