Home
last modified time | relevance | path

Searched defs:svgElement (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGFELightElement.cpp56 SVGFELightElement* SVGFELightElement::findLightElement(const SVGElement* svgElement) in findLightElement()
68 PassRefPtr<LightSource> SVGFELightElement::findLightSource(const SVGElement* svgElement) in findLightSource()
DSVGTests.cpp101 SVGElement* svgElement = const_cast<SVGElement*>(targetElement); in handleAttributeChange() local
DSVGUseElement.cpp900 RefPtr<SVGSVGElement> svgElement = SVGSVGElement::create(SVGNames::svgTag, document()); in expandSymbolElementsInShadowTree() local
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGPath.cpp281 SVGElement* svgElement = static_cast<SVGElement*>(node()); in calculateMarkerBoundsIfNeeded() local
DSVGRenderTreeAsText.cpp388 SVGElement* svgElement = static_cast<SVGElement*>(path.node()); in operator <<() local
/external/webkit/Source/WebCore/dom/
DElement.cpp516 const SVGElement* svgElement = static_cast<const SVGElement*>(this); in boundsInWindowSpace() local
580 const SVGElement* svgElement = static_cast<const SVGElement*>(this); in getBoundingClientRect() local
/external/webkit/Source/WebCore/svg/animation/
DSVGSMILElement.cpp148 static inline QualifiedName constructQualifiedName(const SVGElement* svgElement, const String& attr… in constructQualifiedName()