Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp150 enum LegacyFontSizeMode { AlwaysUseLegacyFontSize, UseLegacyFontSizeOnlyIfPixelValuesMatch }; enumerator
1273 m_fixedPitchFontType, AlwaysUseLegacyFontSize); in legacyFontSize()
1641 …if (mode == AlwaysUseLegacyFontSize || FontSize::fontSizeForKeyword(document, legacyFontSize, fixe… in legacyFontSizeFromCSSValue()