Searched defs:inheritMode (Results 1 – 1 of 1) sorted by relevance
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 7153 },parseCSSProps:function(style,inheritMode){var props=[]; argument 7165 },getRuleProperties:function(context,rule,inheritMode){var props=this.parseCSSProps(rule.style,inhe… argument 7171 },addOldProperties:function(context,ruleId,inheritMode,props){if(context.selectorMap&&context.selec… argument 7176 }}},addProperty:function(name,value,important,disabled,inheritMode,props){name=name.toLowerCase(); argument 7420 }}},getElementRules:function(element,rules,usedProps,inheritMode){var inspectedRules,displayedRules… argument 7443 }},markOverridenProps:function(props,usedProps,inheritMode){for(var i=0; argument 7455 }},getStyleProperties:function(element,rules,usedProps,inheritMode){var props=this.parseCSSProps(el… argument
|