parseShorthand    908 Source/core/css/parser/CSSPropertyParser.cpp             return parseShorthand(CSSPropertyTextDecoration, textDecorationShorthand(), important);
parseShorthand   1392 Source/core/css/parser/CSSPropertyParser.cpp         if (parseShorthand(propId, parsingShorthandForProperty(CSSPropertyBorder), important)) {
parseShorthand   1402 Source/core/css/parser/CSSPropertyParser.cpp         return parseShorthand(propId, borderTopShorthand(), important);
parseShorthand   1405 Source/core/css/parser/CSSPropertyParser.cpp         return parseShorthand(propId, borderRightShorthand(), important);
parseShorthand   1408 Source/core/css/parser/CSSPropertyParser.cpp         return parseShorthand(propId, borderBottomShorthand(), important);
parseShorthand   1411 Source/core/css/parser/CSSPropertyParser.cpp         return parseShorthand(propId, borderLeftShorthand(), important);
parseShorthand   1413 Source/core/css/parser/CSSPropertyParser.cpp         return parseShorthand(propId, webkitBorderStartShorthand(), important);
parseShorthand   1415 Source/core/css/parser/CSSPropertyParser.cpp         return parseShorthand(propId, webkitBorderEndShorthand(), important);
parseShorthand   1417 Source/core/css/parser/CSSPropertyParser.cpp         return parseShorthand(propId, webkitBorderBeforeShorthand(), important);
parseShorthand   1419 Source/core/css/parser/CSSPropertyParser.cpp         return parseShorthand(propId, webkitBorderAfterShorthand(), important);
parseShorthand   1422 Source/core/css/parser/CSSPropertyParser.cpp         return parseShorthand(propId, outlineShorthand(), important);
parseShorthand   1439 Source/core/css/parser/CSSPropertyParser.cpp         return parseShorthand(propId, flexFlowShorthand(), important);
parseShorthand   1449 Source/core/css/parser/CSSPropertyParser.cpp         return parseShorthand(propId, listStyleShorthand(), important);
parseShorthand   1453 Source/core/css/parser/CSSPropertyParser.cpp         return parseShorthand(propId, webkitColumnRuleShorthand(), important);
parseShorthand   1455 Source/core/css/parser/CSSPropertyParser.cpp         return parseShorthand(propId, webkitTextStrokeShorthand(), important);
parseShorthand   1472 Source/core/css/parser/CSSPropertyParser.cpp         return parseShorthand(propId, webkitTextEmphasisShorthand(), important);
parseShorthand    100 Source/core/css/parser/CSSPropertyParser.h     bool parseShorthand(CSSPropertyID, const StylePropertyShorthand&, bool important);