Searched refs:buildArrayForMatchedRuleList (Results 1 – 2 of 2) sorted by relevance
184 …PassRefPtr<TypeBuilder::Array<TypeBuilder::CSS::RuleMatch> > buildArrayForMatchedRuleList(CSSRuleL…
682 matchedCSSRules = buildArrayForMatchedRuleList(matchedRules.get(), originalElement); in getMatchedStylesForNode()692 .setMatches(buildArrayForMatchedRuleList(matchedRules.get(), element)); in getMatchedStylesForNode()708 … .setMatchedCSSRules(buildArrayForMatchedRuleList(parentMatchedRules.get(), parentElement)); in getMatchedStylesForNode()1340 …lder::Array<TypeBuilder::CSS::RuleMatch> > InspectorCSSAgent::buildArrayForMatchedRuleList(CSSRule… in buildArrayForMatchedRuleList() function in blink::InspectorCSSAgent