Home | History | Annotate | Download | only in style

Lines Matching defs:inheritFrom

62     newStyle->inheritFrom(parentStyle);
161 void RenderStyle::inheritFrom(const RenderStyle* inheritParent)
168 m_svgStyle.access()->inheritFrom(inheritParent->m_svgStyle.get());