HomeSort by relevance Sort by last modified time
    Searched defs:inheritFrom (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.cpp 107 void SVGRenderStyle::inheritFrom(const SVGRenderStyle* svgInheritParent)
RenderStyle.cpp 89 newStyle->inheritFrom(parentStyle);
152 void RenderStyle::inheritFrom(const RenderStyle* inheritParent, IsAtShadowBoundary isAtShadowBoundary)
164 m_svgStyle.access()->inheritFrom(inheritParent->m_svgStyle.get());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 107 void FontBuilder::inheritFrom(const FontDescription& fontDescription)

Completed in 44 milliseconds