Searched refs:shouldUseFixedFontDefaultSize (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | EditingStyle.cpp | 146 …egacyFontSizeFromCSSValue(Document*, CSSPrimitiveValue*, bool shouldUseFixedFontDefaultSize, Legac… 1430 …tTextStyles(Document* document, MutableStylePropertySet* style, bool shouldUseFixedFontDefaultSize) in extractTextStyles() argument 1488 shouldUseFixedFontDefaultSize, UseLegacyFontSizeOnlyIfPixelValuesMatch)) { in extractTextStyles() 1605 …omCSSValue(Document* document, CSSPrimitiveValue* value, bool shouldUseFixedFontDefaultSize, Legac… in legacyFontSizeFromCSSValue() argument 1609 … legacyFontSize = FontSize::legacyFontSize(document, pixelFontSize, shouldUseFixedFontDefaultSize); in legacyFontSizeFromCSSValue() 1612 …ontSize::fontSizeForKeyword(document, cssPrimitiveEquivalent, shouldUseFixedFontDefaultSize) == pi… in legacyFontSizeFromCSSValue()
|
D | EditingStyle.h | 220 void extractTextStyles(Document*, MutableStylePropertySet*, bool shouldUseFixedFontDefaultSize);
|