Searched refs:inheritParent (Results 1 – 2 of 2) sorted by relevance
161 void RenderStyle::inheritFrom(const RenderStyle* inheritParent) in inheritFrom() argument163 rareInheritedData = inheritParent->rareInheritedData; in inheritFrom()164 inherited = inheritParent->inherited; in inheritFrom()165 inherited_flags = inheritParent->inherited_flags; in inheritFrom()167 if (m_svgStyle != inheritParent->m_svgStyle) in inheritFrom()168 m_svgStyle.access()->inheritFrom(inheritParent->m_svgStyle.get()); in inheritFrom()
322 void inheritFrom(const RenderStyle* inheritParent);