inheritFrom        51 Source/core/css/resolver/FontBuilder.h     void inheritFrom(const FontDescription&);
inheritFrom       661 Source/core/css/resolver/StyleResolver.cpp         state.style()->inheritFrom(state.parentStyle(), isAtShadowBoundary(element) ? RenderStyle::AtShadowBoundary : RenderStyle::NotAtShadowBoundary);
inheritFrom       858 Source/core/css/resolver/StyleResolver.cpp         state.style()->inheritFrom(state.parentStyle());
inheritFrom       932 Source/core/css/resolver/StyleResolver.cpp     state.style()->inheritFrom(rootElementStyle);
inheritFrom      1275 Source/core/css/resolver/StyleResolver.cpp             state.style()->inheritFrom(cachedMatchedProperties->renderStyle.get());
inheritFrom        87 Source/core/html/shadow/TextControlInnerElements.cpp     style->inheritFrom(shadowHost()->renderStyle());
inheritFrom        62 Source/core/rendering/RenderFlowThread.cpp     newStyle->inheritFrom(parentStyle);
inheritFrom        87 Source/core/rendering/RenderLayerReflectionInfo.cpp     newStyle->inheritFrom(renderer()->style());
inheritFrom        62 Source/core/rendering/RenderListItem.cpp         newStyle->inheritFrom(style());
inheritFrom      1908 Source/core/rendering/RenderObject.cpp         style->inheritFrom(pseudoStyle.get());
inheritFrom        81 Source/core/rendering/RenderTextControlMultiLine.cpp     textBlockStyle->inheritFrom(startStyle);
inheritFrom       360 Source/core/rendering/RenderTextControlSingleLine.cpp     textBlockStyle->inheritFrom(startStyle);
inheritFrom        89 Source/core/rendering/style/RenderStyle.cpp     newStyle->inheritFrom(parentStyle);
inheritFrom       211 Source/core/rendering/style/RenderStyle.cpp         m_svgStyle.access()->inheritFrom(inheritParent->m_svgStyle.get());
inheritFrom       370 Source/core/rendering/style/RenderStyle.h     void inheritFrom(const RenderStyle* inheritParent, IsAtShadowBoundary = NotAtShadowBoundary);
inheritFrom        48 Source/core/rendering/style/SVGRenderStyle.h     void inheritFrom(const SVGRenderStyle*);