Home
last modified time | relevance | path

Searched refs:isPropertyInherited (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DStylesSidebarPane.js629 … if (styleRule.isInherited && !WebInspector.CSSMetadata.isPropertyInherited(property.name))
742 if (property.isLive && WebInspector.CSSMetadata.isPropertyInherited(property.name))
1120 isPropertyInherited: function(propertyName) method in WebInspector.StylePropertiesSection
1125 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);
DCSSMetadata.js119 WebInspector.CSSMetadata.isPropertyInherited = function(propertyName) function in WebInspector.CSSMetadata