Home
last modified time | relevance | path

Searched refs:ensureAnimatedSMILStyleProperties (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimateElement.cpp205 MutableStylePropertySet* propertySet = targetElement->ensureAnimatedSMILStyleProperties(); in applyCSSPropertyToTarget()
217 targetElement->ensureAnimatedSMILStyleProperties()->removeProperty(id); in removeCSSPropertyFromTarget()
DSVGElementRareData.h69 MutableStylePropertySet* ensureAnimatedSMILStyleProperties() in ensureAnimatedSMILStyleProperties() function
DSVGElement.h143 MutableStylePropertySet* ensureAnimatedSMILStyleProperties();
DSVGElement.cpp993 MutableStylePropertySet* SVGElement::ensureAnimatedSMILStyleProperties() in ensureAnimatedSMILStyleProperties() function in WebCore::SVGElement
995 return ensureSVGRareData()->ensureAnimatedSMILStyleProperties(); in ensureAnimatedSMILStyleProperties()