get4Values        273 Source/core/css/StylePropertySerializer.cpp         return get4Values(borderColorShorthand());
get4Values        275 Source/core/css/StylePropertySerializer.cpp         return get4Values(borderWidthShorthand());
get4Values        277 Source/core/css/StylePropertySerializer.cpp         return get4Values(borderStyleShorthand());
get4Values        295 Source/core/css/StylePropertySerializer.cpp         return get4Values(marginShorthand());
get4Values        301 Source/core/css/StylePropertySerializer.cpp         return get4Values(paddingShorthand());
get4Values        330 Source/core/css/StylePropertySerializer.cpp         return get4Values(borderRadiusShorthand());
get4Values         43 Source/core/css/StylePropertySerializer.h     String get4Values(const StylePropertyShorthand&) const;