Searched refs:SVGStopElement (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGStopElement.idl26 interface SVGStopElement : SVGElement {
H A DSVGStopElement.h29 class SVGStopElement final : public SVGElement {
31 static PassRefPtr<SVGStopElement> create(const QualifiedName&, Document&);
36 SVGStopElement(const QualifiedName&, Document&);
47 BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGStopElement)
52 NODE_TYPE_CASTS(SVGStopElement)
H A DSVGStopElement.cpp22 #include "SVGStopElement.h"
36 DEFINE_ANIMATED_NUMBER(SVGStopElement, SVGNames::offsetAttr, Offset, offset)
38 BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGStopElement)
43 inline SVGStopElement::SVGStopElement(const QualifiedName& tagName, Document& document) function in class:WebCore::SVGStopElement
51 PassRefPtr<SVGStopElement> SVGStopElement::create(const QualifiedName& tagName, Document& document)
53 return adoptRef(new SVGStopElement(tagName, document));
56 bool SVGStopElement::isSupportedAttribute(const QualifiedName& attrName)
64 void SVGStopElement
[all...]
H A DSVGGradientElement.cpp32 #include "SVGStopElement.h"
144 for (auto& stop : childrenOfType<SVGStopElement>(*this)) {
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGGradientStop.h26 #include "SVGStopElement.h"
35 RenderSVGGradientStop(SVGStopElement&, PassRef<RenderStyle>);
38 SVGStopElement& element() const { return toSVGStopElement(RenderObject::nodeForNonAnonymous()); }
H A DRenderSVGGradientStop.cpp27 #include "SVGStopElement.h"
34 RenderSVGGradientStop::RenderSVGGradientStop(SVGStopElement& element, PassRef<RenderStyle> style)

Completed in 127 milliseconds