Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DSharedStyleFinder.cpp180 if (candidate.isSVGElement() && toSVGElement(candidate).animatedSMILStyleProperties()) in canShareStyleWithElement()
230 if (parent->isSVGElement() && toSVGElement(parent)->animatedSMILStyleProperties()) in canShareStyleWithElement()
DStyleResolver.cpp581 …ector.addElementStyleProperties(toSVGElement(state.element())->animatedSMILStyleProperties(), fals… in matchAllRules()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElementRareData.h77 …MutableStylePropertySet* animatedSMILStyleProperties() const { return m_animatedSMILStylePropertie… in animatedSMILStyleProperties() function
DSVGElement.h133 MutableStylePropertySet* animatedSMILStyleProperties() const;
DSVGElement.cpp1066 MutableStylePropertySet* SVGElement::animatedSMILStyleProperties() const in animatedSMILStyleProperties() function in WebCore::SVGElement
1069 return svgRareData()->animatedSMILStyleProperties(); in animatedSMILStyleProperties()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp3596 if (isSVGElement() && toSVGElement(this)->animatedSMILStyleProperties()) in supportsStyleSharing()