Lines Matching refs:usedProps
7406 …:"$rule.sourceLink"}))}),updateCascadeView:function(element){var rules=[],sections=[],usedProps={};
7407 this.getInheritedRules(element,sections,usedProps);
7408 this.getElementRules(element,rules,usedProps);
7415 }},getInheritedRules:function(element,sections,usedProps){var parent=element.parentNode; argument
7416 if(parent&&parent.nodeType==1){this.getInheritedRules(parent,sections,usedProps);
7418 this.getElementRules(parent,rules,usedProps,true);
7420 }}},getElementRules:function(element,rules,usedProps,inheritMode){var inspectedRules,displayedRules… argument
7439 this.markOverridenProps(props,usedProps,inheritMode);
7441 }}if(element.style){this.getStyleProperties(element,rules,usedProps,inheritMode)
7443 }},markOverridenProps:function(props,usedProps,inheritMode){for(var i=0; argument
7446 if(usedProps.hasOwnProperty(prop.name)){var deadProps=usedProps[prop.name];
7452 }}}}else{usedProps[prop.name]=[]
7454 usedProps[prop.name].push(prop)
7455 }},getStyleProperties:function(element,rules,usedProps,inheritMode){var props=this.parseCSSProps(el… argument
7458 this.markOverridenProps(props,usedProps,inheritMode);