AlwaysQuoteCSSString 1042 Source/core/css/CSSPrimitiveValue.cpp text = formattingFlag == AlwaysQuoteCSSString ? quoteCSSString(m_value.string) : quoteCSSStringIfNeeded(m_value.string); AlwaysQuoteCSSString 119 Source/core/css/CSSValueList.cpp if (formattingFlag == AlwaysQuoteCSSString && m_values[i]->isPrimitiveValue()) AlwaysQuoteCSSString 120 Source/core/css/CSSValueList.cpp result.append(toCSSPrimitiveValue(m_values[i].get())->customCSSText(AlwaysQuoteCSSString)); AlwaysQuoteCSSString 95 Source/core/css/StylePropertySerializer.cpp value = toCSSValueList(property.value())->customCSSText(AlwaysQuoteCSSString);