valuesForSidesShorthand 2691 Source/core/css/CSSComputedStyleDeclaration.cpp             return valuesForSidesShorthand(borderColorShorthand());
valuesForSidesShorthand 2701 Source/core/css/CSSComputedStyleDeclaration.cpp             return valuesForSidesShorthand(borderStyleShorthand());
valuesForSidesShorthand 2705 Source/core/css/CSSComputedStyleDeclaration.cpp             return valuesForSidesShorthand(borderWidthShorthand());
valuesForSidesShorthand 2713 Source/core/css/CSSComputedStyleDeclaration.cpp             return valuesForSidesShorthand(marginShorthand());
valuesForSidesShorthand 2717 Source/core/css/CSSComputedStyleDeclaration.cpp             return valuesForSidesShorthand(paddingShorthand());
valuesForSidesShorthand  112 Source/core/css/CSSComputedStyleDeclaration.h     PassRefPtrWillBeRawPtr<CSSValueList> valuesForSidesShorthand(const StylePropertyShorthand&) const;