Searched refs:childRuleList (Results 1 – 1 of 1) sorted by relevance
970 RefPtr<CSSRuleList> childRuleList = asCSSRuleList(rule); in collectFlatRules() local971 if (childRuleList) in collectFlatRules()972 collectFlatRules(childRuleList, result); in collectFlatRules()