Searched refs:copyNonInheritedFrom (Results 1 – 6 of 6) sorted by relevance
119 void SVGRenderStyle::copyNonInheritedFrom(const SVGRenderStyle* other) in copyNonInheritedFrom() function in WebCore::SVGRenderStyle
49 void copyNonInheritedFrom(const SVGRenderStyle*);
213 void RenderStyle::copyNonInheritedFrom(const RenderStyle* other) in copyNonInheritedFrom() function in WebCore::RenderStyle237 m_svgStyle.access()->copyNonInheritedFrom(other->m_svgStyle.get()); in copyNonInheritedFrom()
354 void copyNonInheritedFrom(const RenderStyle*);
62 newStyle->copyNonInheritedFrom(m_marker->style()); in styleDidChange()
1357 state.style()->copyNonInheritedFrom(cachedMatchedProperties->renderStyle.get()); in applyMatchedProperties()