HomeSort by relevance Sort by last modified time
    Searched full:desiredfontsize (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 395 float desiredFontSize = max(MinimumFontSize, startingFontSizes.get(node) + style->fontSizeDelta());
401 if (currentFontSize != desiredFontSize) {
402 inlineStyle->setProperty(CSSPropertyFontSize, cssValuePool().createValue(desiredFontSize, CSSPrimitiveValue::CSS_PX), false);
    [all...]

Completed in 226 milliseconds