Searched refs:isPropertyInherited (Results 1 – 2 of 2) sorted by relevance
629 … if (styleRule.isInherited && !WebInspector.CSSMetadata.isPropertyInherited(property.name))742 if (property.isLive && WebInspector.CSSMetadata.isPropertyInherited(property.name))1120 isPropertyInherited: function(propertyName) method in WebInspector.StylePropertiesSection1125 return !WebInspector.CSSMetadata.isPropertyInherited(propertyName);1139 if (this.isInherited && !WebInspector.CSSMetadata.isPropertyInherited(propertyName)) {1234 var inherited = this.isPropertyInherited(property.name);1278 var inherited = this.isPropertyInherited(property.name);1641 … if (section.isInherited && !WebInspector.CSSMetadata.isPropertyInherited(property.name))2324 var inherited = section.isPropertyInherited(name);
119 WebInspector.CSSMetadata.isPropertyInherited = function(propertyName) function in WebInspector.CSSMetadata