Home | History | Annotate | Download | only in svg

Lines Matching full:node

98 void SVGClipPathElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
122 for (Node* node = firstChild(); node; node = node->nextSibling()) {
123 if (!node->isSVGElement() || !static_cast<SVGElement*>(node)->isStyledTransformable())
125 SVGStyledTransformableElement* styled = static_cast<SVGStyledTransformableElement*>(node);