shorthandID        45 Source/core/css/CSSProperty.h     CSSPropertyID shorthandID() const;
shorthandID        73 Source/core/css/CSSProperty.h     CSSPropertyID shorthandID() const { return m_metadata.shorthandID(); };
shorthandID       197 Source/core/css/PropertySetCSSStyleDeclaration.cpp     CSSPropertyID shorthandID = propertySet().getPropertyShorthand(propertyID);
shorthandID       198 Source/core/css/PropertySetCSSStyleDeclaration.cpp     if (!shorthandID)
shorthandID       200 Source/core/css/PropertySetCSSStyleDeclaration.cpp     return getPropertyNameString(shorthandID);
shorthandID       248 Source/core/css/StylePropertySet.cpp     return propertyAt(foundPropertyIndex).shorthandID();
shorthandID       304 Source/core/css/StylePropertySet.cpp     CSSPropertyID prefixedShorthand = prefixingVariantForPropertyId(property.shorthandID());
shorthandID        68 Source/core/css/StylePropertySet.h         CSSPropertyID shorthandID() const { return propertyMetadata().shorthandID(); }
shorthandID       116 Source/core/css/StylePropertyShorthandCustom.cpp unsigned indexOfShorthandForLonghand(CSSPropertyID shorthandID, const Vector<StylePropertyShorthand, 4>& shorthands)
shorthandID       119 Source/core/css/StylePropertyShorthandCustom.cpp         if (shorthands.at(i).id() == shorthandID)