Searched refs:ensureAnimatedSMILStyleProperties (Results 1 – 5 of 5) sorted by relevance
15 MutableStylePropertySet* SVGElementRareData::ensureAnimatedSMILStyleProperties() in ensureAnimatedSMILStyleProperties() function in blink::SVGElementRareData
72 MutableStylePropertySet* ensureAnimatedSMILStyleProperties();
203 MutableStylePropertySet* propertySet = targetElement->ensureAnimatedSMILStyleProperties(); in applyCSSPropertyToTarget()215 targetElement->ensureAnimatedSMILStyleProperties()->removeProperty(id); in removeCSSPropertyFromTarget()
142 MutableStylePropertySet* ensureAnimatedSMILStyleProperties();
925 MutableStylePropertySet* SVGElement::ensureAnimatedSMILStyleProperties() in ensureAnimatedSMILStyleProperties() function in blink::SVGElement927 return ensureSVGRareData()->ensureAnimatedSMILStyleProperties(); in ensureAnimatedSMILStyleProperties()