HomeSort by relevance Sort by last modified time
    Searched refs:SVGFESpotLightElement (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGFESpotLightElement.h 28 class SVGFESpotLightElement : public SVGFELightElement {
30 static PassRefPtr<SVGFESpotLightElement> create(const QualifiedName&, Document*);
33 SVGFESpotLightElement(const QualifiedName&, Document*);
SVGFESpotLightElement.cpp 23 #include "SVGFESpotLightElement.h"
29 inline SVGFESpotLightElement::SVGFESpotLightElement(const QualifiedName& tagName, Document* document)
34 PassRefPtr<SVGFESpotLightElement> SVGFESpotLightElement::create(const QualifiedName& tagName, Document* document)
36 return adoptRef(new SVGFESpotLightElement(tagName, document));
39 PassRefPtr<LightSource> SVGFESpotLightElement::lightSource() const
SVGFESpotLightElement.idl 28 interface [Conditional=SVG&FILTERS] SVGFESpotLightElement : SVGElement {
  /external/webkit/Source/WebCore/page/
DOMWindow.idl     [all...]
  /external/webkit/Source/WebCore/
Android.mk     [all...]

Completed in 94 milliseconds