Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElementRareData.h77 …tylePropertySet* animatedSMILStyleProperties() const { return m_animatedSMILStyleProperties.get();… in animatedSMILStyleProperties()
80 if (!m_animatedSMILStyleProperties) in ensureAnimatedSMILStyleProperties()
81 m_animatedSMILStyleProperties = MutableStylePropertySet::create(SVGAttributeMode); in ensureAnimatedSMILStyleProperties()
82 return m_animatedSMILStyleProperties.get(); in ensureAnimatedSMILStyleProperties()
87 m_animatedSMILStyleProperties.clear(); in destroyAnimatedSMILStyleProperties()
116 RefPtr<MutableStylePropertySet> m_animatedSMILStyleProperties; variable