Searched defs:svgElement (Results 1 – 7 of 7) sorted by relevance
56 SVGFELightElement* SVGFELightElement::findLightElement(const SVGElement* svgElement) in findLightElement()68 PassRefPtr<LightSource> SVGFELightElement::findLightSource(const SVGElement* svgElement) in findLightSource()
101 SVGElement* svgElement = const_cast<SVGElement*>(targetElement); in handleAttributeChange() local
900 RefPtr<SVGSVGElement> svgElement = SVGSVGElement::create(SVGNames::svgTag, document()); in expandSymbolElementsInShadowTree() local
281 SVGElement* svgElement = static_cast<SVGElement*>(node()); in calculateMarkerBoundsIfNeeded() local
388 SVGElement* svgElement = static_cast<SVGElement*>(path.node()); in operator <<() local
516 const SVGElement* svgElement = static_cast<const SVGElement*>(this); in boundsInWindowSpace() local580 const SVGElement* svgElement = static_cast<const SVGElement*>(this); in getBoundingClientRect() local
148 static inline QualifiedName constructQualifiedName(const SVGElement* svgElement, const String& attr… in constructQualifiedName()