Searched refs:isInheritedProperty (Results 1 – 5 of 5) sorted by relevance
58 … isSetFromShorthand, indexInShorthandsVector, important, implicit, isInheritedProperty(propertyID)) in m_metadata()82 static bool isInheritedProperty(CSSPropertyID);
259 bool CSSProperty::isInheritedProperty(CSSPropertyID propertyID) in isInheritedProperty() function in WebCore::CSSProperty
229 if (value == "initial" && !CSSProperty::isInheritedProperty(propertyID)) in asText()
114 if (!CSSProperty::isInheritedProperty(properties[index])) { in inheritableEditingProperties()
1183 … !state.parentStyle()->hasExplicitlyInheritedProperties() && !CSSProperty::isInheritedProperty(id)) in applyProperty()