D | StylesSidebarPane.js | 574 var inherited = this.isPropertyInherited(name); 577 …ctor.StylePropertyTreeElement(this.styleRule, style, name, isShorthand, inherited, overloaded, dis… 778 WebInspector.StylePropertyTreeElement = function(styleRule, style, name, shorthand, inherited, over… argument 784 this._inherited = inherited; 793 get inherited() getter in WebInspector.StylePropertyTreeElement 798 set inherited(x) setter in WebInspector.StylePropertyTreeElement 1074 if (this.inherited) 1101 var inherited = this.treeOutline.section.isPropertyInherited(name); 1105 …nspector.StylePropertyTreeElement(this._styleRule, this.style, name, false, inherited, overloaded);
|