Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElementRareData.cpp15 MutableStylePropertySet* SVGElementRareData::ensureAnimatedSMILStyleProperties() in ensureAnimatedSMILStyleProperties() function in blink::SVGElementRareData
DSVGElementRareData.h72 MutableStylePropertySet* ensureAnimatedSMILStyleProperties();
DSVGAnimateElement.cpp203 MutableStylePropertySet* propertySet = targetElement->ensureAnimatedSMILStyleProperties(); in applyCSSPropertyToTarget()
215 targetElement->ensureAnimatedSMILStyleProperties()->removeProperty(id); in removeCSSPropertyFromTarget()
DSVGElement.h142 MutableStylePropertySet* ensureAnimatedSMILStyleProperties();
DSVGElement.cpp925 MutableStylePropertySet* SVGElement::ensureAnimatedSMILStyleProperties() in ensureAnimatedSMILStyleProperties() function in blink::SVGElement
927 return ensureSVGRareData()->ensureAnimatedSMILStyleProperties(); in ensureAnimatedSMILStyleProperties()