Home
last modified time | relevance | path

Searched refs:computedFontSize (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.h115 float computedFontSize(Node*);
DApplyStyleCommand.cpp383 startingFontSizes.set(node, computedFontSize(node)); in applyRelativeFontStyleChange()
411 float currentFontSize = computedFontSize(node); in applyRelativeFontStyleChange()
416 currentFontSize = computedFontSize(node); in applyRelativeFontStyleChange()
1520 float ApplyStyleCommand::computedFontSize(Node* node) in computedFontSize() function in blink::ApplyStyleCommand
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp308 …lineHeight = Length((state.style()->computedFontSize() * primitiveValue->getIntValue()) / 100.0, F… in applyValueCSSPropertyLineHeight()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp912 textDecorationThickness = std::max(1.f, styleToUse->computedFontSize() / 10.f); in paintDecoration()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp1114 float RenderStyle::computedFontSize() const { return fontDescription().computedSize(); } in computedFontSize() function in blink::RenderStyle
DRenderStyle.h555 float computedFontSize() const;