parse4Values     1425 Source/core/css/parser/CSSPropertyParser.cpp         return parse4Values(propId, borderColorShorthand().properties(), important);
parse4Values     1428 Source/core/css/parser/CSSPropertyParser.cpp         return parse4Values(propId, borderWidthShorthand().properties(), important);
parse4Values     1431 Source/core/css/parser/CSSPropertyParser.cpp         return parse4Values(propId, borderStyleShorthand().properties(), important);
parse4Values     1434 Source/core/css/parser/CSSPropertyParser.cpp         return parse4Values(propId, marginShorthand().properties(), important);
parse4Values     1437 Source/core/css/parser/CSSPropertyParser.cpp         return parse4Values(propId, paddingShorthand().properties(), important);
parse4Values      101 Source/core/css/parser/CSSPropertyParser.h     bool parse4Values(CSSPropertyID, const CSSPropertyID* properties, bool important);