Searched refs:getInheritedRules (Results 1 – 1 of 1) sorted by relevance
7407 this.getInheritedRules(element,sections,usedProps);7415 }},getInheritedRules:function(element,sections,usedProps){var parent=element.parentNode; method7416 if(parent&&parent.nodeType==1){this.getInheritedRules(parent,sections,usedProps);