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.cpp216 if (candidate.isSVGElement() && toSVGElement(candidate).animatedSMILStyleProperties()) in canShareStyleWithElement()
260 if (parent->isSVGElement() && toSVGElement(parent)->animatedSMILStyleProperties()) in canShareStyleWithElement()
DStyleResolver.cpp500 …ector.addElementStyleProperties(toSVGElement(state.element())->animatedSMILStyleProperties(), fals… in matchAllRules()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElementRareData.h71 …MutableStylePropertySet* animatedSMILStyleProperties() const { return m_animatedSMILStylePropertie… in animatedSMILStyleProperties() function
DSVGElement.h141 MutableStylePropertySet* animatedSMILStyleProperties() const;
DSVGElement.cpp918 MutableStylePropertySet* SVGElement::animatedSMILStyleProperties() const in animatedSMILStyleProperties() function in blink::SVGElement
921 return svgRareData()->animatedSMILStyleProperties(); in animatedSMILStyleProperties()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp3195 if (isSVGElement() && toSVGElement(this)->animatedSMILStyleProperties()) in supportsStyleSharing()