Home
last modified time | relevance | path

Searched refs:maximumAllowedFontSize (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DFontSize.cpp78 return std::min(maximumAllowedFontSize, zoomedSize); in getComputedSizeFromSpecifiedSize()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h548 static const float maximumAllowedFontSize = 1000000.0f; variable
DRenderStyle.cpp1215 size = std::min(maximumAllowedFontSize, size); in setFontSize()
1225 desc.setComputedSize(std::min(maximumAllowedFontSize, autosizedFontSize)); in setFontSize()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp327 specifiedSize = std::min(maximumAllowedFontSize, specifiedSize); in setSize()