Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.cpp412 …float desiredFontSize = max(MinimumFontSize, startingFontSizes.get(node) + style->fontSizeDelta()); in applyRelativeFontStyleChange() local
418 if (currentFontSize != desiredFontSize) { in applyRelativeFontStyleChange()
419 …neStyle->setProperty(CSSPropertyFontSize, cssValuePool().createValue(desiredFontSize, CSSPrimitive… in applyRelativeFontStyleChange()