Searched defs:commonValue (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStylePropertySerializer.cpp418 void StylePropertySerializer::appendFontLonghandValueIfExplicit(CSSPropertyID propertyID, StringBuilder& result, String& commonValue) const
425 commonValue = String();
449 if (!commonValue.isNull() && commonValue != value)
450 commonValue = String();
465 String commonValue = fontSizeProperty.value()->cssText();
467 appendFontLonghandValueIfExplicit(CSSPropertyFontStyle, result, commonValue);
468 appendFontLonghandValueIfExplicit(CSSPropertyFontVariant, result, commonValue);
469 appendFontLonghandValueIfExplicit(CSSPropertyFontWeight, result, commonValue);
473 appendFontLonghandValueIfExplicit(CSSPropertyLineHeight, result, commonValue);
556 String commonValue; local
686 String commonValue; local
742 String commonValue; local
[all...]

Completed in 51 milliseconds