Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.cpp310 static const float MinimumFontSize = 0.1f; in applyRelativeFontStyleChange() local
412 …float desiredFontSize = max(MinimumFontSize, startingFontSizes.get(node) + style->fontSizeDelta()); in applyRelativeFontStyleChange()