Home | History | Annotate | Download | only in rendering

Lines Matching refs:svgElement

288     SVGElement* svgElement = static_cast<SVGElement*>(node());
289 ASSERT(svgElement && svgElement->document());
290 if (!svgElement->isStyled())
293 SVGStyledElement* styledElement = static_cast<SVGStyledElement*>(svgElement);
307 svgElement->document()->accessSVGExtensions()->addPendingResource(startMarkerId, styledElement);
312 svgElement->document()->accessSVGExtensions()->addPendingResource(midMarkerId, styledElement);
317 svgElement->document()->accessSVGExtensions()->addPendingResource(endMarkerId, styledElement);