Home | History | Annotate | Download | only in svg

Lines Matching refs:svgElement

61     : SVGElement(tagName, document)
67 SVGFELightElement* SVGFELightElement::findLightElement(const SVGElement* svgElement)
69 for (Node* node = svgElement->firstChild(); node; node = node->nextSibling()) {
79 PassRefPtr<LightSource> SVGFELightElement::findLightSource(const SVGElement* svgElement)
81 SVGFELightElement* lightNode = findLightElement(svgElement);
108 SVGElement::parseAttribute(name, value);
168 SVGElement::svgAttributeChanged(attrName);
208 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);