getPropertyShorthand   92 Source/core/css/CSSComputedStyleDeclaration.h     virtual String getPropertyShorthand(const String& propertyName) OVERRIDE;
getPropertyShorthand   54 Source/core/css/CSSStyleDeclaration.h     virtual String getPropertyShorthand(const String& propertyName) = 0;
getPropertyShorthand  197 Source/core/css/PropertySetCSSStyleDeclaration.cpp     CSSPropertyID shorthandID = propertySet().getPropertyShorthand(propertyID);
getPropertyShorthand   56 Source/core/css/PropertySetCSSStyleDeclaration.h     virtual String getPropertyShorthand(const String& propertyName) OVERRIDE FINAL;
getPropertyShorthand  102 Source/core/css/StylePropertySet.h     CSSPropertyID getPropertyShorthand(CSSPropertyID) const;
getPropertyShorthand  711 Source/core/inspector/InspectorStyleSheet.cpp             String shorthand = m_style->getPropertyShorthand(name);
getPropertyShorthand  744 Source/core/inspector/InspectorStyleSheet.cpp             if (m_style->getPropertyShorthand(individualProperty) != shorthandProperty)