Home | History | Annotate | Download | only in svg

Lines Matching refs:svgElement

29 #include "SVGElement.h"
95 bool SVGTests::handleAttributeChange(const SVGElement* targetElement, const QualifiedName& attrName)
101 SVGElement* svgElement = const_cast<SVGElement*>(targetElement);
102 ASSERT(svgElement);
103 bool valid = svgElement->isValid();
104 if (valid && !svgElement->attached())
105 svgElement->attach();
106 if (!valid && svgElement->attached())
107 svgElement->detach();
111 void SVGTests::synchronizeProperties(SVGElement* contextElement, const QualifiedName& attrName)
128 void SVGTests::synchronizeRequiredFeatures(SVGElement* contextElement)
136 void SVGTests::synchronizeRequiredExtensions(SVGElement* contextElement)
144 void SVGTests::synchronizeSystemLanguage(SVGElement* contextElement)