Home
last modified time | relevance | path

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

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js7153 },parseCSSProps:function(style,inheritMode){var props=[]; argument
7156 …ame,style.getPropertyValue(propName),!!style.getPropertyPriority(propName),false,inheritMode,props)
7163 }if(m[2]){this.addProperty(m[1],m[2],!!m[3],false,inheritMode,props)
7165 },getRuleProperties:function(context,rule,inheritMode){var props=this.parseCSSProps(rule.style,inhe… argument
7168 this.addOldProperties(context,ruleId,inheritMode,props);
7171 },addOldProperties:function(context,ruleId,inheritMode,props){if(context.selectorMap&&context.selec… argument
7175 this.addProperty(prop.name,prop.value,prop.important,true,inheritMode,props)
7176 }}},addProperty:function(name,value,important,disabled,inheritMode,props){name=name.toLowerCase(); argument
7177 if(inheritMode&&!inheritedStyleNames[name]){return
7420 }}},getElementRules:function(element,rules,usedProps,inheritMode){var inspectedRules,displayedRules… argument
[all …]