appendFontLonghandValueIfExplicit  403 Source/core/css/StylePropertySerializer.cpp     appendFontLonghandValueIfExplicit(CSSPropertyFontStyle, result, commonValue);
appendFontLonghandValueIfExplicit  404 Source/core/css/StylePropertySerializer.cpp     appendFontLonghandValueIfExplicit(CSSPropertyFontVariant, result, commonValue);
appendFontLonghandValueIfExplicit  405 Source/core/css/StylePropertySerializer.cpp     appendFontLonghandValueIfExplicit(CSSPropertyFontWeight, result, commonValue);
appendFontLonghandValueIfExplicit  409 Source/core/css/StylePropertySerializer.cpp     appendFontLonghandValueIfExplicit(CSSPropertyLineHeight, result, commonValue);
appendFontLonghandValueIfExplicit   47 Source/core/css/StylePropertySerializer.h     void appendFontLonghandValueIfExplicit(CSSPropertyID, StringBuilder& result, String& value) const;