Home
last modified time | relevance | path

Searched refs:updateComputedSize (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp432 updateComputedSize(scope.fontDescription(), style); in checkForGenericFamilyChange()
435 void FontBuilder::updateComputedSize(RenderStyle* style, const RenderStyle* parentStyle) in updateComputedSize() function in blink::FontBuilder
438 updateComputedSize(scope.fontDescription(), style); in updateComputedSize()
441 void FontBuilder::updateComputedSize(FontDescription& fontDescription, RenderStyle* style) in updateComputedSize() function in blink::FontBuilder
456 updateComputedSize(style, parentStyle); in createFont()
472 updateComputedSize(fontDescription, documentStyle); in createFontForDocument()
DFontBuilder.h103 void updateComputedSize(RenderStyle*, const RenderStyle* parentStyle);
104 void updateComputedSize(FontDescription&, RenderStyle*);