isInheritedProperty 59 Source/core/css/CSSProperty.h : m_metadata(propertyID, isSetFromShorthand, indexInShorthandsVector, important, implicit, isInheritedProperty(propertyID)) isInheritedProperty 81 Source/core/css/CSSProperty.h static bool isInheritedProperty(CSSPropertyID); isInheritedProperty 233 Source/core/css/StylePropertySerializer.cpp if (value == "initial" && !CSSProperty::isInheritedProperty(propertyID)) isInheritedProperty 1279 Source/core/css/resolver/StyleBuilderCustom.cpp if (isInherit && !state.parentStyle()->hasExplicitlyInheritedProperties() && !CSSProperty::isInheritedProperty(id)) isInheritedProperty 114 Source/core/editing/EditingStyle.cpp if (!CSSProperty::isInheritedProperty(properties[index])) {