Searched refs:inheritParent (Results 1 – 2 of 2) sorted by relevance
198 void RenderStyle::inheritFrom(const RenderStyle* inheritParent, IsAtShadowBoundary isAtShadowBounda… in inheritFrom() argument203 rareInheritedData = inheritParent->rareInheritedData; in inheritFrom()206 rareInheritedData = inheritParent->rareInheritedData; in inheritFrom()207 inherited = inheritParent->inherited; in inheritFrom()208 inherited_flags = inheritParent->inherited_flags; in inheritFrom()209 if (m_svgStyle != inheritParent->m_svgStyle) in inheritFrom()210 m_svgStyle.access()->inheritFrom(inheritParent->m_svgStyle.get()); in inheritFrom()
353 void inheritFrom(const RenderStyle* inheritParent, IsAtShadowBoundary = NotAtShadowBoundary);