Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp146 static int legacyFontSizeFromCSSValue(Document*, CSSPrimitiveValue*, bool shouldUseFixedFontDefault…
1245 return legacyFontSizeFromCSSValue(document, toCSSPrimitiveValue(cssValue.get()), in legacyFontSize()
1487 …else if (int legacyFontSize = legacyFontSizeFromCSSValue(document, toCSSPrimitiveValue(fontSize.ge… in extractTextStyles()
1605 int legacyFontSizeFromCSSValue(Document* document, CSSPrimitiveValue* value, bool shouldUseFixedFon… in legacyFontSizeFromCSSValue() function