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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyStyleCommand.cpp412 float desiredFontSize = max(MinimumFontSize, startingFontSizes.get(node) + style->fontSizeDelta()); local
418 if (currentFontSize != desiredFontSize) {
419 inlineStyle->setProperty(CSSPropertyFontSize, cssValuePool().createValue(desiredFontSize, CSSPrimitiveValue::CSS_PX), false);

Completed in 76 milliseconds