computedFontSize 314 Source/core/css/resolver/StyleBuilderCustom.cpp lineHeight = Length((state.style()->computedFontSize() * primitiveValue->getIntValue()) / 100.0, Fixed); computedFontSize 378 Source/core/editing/ApplyStyleCommand.cpp startingFontSizes.set(node, computedFontSize(node)); computedFontSize 406 Source/core/editing/ApplyStyleCommand.cpp float currentFontSize = computedFontSize(node); computedFontSize 411 Source/core/editing/ApplyStyleCommand.cpp currentFontSize = computedFontSize(node); computedFontSize 113 Source/core/editing/ApplyStyleCommand.h float computedFontSize(Node*); computedFontSize 1135 Source/core/rendering/InlineTextBox.cpp textDecorationThickness = std::max(1.f, styleToUse->computedFontSize() / 10.f); computedFontSize 570 Source/core/rendering/style/RenderStyle.h float computedFontSize() const;